Home
last modified time | relevance | path

Searched defs:listener (Results 1 – 25 of 1492) sorted by relevance

12345678910>>...60

/packages/services/Car/car_product/car_ui_portrait/apps/CarUiPortraitCarUiProxy/plugin/src/main/java/com/chassis/car/ui/plugin/recyclerview/
DListItemUtils.java71 CarUiContentListItem.OnClickListener listener = in toStaticListItem() local
78 listItem.setSupplementalIcon(contentItem.getSupplementalIcon(), listener); in toStaticListItem() local
82 CarUiContentListItem.OnClickListener listener = in toStaticListItem() local
127 CarUiContentListItem.OnClickListener listener = in toStaticListItem() local
134 listItem.setSupplementalIcon(contentItem.getSupplementalIcon(), listener); in toStaticListItem() local
138 CarUiContentListItem.OnClickListener listener = in toStaticListItem() local
280 Consumer<ContentListItemOEMV2> listener = in toOemListItemV2() local
285 builder.setSupplementalIcon(contentItem.getSupplementalIcon(), listener); in toOemListItemV2() local
289 Consumer<ContentListItemOEMV2> listener = in toOemListItemV2() local
333 java.util.function.Consumer<ContentListItemOEMV1> listener = in toOemListItemV1() local
[all …]
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/audio/
DCarAudioPowerListenerTest.java67 CarAudioPowerListener listener = new CarAudioPowerListener(mMockCarAudioService, null); in startListeningForPolicyChanges_withoutPowerService_doesNothing() local
76 CarAudioPowerListener listener = new CarAudioPowerListener(mMockCarAudioService, in startListeningForPolicyChanges_addsPowerPolicyListener() local
93 CarAudioPowerListener listener = new CarAudioPowerListener(mMockCarAudioService, in startListeningForPolicyChanges_withNullPolicy_doesNothing() local
104 CarAudioPowerListener listener = new CarAudioPowerListener(mMockCarAudioService, in startListeningForPolicyChanges_withPowerEnabled_enablesAudio() local
115 CarAudioPowerListener listener = new CarAudioPowerListener(mMockCarAudioService, in startListeningForPolicyChanges_withPowerDisabled_disablesAudio() local
171 CarAudioPowerListener listener = new CarAudioPowerListener(mMockCarAudioService, in stopListeningForPolicyChanges_notNullPowerService() local
187 CarAudioPowerListener listener = new CarAudioPowerListener(mMockCarAudioService, in isAudioEnabled_withAudioInitiallyEnabled() local
199 CarAudioPowerListener listener = new CarAudioPowerListener(mMockCarAudioService, in isAudioEnabled_withAudioInitiallyDisabled() local
216 CarAudioPowerListener listener = new CarAudioPowerListener(mMockCarAudioService, in registerAndGetChangeListener() local
/packages/modules/NetworkStack/common/networkstackclient/aidl_api/ipmemorystore-aidl-interfaces/7/android/net/
DIIpMemoryStore.aidl21 …morystore.NetworkAttributesParcelable attributes, android.net.ipmemorystore.IOnStatusListener list… in storeNetworkAttributes()
22 …ing name, in android.net.ipmemorystore.Blob data, android.net.ipmemorystore.IOnStatusListener list… in storeBlob()
23 …ystore.NetworkAttributesParcelable attributes, android.net.ipmemorystore.IOnL2KeyResponseListener … in findL2Key()
24 …sSameNetwork(String l2Key1, String l2Key2, android.net.ipmemorystore.IOnSameL3NetworkResponseListe… in isSameNetwork()
25 …retrieveNetworkAttributes(String l2Key, android.net.ipmemorystore.IOnNetworkAttributesRetrievedLis… in retrieveNetworkAttributes()
26 …ob(String l2Key, String clientId, String name, android.net.ipmemorystore.IOnBlobRetrievedListener … in retrieveBlob()
28 …y void delete(String l2Key, boolean needWipe, android.net.ipmemorystore.IOnStatusAndCountListener … in delete()
29 …leteCluster(String cluster, boolean needWipe, android.net.ipmemorystore.IOnStatusAndCountListener … in deleteCluster()
/packages/modules/NetworkStack/common/networkstackclient/aidl_api/ipmemorystore-aidl-interfaces/current/android/net/
DIIpMemoryStore.aidl37 …morystore.NetworkAttributesParcelable attributes, android.net.ipmemorystore.IOnStatusListener list… in storeNetworkAttributes()
38 …ing name, in android.net.ipmemorystore.Blob data, android.net.ipmemorystore.IOnStatusListener list… in storeBlob()
39 …ystore.NetworkAttributesParcelable attributes, android.net.ipmemorystore.IOnL2KeyResponseListener … in findL2Key()
40 …sSameNetwork(String l2Key1, String l2Key2, android.net.ipmemorystore.IOnSameL3NetworkResponseListe… in isSameNetwork()
41 …retrieveNetworkAttributes(String l2Key, android.net.ipmemorystore.IOnNetworkAttributesRetrievedLis… in retrieveNetworkAttributes()
42 …ob(String l2Key, String clientId, String name, android.net.ipmemorystore.IOnBlobRetrievedListener … in retrieveBlob()
44 …y void delete(String l2Key, boolean needWipe, android.net.ipmemorystore.IOnStatusAndCountListener … in delete()
45 …leteCluster(String cluster, boolean needWipe, android.net.ipmemorystore.IOnStatusAndCountListener … in deleteCluster()
/packages/modules/NetworkStack/common/networkstackclient/aidl_api/ipmemorystore-aidl-interfaces/8/android/net/
DIIpMemoryStore.aidl21 …morystore.NetworkAttributesParcelable attributes, android.net.ipmemorystore.IOnStatusListener list… in storeNetworkAttributes()
22 …ing name, in android.net.ipmemorystore.Blob data, android.net.ipmemorystore.IOnStatusListener list… in storeBlob()
23 …ystore.NetworkAttributesParcelable attributes, android.net.ipmemorystore.IOnL2KeyResponseListener … in findL2Key()
24 …sSameNetwork(String l2Key1, String l2Key2, android.net.ipmemorystore.IOnSameL3NetworkResponseListe… in isSameNetwork()
25 …retrieveNetworkAttributes(String l2Key, android.net.ipmemorystore.IOnNetworkAttributesRetrievedLis… in retrieveNetworkAttributes()
26 …ob(String l2Key, String clientId, String name, android.net.ipmemorystore.IOnBlobRetrievedListener … in retrieveBlob()
28 …y void delete(String l2Key, boolean needWipe, android.net.ipmemorystore.IOnStatusAndCountListener … in delete()
29 …leteCluster(String cluster, boolean needWipe, android.net.ipmemorystore.IOnStatusAndCountListener … in deleteCluster()
/packages/modules/NetworkStack/common/networkstackclient/src/android/net/
DIIpMemoryStore.aidl46 IOnStatusListener listener); in storeNetworkAttributes()
60 IOnStatusListener listener); in storeBlob()
76 void findL2Key(in NetworkAttributesParcelable attributes, IOnL2KeyResponseListener listener); in findL2Key()
87 void isSameNetwork(String l2Key1, String l2Key2, IOnSameL3NetworkResponseListener listener); in isSameNetwork()
98 void retrieveNetworkAttributes(String l2Key, IOnNetworkAttributesRetrievedListener listener); in retrieveNetworkAttributes()
112 IOnBlobRetrievedListener listener); in retrieveBlob()
134 void delete(String l2Key, boolean needWipe, IOnStatusAndCountListener listener); in delete()
154 void deleteCluster(String cluster, boolean needWipe, IOnStatusAndCountListener listener); in deleteCluster()
DIpMemoryStoreClient.java89 @Nullable final OnStatusListener listener) { in storeNetworkAttributes()
114 @Nullable final OnStatusListener listener) { in storeBlob()
141 @NonNull final OnL2KeyResponseListener listener) { in findL2Key()
163 @NonNull final OnSameL3NetworkResponseListener listener) { in isSameNetwork()
185 @NonNull final OnNetworkAttributesRetrievedListener listener) { in retrieveNetworkAttributes()
209 @NonNull final String name, @NonNull final OnBlobRetrievedListener listener) { in retrieveBlob()
237 @Nullable final OnDeleteStatusListener listener) { in delete()
268 @Nullable final OnDeleteStatusListener listener) { in deleteCluster()
/packages/modules/NetworkStack/common/networkstackclient/aidl_api/ipmemorystore-aidl-interfaces/10/android/net/
DIIpMemoryStore.aidl21 …morystore.NetworkAttributesParcelable attributes, android.net.ipmemorystore.IOnStatusListener list… in storeNetworkAttributes()
22 …ing name, in android.net.ipmemorystore.Blob data, android.net.ipmemorystore.IOnStatusListener list… in storeBlob()
23 …ystore.NetworkAttributesParcelable attributes, android.net.ipmemorystore.IOnL2KeyResponseListener … in findL2Key()
24 …sSameNetwork(String l2Key1, String l2Key2, android.net.ipmemorystore.IOnSameL3NetworkResponseListe… in isSameNetwork()
25 …retrieveNetworkAttributes(String l2Key, android.net.ipmemorystore.IOnNetworkAttributesRetrievedLis… in retrieveNetworkAttributes()
26 …ob(String l2Key, String clientId, String name, android.net.ipmemorystore.IOnBlobRetrievedListener … in retrieveBlob()
28 …y void delete(String l2Key, boolean needWipe, android.net.ipmemorystore.IOnStatusAndCountListener … in delete()
29 …leteCluster(String cluster, boolean needWipe, android.net.ipmemorystore.IOnStatusAndCountListener … in deleteCluster()
/packages/modules/NetworkStack/common/networkstackclient/aidl_api/ipmemorystore-aidl-interfaces/9/android/net/
DIIpMemoryStore.aidl21 …morystore.NetworkAttributesParcelable attributes, android.net.ipmemorystore.IOnStatusListener list… in storeNetworkAttributes()
22 …ing name, in android.net.ipmemorystore.Blob data, android.net.ipmemorystore.IOnStatusListener list… in storeBlob()
23 …ystore.NetworkAttributesParcelable attributes, android.net.ipmemorystore.IOnL2KeyResponseListener … in findL2Key()
24 …sSameNetwork(String l2Key1, String l2Key2, android.net.ipmemorystore.IOnSameL3NetworkResponseListe… in isSameNetwork()
25 …retrieveNetworkAttributes(String l2Key, android.net.ipmemorystore.IOnNetworkAttributesRetrievedLis… in retrieveNetworkAttributes()
26 …ob(String l2Key, String clientId, String name, android.net.ipmemorystore.IOnBlobRetrievedListener … in retrieveBlob()
28 …y void delete(String l2Key, boolean needWipe, android.net.ipmemorystore.IOnStatusAndCountListener … in delete()
29 …leteCluster(String cluster, boolean needWipe, android.net.ipmemorystore.IOnStatusAndCountListener … in deleteCluster()
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/user/
DAppLifecycleListenerTest.java60 AppLifecycleListener listener = new AppLifecycleListener(111, "package", in testAppLifecycleListener_constructedWithNullFilter() local
68 AppLifecycleListener listener = new AppLifecycleListener(111, "package", in testAppLifecycleListener_constructedWithNonNullFilter() local
76 AppLifecycleListener listener = new AppLifecycleListener(111, "package", in testAddFilter_addNonNullToNonNullList() local
86 AppLifecycleListener listener = new AppLifecycleListener(111, "package", in testAddFilter_addNonNullToNullList() local
96 AppLifecycleListener listener = new AppLifecycleListener(111, "package", in testAddFilter_addNullToNonNullList() local
106 AppLifecycleListener listener = new AppLifecycleListener(111, "package", in testApplyFilters_nullList_returnsTrue() local
116 AppLifecycleListener listener = new AppLifecycleListener(111, "package", in testApplyFilters_nonNullList() local
/packages/apps/Settings/tests/robotests/src/com/android/settings/privacy/
DSensorPrivacyManagerHelperTest.java128 SensorPrivacyManager.OnSensorPrivacyChangedListener listener = getServiceListener(); in addCallbackNoFilter_invokeCallback() local
146 SensorPrivacyManager.OnSensorPrivacyChangedListener listener = getServiceListener(); in addCallbackMicrophoneOnlyFilter_invokeCallbackMicrophoneOnly() local
166 SensorPrivacyManager.OnSensorPrivacyChangedListener listener = getServiceListener(); in addCallbackCameraOnlyFilter_invokeCallbackCameraOnly() local
186 SensorPrivacyManager.OnSensorPrivacyChangedListener listener = getServiceListener(); in addCallbackSoftwareMicrophoneOnlyFilter_invokeCallbackSoftwareMicrophoneOnly() local
206 SensorPrivacyManager.OnSensorPrivacyChangedListener listener = getServiceListener(); in addCallbackSoftwareCameraOnlyFilter_invokeCallbackSoftwareCameraOnly() local
226 SensorPrivacyManager.OnSensorPrivacyChangedListener listener = getServiceListener(); in addCallbackHardwareMicrophoneOnlyFilter_invokeCallbackHardwareMicrophoneOnly() local
246 SensorPrivacyManager.OnSensorPrivacyChangedListener listener = getServiceListener(); in addCallbackHardwareCameraOnlyFilter_invokeCallbackHardwareCameraOnly() local
265 SensorPrivacyManager.OnSensorPrivacyChangedListener listener = getServiceListener(); in removeCallback_noInvokeCallback() local
285 private void verifyAllCases(SensorPrivacyManager.OnSensorPrivacyChangedListener listener, in verifyAllCases()
309 OnSensorPrivacyChangedListener listener = captor.getValue(); in getServiceListener() local
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/testapi/
DBlockingUserLifecycleListenerTest.java67 BlockingUserLifecycleListener listener = BlockingUserLifecycleListener.forAnyEvent() in testForAnyEvent_invalidMethods() local
76 BlockingUserLifecycleListener listener = BlockingUserLifecycleListener.forAnyEvent() in testForAnyEvent_timesout() local
84 BlockingUserLifecycleListener listener = BlockingUserLifecycleListener.forAnyEvent() in testForAnyEvent_ok() local
94 BlockingUserLifecycleListener listener = BlockingUserLifecycleListener.forSpecificEvents() in testForSpecificEvents_invalidMethods() local
102 BlockingUserLifecycleListener listener = BlockingUserLifecycleListener.forSpecificEvents() in testForSpecificEvents_receivedOnlyExpected() local
122 BlockingUserLifecycleListener listener = BlockingUserLifecycleListener.forSpecificEvents() in testForSpecificEvents_receivedExtraEvents() local
149 BlockingUserLifecycleListener listener = BlockingUserLifecycleListener.forSpecificEvents() in testForSpecificEvents_filterByUser() local
174 BlockingUserLifecycleListener listener = BlockingUserLifecycleListener.forSpecificEvents() in testForSpecificEvents_filterByUserDuplicatedEventTypes() local
202 BlockingUserLifecycleListener listener = BlockingUserLifecycleListener.forSpecificEvents() in testForSpecificEvents_filterByPreviousUser() local
233 BlockingUserLifecycleListener listener = BlockingUserLifecycleListener.forSpecificEvents() in testForSpecificEvents_filterByPreviousAndTargetUsers() local
[all …]
/packages/modules/NetworkStack/common/networkstackclient/aidl_api/ipmemorystore-aidl-interfaces/1/android/net/
DIIpMemoryStore.aidl3 …morystore.NetworkAttributesParcelable attributes, android.net.ipmemorystore.IOnStatusListener list… in storeNetworkAttributes()
4 …ing name, in android.net.ipmemorystore.Blob data, android.net.ipmemorystore.IOnStatusListener list… in storeBlob()
5 …ystore.NetworkAttributesParcelable attributes, android.net.ipmemorystore.IOnL2KeyResponseListener … in findL2Key()
6 …sSameNetwork(String l2Key1, String l2Key2, android.net.ipmemorystore.IOnSameL3NetworkResponseListe… in isSameNetwork()
7 …retrieveNetworkAttributes(String l2Key, android.net.ipmemorystore.IOnNetworkAttributesRetrievedLis… in retrieveNetworkAttributes()
8 …ob(String l2Key, String clientId, String name, android.net.ipmemorystore.IOnBlobRetrievedListener … in retrieveBlob()
/packages/modules/NetworkStack/common/networkstackclient/aidl_api/ipmemorystore-aidl-interfaces/2/android/net/
DIIpMemoryStore.aidl3 …morystore.NetworkAttributesParcelable attributes, android.net.ipmemorystore.IOnStatusListener list… in storeNetworkAttributes()
4 …ing name, in android.net.ipmemorystore.Blob data, android.net.ipmemorystore.IOnStatusListener list… in storeBlob()
5 …ystore.NetworkAttributesParcelable attributes, android.net.ipmemorystore.IOnL2KeyResponseListener … in findL2Key()
6 …sSameNetwork(String l2Key1, String l2Key2, android.net.ipmemorystore.IOnSameL3NetworkResponseListe… in isSameNetwork()
7 …retrieveNetworkAttributes(String l2Key, android.net.ipmemorystore.IOnNetworkAttributesRetrievedLis… in retrieveNetworkAttributes()
8 …ob(String l2Key, String clientId, String name, android.net.ipmemorystore.IOnBlobRetrievedListener … in retrieveBlob()
/packages/modules/NetworkStack/common/networkstackclient/aidl_api/ipmemorystore-aidl-interfaces/4/android/net/
DIIpMemoryStore.aidl3 …morystore.NetworkAttributesParcelable attributes, android.net.ipmemorystore.IOnStatusListener list… in storeNetworkAttributes()
4 …ing name, in android.net.ipmemorystore.Blob data, android.net.ipmemorystore.IOnStatusListener list… in storeBlob()
5 …ystore.NetworkAttributesParcelable attributes, android.net.ipmemorystore.IOnL2KeyResponseListener … in findL2Key()
6 …sSameNetwork(String l2Key1, String l2Key2, android.net.ipmemorystore.IOnSameL3NetworkResponseListe… in isSameNetwork()
7 …retrieveNetworkAttributes(String l2Key, android.net.ipmemorystore.IOnNetworkAttributesRetrievedLis… in retrieveNetworkAttributes()
8 …ob(String l2Key, String clientId, String name, android.net.ipmemorystore.IOnBlobRetrievedListener … in retrieveBlob()
/packages/modules/NetworkStack/common/networkstackclient/aidl_api/ipmemorystore-aidl-interfaces/5/android/net/
DIIpMemoryStore.aidl21 …morystore.NetworkAttributesParcelable attributes, android.net.ipmemorystore.IOnStatusListener list… in storeNetworkAttributes()
22 …ing name, in android.net.ipmemorystore.Blob data, android.net.ipmemorystore.IOnStatusListener list… in storeBlob()
23 …ystore.NetworkAttributesParcelable attributes, android.net.ipmemorystore.IOnL2KeyResponseListener … in findL2Key()
24 …sSameNetwork(String l2Key1, String l2Key2, android.net.ipmemorystore.IOnSameL3NetworkResponseListe… in isSameNetwork()
25 …retrieveNetworkAttributes(String l2Key, android.net.ipmemorystore.IOnNetworkAttributesRetrievedLis… in retrieveNetworkAttributes()
26 …ob(String l2Key, String clientId, String name, android.net.ipmemorystore.IOnBlobRetrievedListener … in retrieveBlob()
/packages/modules/NetworkStack/common/networkstackclient/aidl_api/ipmemorystore-aidl-interfaces/3/android/net/
DIIpMemoryStore.aidl20 …morystore.NetworkAttributesParcelable attributes, android.net.ipmemorystore.IOnStatusListener list… in storeNetworkAttributes()
21 …ing name, in android.net.ipmemorystore.Blob data, android.net.ipmemorystore.IOnStatusListener list… in storeBlob()
22 …ystore.NetworkAttributesParcelable attributes, android.net.ipmemorystore.IOnL2KeyResponseListener … in findL2Key()
23 …sSameNetwork(String l2Key1, String l2Key2, android.net.ipmemorystore.IOnSameL3NetworkResponseListe… in isSameNetwork()
24 …retrieveNetworkAttributes(String l2Key, android.net.ipmemorystore.IOnNetworkAttributesRetrievedLis… in retrieveNetworkAttributes()
25 …ob(String l2Key, String clientId, String name, android.net.ipmemorystore.IOnBlobRetrievedListener … in retrieveBlob()
/packages/modules/NetworkStack/common/networkstackclient/aidl_api/ipmemorystore-aidl-interfaces/6/android/net/
DIIpMemoryStore.aidl21 …morystore.NetworkAttributesParcelable attributes, android.net.ipmemorystore.IOnStatusListener list… in storeNetworkAttributes()
22 …ing name, in android.net.ipmemorystore.Blob data, android.net.ipmemorystore.IOnStatusListener list… in storeBlob()
23 …ystore.NetworkAttributesParcelable attributes, android.net.ipmemorystore.IOnL2KeyResponseListener … in findL2Key()
24 …sSameNetwork(String l2Key1, String l2Key2, android.net.ipmemorystore.IOnSameL3NetworkResponseListe… in isSameNetwork()
25 …retrieveNetworkAttributes(String l2Key, android.net.ipmemorystore.IOnNetworkAttributesRetrievedLis… in retrieveNetworkAttributes()
26 …ob(String l2Key, String clientId, String name, android.net.ipmemorystore.IOnBlobRetrievedListener … in retrieveBlob()
/packages/modules/Wifi/framework/java/android/net/wifi/
DIWifiScanner.aidl38 void registerScanListener(in IWifiScannerListener listener, String packageName, in registerScanListener()
41 void unregisterScanListener(in IWifiScannerListener listener, String packageName, in unregisterScanListener()
44 void startBackgroundScan(in IWifiScannerListener listener, in startBackgroundScan()
48 void stopBackgroundScan(in IWifiScannerListener listener, String packageName, String featureId); in stopBackgroundScan()
52 void startScan(in IWifiScannerListener listener, in startScan()
56 void stopScan(in IWifiScannerListener listener, String packageName, String featureId); in stopScan()
60 void getCachedScanData(String packageName, String featureId, in IScanDataListener listener); in getCachedScanData()
62 void startPnoScan(in IWifiScannerListener listener, in startPnoScan()
67 void stopPnoScan(in IWifiScannerListener listener, String packageName, String featureId); in stopPnoScan()
/packages/services/Car/car-lib/src/android/car/hardware/power/
DICarPower.aidl26 void registerListener(in ICarPowerStateListener listener); in registerListener()
28 void unregisterListener(in ICarPowerStateListener listener); in unregisterListener()
32 void finished(int state, in ICarPowerStateListener listener); in finished()
36 void registerListenerWithCompletion(in ICarPowerStateListener listener); in registerListenerWithCompletion()
47 in ICarPowerPolicyListener listener); in addPowerPolicyListener()
49 void removePowerPolicyListener(in ICarPowerPolicyListener listener); in removePowerPolicyListener()
/packages/modules/Permission/tests/cts/safetycenter/src/android/safetycenter/cts/
DSafetyCenterManagerTest.kt700 val listener = safetyCenterTestHelper.addListener() in reportSafetySourceError_changesSafetyCenterDataButDoesntCallErrorListener() constant
766 val listener = safetyCenterTestHelper.addListener() in reportSafetySourceError_withFlagDisabled_doesntCallListener() constant
1107 val listener = safetyCenterTestHelper.addListener() in refreshSafetySources_repliesWithWrongBroadcastId_doesntCompleteRefresh() constant
1179 val listener = safetyCenterTestHelper.addListener() in refreshSafetySources_waitForPreviousRefreshToTimeout_completesSuccessfully() constant
1234 val listener = safetyCenterTestHelper.addListener() in refreshSafetySources_withTrackedSourceThatTimesOut_timesOut() constant
1254 val listener = safetyCenterTestHelper.addListener() in refreshSafetySources_withUntrackedSourceThatTimesOut_doesNotTimeOut() constant
1272 val listener = safetyCenterTestHelper.addListener() in refreshSafetySources_withMultipleUntrackedSourcesThatTimeOut_doesNotTimeOut() constant
1286 val listener = safetyCenterTestHelper.addListener() in refreshSafetySources_withEmptyUntrackedSourceConfigAndSourceThatTimesOut_timesOut() constant
1298 val listener = safetyCenterTestHelper.addListener() in refreshSafetySources_withTrackedSourceThatHasNoReceiver_doesNotTimeOut() constant
1582 val listener = safetyCenterTestHelper.addListener(skipInitialData = false) in addOnSafetyCenterDataChangedListener_listenerCalledOnInit() constant
[all …]
/packages/apps/TV/src/com/android/tv/dvr/
DBaseDvrDataManager.java66 public void addDvrScheduleLoadFinishedListener(OnDvrScheduleLoadFinishedListener listener) { in addDvrScheduleLoadFinishedListener()
71 public void removeDvrScheduleLoadFinishedListener(OnDvrScheduleLoadFinishedListener listener) { in removeDvrScheduleLoadFinishedListener()
77 OnRecordedProgramLoadFinishedListener listener) { in addRecordedProgramLoadFinishedListener()
83 OnRecordedProgramLoadFinishedListener listener) { in removeRecordedProgramLoadFinishedListener()
88 public final void addScheduledRecordingListener(ScheduledRecordingListener listener) { in addScheduledRecordingListener()
93 public final void removeScheduledRecordingListener(ScheduledRecordingListener listener) { in removeScheduledRecordingListener()
98 public final void addSeriesRecordingListener(SeriesRecordingListener listener) { in addSeriesRecordingListener()
103 public final void removeSeriesRecordingListener(SeriesRecordingListener listener) { in removeSeriesRecordingListener()
108 public final void addRecordedProgramListener(RecordedProgramListener listener) { in addRecordedProgramListener()
113 public final void removeRecordedProgramListener(RecordedProgramListener listener) { in removeRecordedProgramListener()
/packages/modules/DnsResolver/
DResolverEventReporter.cpp46 int ResolverEventReporter::addListener(const std::shared_ptr<INetdEventListener>& listener) { in addListener()
51 const std::shared_ptr<IDnsResolverUnsolicitedEventListener>& listener) { in addUnsolEventListener()
68 std::shared_ptr<INetdEventListener> listener = INetdEventListener::fromBinder(binder); in addDefaultListener() local
108 int ResolverEventReporter::addListenerImpl(const std::shared_ptr<INetdEventListener>& listener) { in addListenerImpl()
114 const std::shared_ptr<INetdEventListener>& listener) { in addListenerImplLocked()
159 const std::shared_ptr<IDnsResolverUnsolicitedEventListener>& listener) { in addUnsolEventListenerImpl()
165 const std::shared_ptr<IDnsResolverUnsolicitedEventListener>& listener) { in addUnsolEventListenerImplLocked()
/packages/apps/TvSettings/Settings/tests/robotests/src/com/android/tv/settings/
DMainFragmentTest.java73 final ConnectivityListener listener = mock(ConnectivityListener.class); in testUpdateConnectivity_NoNetwork() local
90 final ConnectivityListener listener = mock(ConnectivityListener.class); in testUpdateConnectivity_hasEthernet() local
107 final ConnectivityListener listener = mock(ConnectivityListener.class); in testUpdateConnectivity_hasEthernetConnected() local
124 final ConnectivityListener listener = mock(ConnectivityListener.class); in testUpdateConnectivity_wifiSignal() local
173 final ConnectivityListener listener = mock(ConnectivityListener.class); in testUpdateConnectivity_notConnected() local
190 final ConnectivityListener listener = mock(ConnectivityListener.class); in testUpdateConnectivity_cellSignal() local
/packages/modules/Wifi/framework/java/android/net/wifi/p2p/
DWifiP2pManager.java1474 @NonNull WifiP2pListener listener) { in OnWifiP2pListenerProxy()
1581 @NonNull WifiP2pListener listener) { in registerWifiP2pListener()
1608 public void unregisterWifiP2pListener(@NonNull WifiP2pListener listener) { in unregisterWifiP2pListener()
1712 Object listener = null; in handleMessage() local
1953 private int putListener(Object listener) { in putListener()
2008 public Channel initialize(Context srcContext, Looper srcLooper, ChannelListener listener) { in initialize()
2033 ChannelListener listener) { in initializeInternal()
2074 ChannelListener listener, Messenger messenger, Binder binder) { in initializeChannel()
2126 public void discoverPeers(Channel channel, ActionListener listener) { in discoverPeers()
2168 @Nullable ActionListener listener) { in discoverPeersOnSocialChannels()
[all …]

12345678910>>...60