Searched refs:getCallbacks (Results 1 – 7 of 7) sorted by relevance
79 if (getCallbacks() != null) {80 getCallbacks().onCallStateChanged(call, state);93 if (getCallbacks() != null) {94 getCallbacks().onParentChanged(call, parent);101 if (getCallbacks() != null) {102 getCallbacks().onChildrenChanged(call, children);109 if (getCallbacks() != null) {110 getCallbacks().onConferenceableCallsChanged(call, conferenceableCalls);117 if (getCallbacks() != null) {118 getCallbacks().onCallDestroyed(call);[all …]
27 AppWidgetProviderCallbacks callbacks = getCallbacks(); in onUpdate()36 AppWidgetProviderCallbacks callbacks = getCallbacks(); in onAppWidgetOptionsChanged()44 AppWidgetProviderCallbacks callbacks = getCallbacks(); in onDeleted()52 AppWidgetProviderCallbacks callbacks = getCallbacks(); in onEnabled()60 AppWidgetProviderCallbacks callbacks = getCallbacks(); in onDisabled()68 AppWidgetProviderCallbacks callbacks = getCallbacks(); in onRestored()74 protected abstract AppWidgetProviderCallbacks getCallbacks(); in getCallbacks() method in StubbableAppWidgetProvider
31 protected AppWidgetProviderCallbacks getCallbacks() { in getCallbacks() method in FirstAppWidgetProvider
31 protected AppWidgetProviderCallbacks getCallbacks() { in getCallbacks() method in SecondAppWidgetProvider
27 PrintServiceCallbacks callbacks = getCallbacks(); in onCreatePrinterDiscoverySession()30 getCallbacks().onCreatePrinterDiscoverySessionCallbacks()); in onCreatePrinterDiscoverySession()37 PrintServiceCallbacks callbacks = getCallbacks(); in onRequestCancelPrintJob()45 PrintServiceCallbacks callbacks = getCallbacks(); in onPrintJobQueued()51 protected abstract PrintServiceCallbacks getCallbacks(); in getCallbacks() method in StubbablePrintService
32 protected PrintServiceCallbacks getCallbacks() { in getCallbacks() method in FirstPrintService
32 protected PrintServiceCallbacks getCallbacks() { in getCallbacks() method in SecondPrintService