Home
last modified time | relevance | path

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

12345678910>>...57

/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/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/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/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/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/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/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/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/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/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/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/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/Wifi/framework/java/android/net/wifi/
DIWifiScanner.aidl37 void registerScanListener(in IWifiScannerListener listener, String packageName, in registerScanListener()
40 void unregisterScanListener(in IWifiScannerListener listener, String packageName, in unregisterScanListener()
43 void startBackgroundScan(in IWifiScannerListener listener, in startBackgroundScan()
47 void stopBackgroundScan(in IWifiScannerListener listener, String packageName, String featureId); in stopBackgroundScan()
51 void startScan(in IWifiScannerListener listener, in startScan()
55 void stopScan(in IWifiScannerListener listener, String packageName, String featureId); in stopScan()
59 void startPnoScan(in IWifiScannerListener listener, in startPnoScan()
64 void stopPnoScan(in IWifiScannerListener listener, String packageName, String featureId); in stopPnoScan()
/packages/modules/Wifi/framework/java/android/net/wifi/p2p/
DWifiP2pManager.java1309 Object listener = null; in handleMessage() local
1550 private int putListener(Object listener) { in putListener()
1605 public Channel initialize(Context srcContext, Looper srcLooper, ChannelListener listener) { in initialize()
1629 ChannelListener listener) { in initializeInternal()
1670 ChannelListener listener, Messenger messenger, Binder binder) { in initializeChannel()
1722 public void discoverPeers(Channel channel, ActionListener listener) { in discoverPeers()
1764 @Nullable ActionListener listener) { in discoverPeersOnSocialChannels()
1810 @NonNull Channel channel, int frequencyMhz, @Nullable ActionListener listener) { in discoverPeersOnSpecificFrequency()
1840 public void stopPeerDiscovery(Channel channel, ActionListener listener) { in stopPeerDiscovery()
1885 public void connect(Channel channel, WifiP2pConfig config, ActionListener listener) { in connect()
[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/services/Car/car-lib/src/android/car/cluster/
DIClusterHomeService.aidl57 void registerClusterStateListener(in IClusterStateListener listener) = 7; field
59 void unregisterClusterStateListener(in IClusterStateListener listener) = 8; field
61 void registerClusterNavigationStateListener(in IClusterNavigationStateListener listener) = 9; field
63 void unregisterClusterNavigationStateListener(in IClusterNavigationStateListener listener) = 10; field

12345678910>>...57