/packages/services/Telephony/tests/src/com/android/services/telephony/rcs/ |
D | DelegateStateTrackerTest.java | 112 verify(mAppCallback, never()).onDestroyed(anyInt()); in testDelegateCreated() 130 verify(mAppCallback).onDestroyed( in testDelegateDestroyed() 230 verify(mAppCallback, never()).onDestroyed(anyInt()); in testDelegateChangingRegisteredTagsOverride() 382 verify(mAppCallback, never()).onDestroyed(anyInt()); in testDelegateChangingDeniedTagsChanged() 436 verify(mAppCallback).onDestroyed( in testDelegateChangingDeniedTagsChangingToDestroy()
|
D | SipDelegateBinderConnectionTest.java | 161 cb.onDestroyed(SipDelegateManager.SIP_DELEGATE_DESTROY_REASON_REQUESTED_BY_APP); in testDestroyConnection()
|
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/ |
D | WifiNativeInterfaceManagementTest.java | 517 verify(mIfaceCallback1).onDestroyed(IFACE_NAME_1); in testTeardownAllInterfaces() 529 verify(mIfaceCallback0).onDestroyed(IFACE_NAME_0); in testTeardownAllInterfaces() 555 mIfaceDestroyedListenerCaptor0.getValue().onDestroyed(IFACE_NAME_0); in testSetupClientAndSoftApInterfaceCausesClientInterfaceTeardown() 647 mIfaceDestroyedListenerCaptor0.getValue().onDestroyed(IFACE_NAME_0); in testSetupSoftApAndClientInterfaceCausesSoftApInterfaceTeardown() 872 mIfaceDestroyedListenerCaptor0.getValue().onDestroyed(IFACE_NAME_0); in testSetupClientInterfaceAndTriggerInterfaceUpOnDestroyedIface() 1094 mIfaceDestroyedListenerCaptor0.getValue().onDestroyed(IFACE_NAME_0); in testSetupClientInterfaceFailureInWificondSetupInterfaceForClientMode() 1114 mIfaceDestroyedListenerCaptor0.getValue().onDestroyed(IFACE_NAME_0); in testSetupClientInterfaceFailureInSupplicantSetupIface() 1173 mIfaceDestroyedListenerCaptor0.getValue().onDestroyed(IFACE_NAME_0); in testSetupSoftApInterfaceFailureInHalGetBridgedInstances() 1192 mIfaceDestroyedListenerCaptor0.getValue().onDestroyed(IFACE_NAME_0); in testSetupSoftApInterfaceFailureInWificondSetupInterfaceForSoftapMode() 1493 mIfaceDestroyedListenerCaptor0.getValue().onDestroyed(IFACE_NAME_0); in testCreateP2pIfaceAndTeardownClientIface() [all …]
|
D | HalDeviceManagerTest.java | 404 verify(staDestroyedListener).onDestroyed(getName(staIface)); in testCacheMismatchError() 405 verify(nanDestroyedListener).onDestroyed(getName(nanIface)); in testCacheMismatchError() 1198 verify(idl).onDestroyed(getName(iface)); in testCreateApWithStaModeUpTestChipV1() 1224 verify(staIdl).onDestroyed("wlan0"); in testOnDestroyedWithHandlerTriggeredOnSameThread() 1307 mInOrder.verify(staIdl).onDestroyed(getName(staIface)); in testCreateApWithStaIfaceUpTestChipV1UsingHandlerListeners() 1315 mInOrder.verify(apIdl).onDestroyed(getName(apIface)); in testCreateApWithStaIfaceUpTestChipV1UsingHandlerListeners() 1377 mInOrder.verify(staIdl).onDestroyed(getName(staIface)); in testCreateLowerPriorityApWithStaIfaceUpTestChipV1UsingHandlerListeners() 1385 mInOrder.verify(apIdl).onDestroyed(getName(apIface)); in testCreateLowerPriorityApWithStaIfaceUpTestChipV1UsingHandlerListeners() 1480 verify(idl).onDestroyed(getName(iface)); in testCreateApWithApModeUpTestChipV1() 2049 verify(apDestroyedListener).onDestroyed(getName(apIface)); in testInterfaceCreationFlowTestChipV2() [all …]
|
D | WifiVendorHalTest.java | 453 internalListenerCaptor.getValue().onDestroyed(TEST_IFACE_NAME); in testStaInterfaceDestroyedHandling() 454 verify(externalLister).onDestroyed(TEST_IFACE_NAME); in testStaInterfaceDestroyedHandling() 487 internalListenerCaptor.getValue().onDestroyed(TEST_IFACE_NAME); in testApInterfaceDestroyedHandling() 488 verify(externalLister).onDestroyed(TEST_IFACE_NAME); in testApInterfaceDestroyedHandling()
|
D | ConcreteClientModeManagerTest.java | 416 mInterfaceCallbackCaptor.getValue().onDestroyed(TEST_INTERFACE_NAME); in interfaceDestroyedAndAdded() 701 mInterfaceCallbackCaptor.getValue().onDestroyed(TEST_INTERFACE_NAME); in clientModeStartedStopsOnInterfaceDestroyed() 727 mInterfaceCallbackCaptor.getValue().onDestroyed(TEST_INTERFACE_NAME); in noCallbackOnInterfaceDestroyedWhenAlreadyStopped()
|
/packages/services/Telephony/src/com/android/services/telephony/ |
D | TelephonyConferenceBase.java | 62 public void onDestroyed(Conference conference) {} in onDestroyed() method in TelephonyConferenceBase.TelephonyConferenceListener 257 listener.onDestroyed(this); in notifyDestroyed()
|
D | ImsConferenceController.java | 63 public void onDestroyed(Conference conference) { 110 public void onDestroyed(Connection connection) {
|
D | CdmaConferenceController.java | 67 public void onDestroyed(Connection c) {
|
D | TelephonyConferenceController.java | 61 public void onDestroyed(Connection connection) {
|
D | TelephonyConnection.java | 561 public void onDestroyed(Connection c) {} in onDestroyed() method in TelephonyConnection.TelephonyConnectionListener 3709 listener.onDestroyed(this); in notifyDestroyed()
|
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/aware/ |
D | WifiAwareNativeManagerTest.java | 171 mDestroyedListenerCaptor.getValue().onDestroyed("nan0"); in testReferenceCounting() 195 mDestroyedListenerCaptor.getValue().onDestroyed("nan0"); in testReferenceCounting() 227 mDestroyedListenerCaptor.getValue().onDestroyed("nan0"); in testRequestFlowWithAsyncDeletes()
|
/packages/services/Telephony/tests/src/com/android/services/telephony/ |
D | TelephonyConferenceControllerTest.java | 208 verify(mMockListener, never()).onDestroyed(any(Conference.class)); in testMergeMultiPartyCalls() 216 verify(mMockListener).onDestroyed(any(Conference.class)); in testMergeMultiPartyCalls()
|
/packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/ |
D | TestConnectionManager.java | 109 public void onDestroyed(RemoteConnection connection) { 311 public void onDestroyed(RemoteConference conference) {
|
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ |
D | SearchActivity.kt | 228 mDestroyListener?.onDestroyed() in onDestroy() 462 fun onDestroyed() in onDestroyed() method
|
/packages/modules/Wifi/service/java/com/android/server/wifi/p2p/ |
D | WifiP2pNative.java | 116 public void onDestroyed(String ifaceName) { in onDestroyed() method in WifiP2pNative.InterfaceDestroyedListenerInternal 124 mExternalListener.onDestroyed(ifaceName); in onDestroyed()
|
/packages/modules/Wifi/service/java/com/android/server/wifi/aware/ |
D | WifiAwareNativeManager.java | 241 public void onDestroyed(@NonNull String ifaceName) { in onDestroyed() method in WifiAwareNativeManager.InterfaceDestroyedListener
|
/packages/modules/Wifi/service/java/com/android/server/wifi/ |
D | WifiVendorHal.java | 269 public void onDestroyed(@NonNull String ifaceName) { in onDestroyed() method in WifiVendorHal.StaInterfaceDestroyedListenerInternal 274 mExternalListener.onDestroyed(ifaceName); in onDestroyed() 371 public void onDestroyed(@NonNull String ifaceName) { in onDestroyed() method in WifiVendorHal.ApInterfaceDestroyedListenerInternal 376 mExternalListener.onDestroyed(ifaceName); in onDestroyed()
|
D | HalDeviceManager.java | 731 void onDestroyed(@NonNull String ifaceName); in onDestroyed() method 2654 mListener.onDestroyed(mIfaceName);
|
D | WifiNative.java | 880 iface.externalListener.onDestroyed(iface.name); in onInterfaceDestroyed() 898 public void onDestroyed(@NonNull String ifaceName) { in onDestroyed() method in WifiNative.InterfaceDestoyedListenerInternal 1480 void onDestroyed(String ifaceName); in onDestroyed() method
|
D | ConcreteClientModeManager.java | 780 public void onDestroyed(String ifaceName) {
|
/packages/services/Telephony/src/com/android/services/telephony/rcs/ |
D | SipDelegateBinderConnection.java | 129 public void onDestroyed(int reason) {
|
D | DelegateStateTracker.java | 178 mAppStateCallback.onDestroyed(reason); in sipDelegateDestroyed()
|
/packages/services/Telephony/testapps/TestRcsApp/aosp_test_rcsclient/src/com/android/libraries/rcs/simpleclient/registration/ |
D | RegistrationControllerImpl.java | 149 public void onDestroyed(int reason) {
|
/packages/services/Telephony/testapps/TestRcsApp/TestApp/src/com/google/android/sample/rcsclient/ |
D | DelegateActivity.java | 165 public void onDestroyed(int reason) {
|