Home
last modified time | relevance | path

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

12345678910>>...63

/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()
46 …ster, long timestamp, long expiry, int eventType, android.net.ipmemorystore.IOnStatusListener list… in storeNetworkEvent()
47 …long[] sinceTimes, in int[] eventTypes, android.net.ipmemorystore.IOnNetworkEventCountRetrievedLis… in retrieveNetworkEventCount()
/packages/modules/NetworkStack/common/networkstackclient/aidl_api/ipmemorystore-aidl-interfaces/11/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()
46 …ster, long timestamp, long expiry, int eventType, android.net.ipmemorystore.IOnStatusListener list… in storeNetworkEvent()
47 …long[] sinceTimes, in int[] eventTypes, android.net.ipmemorystore.IOnNetworkEventCountRetrievedLis… in retrieveNetworkEventCount()
/packages/modules/NetworkStack/common/networkstackclient/src/android/net/
DIIpMemoryStore.aidl47 IOnStatusListener listener); in storeNetworkAttributes()
61 IOnStatusListener listener); in storeBlob()
77 void findL2Key(in NetworkAttributesParcelable attributes, IOnL2KeyResponseListener listener); in findL2Key()
88 void isSameNetwork(String l2Key1, String l2Key2, IOnSameL3NetworkResponseListener listener); in isSameNetwork()
99 void retrieveNetworkAttributes(String l2Key, IOnNetworkAttributesRetrievedListener listener); in retrieveNetworkAttributes()
113 IOnBlobRetrievedListener listener); in retrieveBlob()
135 void delete(String l2Key, boolean needWipe, IOnStatusAndCountListener listener); in delete()
155 void deleteCluster(String cluster, boolean needWipe, IOnStatusAndCountListener listener); in deleteCluster()
181 IOnStatusListener listener); in storeNetworkEvent()
199 IOnNetworkEventCountRetrievedListener listener); in retrieveNetworkEventCount()
DIpMemoryStoreClient.java90 @Nullable final OnStatusListener listener) { in storeNetworkAttributes()
115 @Nullable final OnStatusListener listener) { in storeBlob()
142 @NonNull final OnL2KeyResponseListener listener) { in findL2Key()
164 @NonNull final OnSameL3NetworkResponseListener listener) { in isSameNetwork()
186 @NonNull final OnNetworkAttributesRetrievedListener listener) { in retrieveNetworkAttributes()
210 @NonNull final String name, @NonNull final OnBlobRetrievedListener listener) { in retrieveBlob()
238 @Nullable final OnDeleteStatusListener listener) { in delete()
269 @Nullable final OnDeleteStatusListener listener) { in deleteCluster()
312 @Nullable final OnNetworkEventCountRetrievedListener listener) { in retrieveNetworkEventCount()
342 @Nullable final OnStatusListener listener) { in storeNetworkEvent()
/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/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/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/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/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/CarTestLibUnitTest/src/android/car/testapi/
DBlockingUserLifecycleListenerUnitTest.java66 BlockingUserLifecycleListener listener = BlockingUserLifecycleListener.forAnyEvent() in testForAnyEvent_invalidMethods() local
75 BlockingUserLifecycleListener listener = BlockingUserLifecycleListener.forAnyEvent() in testForAnyEvent_timesout() local
83 BlockingUserLifecycleListener listener = BlockingUserLifecycleListener.forAnyEvent() in testForAnyEvent_ok() local
93 BlockingUserLifecycleListener listener = BlockingUserLifecycleListener.forSpecificEvents() in testForSpecificEvents_invalidMethods() local
101 BlockingUserLifecycleListener listener = BlockingUserLifecycleListener.forSpecificEvents() in testForSpecificEvents_receivedOnlyExpected() local
121 BlockingUserLifecycleListener listener = BlockingUserLifecycleListener.forSpecificEvents() in testForSpecificEvents_receivedExtraEvents() local
148 BlockingUserLifecycleListener listener = BlockingUserLifecycleListener.forSpecificEvents() in testForSpecificEvents_filterByUser() local
173 BlockingUserLifecycleListener listener = BlockingUserLifecycleListener.forSpecificEvents() in testForSpecificEvents_filterByUserDuplicatedEventTypes() local
201 BlockingUserLifecycleListener listener = BlockingUserLifecycleListener.forSpecificEvents() in testForSpecificEvents_filterByPreviousUser() local
232 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/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/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/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/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.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/apps/Launcher3/quickstep/tests/multivalentTests/src/com/android/launcher3/taskbar/bubbles/animation/
DBubbleAnimatorTest.kt45 val listener = TestBubbleAnimatorListener() in animateNewBubble_isRunning() constant
66 val listener = TestBubbleAnimatorListener() in animateRemovedBubble_isRunning() constant
93 val listener = TestBubbleAnimatorListener() in animateNewAndRemoveOld_isRunning() constant
/packages/apps/TvSettings/Settings/tests/robotests/src/com/android/tv/settings/
DMainFragmentTest.kt61 val listener = Mockito.mock( in testUpdateConnectivity_NoNetwork() constant
85 val listener = Mockito.mock( in testUpdateConnectivity_hasEthernet() constant
109 val listener = Mockito.mock( in testUpdateConnectivity_hasEthernetConnected() constant
132 val listener = Mockito.mock( in testUpdateConnectivity_wifiSignal() constant
192 val listener = Mockito.mock( in testUpdateConnectivity_notConnected() constant
216 val listener = Mockito.mock( in testUpdateConnectivity_cellSignal() constant
/packages/modules/Permission/tests/cts/safetycenter/src/android/safetycenter/cts/
DSafetyCenterManagerTest.kt701 val listener = safetyCenterTestHelper.addListener() in reportSafetySourceError_changesSafetyCenterDataButDoesntCallErrorListener() constant
767 val listener = safetyCenterTestHelper.addListener() in reportSafetySourceError_withFlagDisabled_doesntCallListener() constant
1148 val listener = safetyCenterTestHelper.addListener() in refreshSafetySources_repliesWithWrongBroadcastId_doesntCompleteRefresh() constant
1220 val listener = safetyCenterTestHelper.addListener() in refreshSafetySources_waitForPreviousRefreshToTimeout_completesSuccessfully() constant
1275 val listener = safetyCenterTestHelper.addListener() in refreshSafetySources_withTrackedSourceThatTimesOut_timesOut() constant
1295 val listener = safetyCenterTestHelper.addListener() in refreshSafetySources_withUntrackedSourceThatTimesOut_doesNotTimeOut() constant
1313 val listener = safetyCenterTestHelper.addListener() in refreshSafetySources_withMultipleUntrackedSourcesThatTimeOut_doesNotTimeOut() constant
1327 val listener = safetyCenterTestHelper.addListener() in refreshSafetySources_withEmptyUntrackedSourceConfigAndSourceThatTimesOut_timesOut() constant
1339 val listener = safetyCenterTestHelper.addListener() in refreshSafetySources_withTrackedSourceThatHasNoReceiver_doesNotTimeOut() constant
1623 val listener = safetyCenterTestHelper.addListener(skipInitialData = false) in addOnSafetyCenterDataChangedListener_listenerCalledOnInit() constant
[all …]
/packages/modules/Wifi/framework/java/android/net/wifi/usd/
DIUsdManager.aidl33 void sendMessage(int sessionId, int peerId, in byte[] message, in IBooleanListener listener); in sendMessage()
39 void registerSubscriberStatusListener(IBooleanListener listener); in registerSubscriberStatusListener()
40 void unregisterSubscriberStatusListener(IBooleanListener listener); in unregisterSubscriberStatusListener()
41 void registerPublisherStatusListener(IBooleanListener listener); in registerPublisherStatusListener()
42 void unregisterPublisherStatusListener(IBooleanListener listener); in unregisterPublisherStatusListener()

12345678910>>...63