diff --git a/api/current.xml b/api/current.xml index d18f0cc43e3ff..ae9d0bf1bc9cc 100644 --- a/api/current.xml +++ b/api/current.xml @@ -27216,6 +27216,81 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + All of the onXXX callback methods here are called from a handler - * on the thread this object was created in. - * - *

This interface is unused. It should be removed. - * - * @hide - */ -@Deprecated -public interface SyncUIContext { - - void setStatusText(String text); - - Context context(); -}