Searched refs:getCallbacks (Results 1 – 9 of 9) sorted by relevance
88 if (getCallbacks() != null) {89 getCallbacks().onCallStateChanged(call, state);102 if (getCallbacks() != null) {103 getCallbacks().onParentChanged(call, parent);110 if (getCallbacks() != null) {111 getCallbacks().onChildrenChanged(call, children);118 if (getCallbacks() != null) {119 getCallbacks().onConferenceableCallsChanged(call, conferenceableCalls);126 if (getCallbacks() != null) {127 getCallbacks().onCallDestroyed(call);[all …]
55 if (getCallbacks() != null) { in onBind()56 getCallbacks().setService(this); in onBind()64 if (getCallbacks() != null) { in onScreenCall()65 getCallbacks().onScreenCall(callDetails); in onScreenCall()73 private CallScreeningServiceCallbacks getCallbacks() { in getCallbacks() method in MockCallScreeningService
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
31 protected AppWidgetProviderCallbacks getCallbacks() { in getCallbacks() method in AppWidgetProviderWithFeatures
30 PrintServiceCallbacks callbacks = getCallbacks(); in onCreatePrinterDiscoverySession()33 getCallbacks().onCreatePrinterDiscoverySessionCallbacks()); in onCreatePrinterDiscoverySession()40 PrintServiceCallbacks callbacks = getCallbacks(); in onRequestCancelPrintJob()48 PrintServiceCallbacks callbacks = getCallbacks(); in onPrintJobQueued()54 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