Searched refs:getCallbacks (Results 1 – 9 of 9) sorted by relevance
93 if (getCallbacks() != null) {94 getCallbacks().onCallStateChanged(call, state);107 if (getCallbacks() != null) {108 getCallbacks().onParentChanged(call, parent);115 if (getCallbacks() != null) {116 getCallbacks().onChildrenChanged(call, children);123 if (getCallbacks() != null) {124 getCallbacks().onConferenceableCallsChanged(call, conferenceableCalls);131 if (getCallbacks() != null) {132 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
33 PrintServiceCallbacks callbacks = getCallbacks(); in onCreatePrinterDiscoverySession()36 getCallbacks().onCreatePrinterDiscoverySessionCallbacks()); in onCreatePrinterDiscoverySession()75 PrintServiceCallbacks callbacks = getCallbacks(); in onRequestCancelPrintJob()83 PrintServiceCallbacks callbacks = getCallbacks(); in onPrintJobQueued()89 protected abstract PrintServiceCallbacks getCallbacks(); in getCallbacks() method in StubbablePrintService
32 protected PrintServiceCallbacks getCallbacks() { in getCallbacks() method in SecondPrintService
32 protected PrintServiceCallbacks getCallbacks() { in getCallbacks() method in FirstPrintService