/packages/services/Telephony/tests/src/com/android/services/telephony/rcs/ |
D | DelegateStateTrackerTest.java | 102 verify(mAppCallback, never()).onDestroyed(anyInt()); in testDelegateCreated() 118 verify(mAppCallback).onDestroyed( in testDelegateDestroyed() 179 verify(mAppCallback, never()).onDestroyed(anyInt()); in testDelegateChangingRegisteredTagsOverride() 236 verify(mAppCallback, never()).onDestroyed(anyInt()); in testDelegateChangingDeniedTagsChanged() 289 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 | 421 verify(mIfaceCallback1).onDestroyed(IFACE_NAME_1); in testTeardownAllInterfaces() 433 verify(mIfaceCallback0).onDestroyed(IFACE_NAME_0); in testTeardownAllInterfaces() 458 mIfaceDestroyedListenerCaptor0.getValue().onDestroyed(IFACE_NAME_0); in testSetupClientAndSoftApInterfaceCausesClientInterfaceTeardown() 504 mIfaceDestroyedListenerCaptor0.getValue().onDestroyed(IFACE_NAME_0); in testSetupSoftApAndClientInterfaceCausesSoftApInterfaceTeardown() 726 mIfaceDestroyedListenerCaptor0.getValue().onDestroyed(IFACE_NAME_0); in testSetupClientInterfaceAndTriggerInterfaceUpOnDestroyedIface() 981 mIfaceDestroyedListenerCaptor0.getValue().onDestroyed(IFACE_NAME_0); in testSetupClientInterfaceFailureInWificondSetupInterfaceForClientMode() 1021 mIfaceDestroyedListenerCaptor0.getValue().onDestroyed(IFACE_NAME_0); in testSetupClientInterfaceFailureInSupplicantSetupIface() 1136 mIfaceDestroyedListenerCaptor0.getValue().onDestroyed(IFACE_NAME_0); in testSetupSoftApInterfaceFailureInHalGetBridgedInstances() 1176 mIfaceDestroyedListenerCaptor0.getValue().onDestroyed(IFACE_NAME_0); in testSetupSoftApInterfaceFailureInWificondSetupInterfaceForSoftapMode() 1307 mInOrder.verify(mIfaceCallback0).onDestroyed(IFACE_NAME_0); in testSetupClientAndSoftApInterfaceCausesClientInterfaceTeardownWithNoVendorHal() [all …]
|
D | HalDeviceManagerTest.java | 430 verify(staDestroyedListener).onDestroyed(getName(staIface)); in testCacheMismatchError() 431 verify(nanDestroyedListener).onDestroyed(getName(nanIface)); in testCacheMismatchError() 950 verify(idl).onDestroyed(getName(iface)); in testCreateApWithStaModeUpTestChipV1() 1003 mInOrder.verify(staIdl).onDestroyed(getName(staIface)); in testCreateApWithStIfaceUpTestChipV1UsingNoHandlerListeners() 1011 mInOrder.verify(apIdl).onDestroyed(getName(apIface)); in testCreateApWithStIfaceUpTestChipV1UsingNoHandlerListeners() 1051 verify(idl).onDestroyed(getName(iface)); in testCreateApWithApModeUpTestChipV1() 1446 verify(apDestroyedListener).onDestroyed(getName(apIface)); in testInterfaceCreationFlowTestChipV2() 1487 verify(nanDestroyedListener).onDestroyed(getName(nanIface)); in testInterfaceCreationFlowTestChipV2() 1859 verify(apDestroyedListener).onDestroyed(getName(apIface)); in testInterfaceCreationFlowTestChipV3() 1895 verify(staDestroyedListener).onDestroyed(getName(staIface)); in testInterfaceCreationFlowTestChipV3() [all …]
|
D | ConcreteClientModeManagerTest.java | 614 mInterfaceCallbackCaptor.getValue().onDestroyed(TEST_INTERFACE_NAME); in clientModeStartedStopsOnInterfaceDestroyed() 636 mInterfaceCallbackCaptor.getValue().onDestroyed(TEST_INTERFACE_NAME); in noCallbackOnInterfaceDestroyedWhenAlreadyStopped()
|
D | WifiVendorHalTest.java | 694 internalListenerCaptor.getValue().onDestroyed(TEST_IFACE_NAME); in testStaInterfaceDestroyedHandling() 695 verify(externalLister).onDestroyed(TEST_IFACE_NAME); in testStaInterfaceDestroyedHandling() 726 internalListenerCaptor.getValue().onDestroyed(TEST_IFACE_NAME); in testApInterfaceDestroyedHandling() 727 verify(externalLister).onDestroyed(TEST_IFACE_NAME); in testApInterfaceDestroyedHandling()
|
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/aware/ |
D | WifiAwareNativeManagerTest.java | 181 mDestroyedListenerCaptor.getValue().onDestroyed("nan0"); in testReferenceCounting() 203 mDestroyedListenerCaptor.getValue().onDestroyed("nan0"); in testReferenceCounting() 234 mDestroyedListenerCaptor.getValue().onDestroyed("nan0"); in testRequestFlowWithAsyncDeletes()
|
/packages/services/Telephony/tests/src/com/android/services/telephony/ |
D | TelephonyConferenceControllerTest.java | 163 verify(mMockListener, never()).onDestroyed(any(Conference.class)); in testMergeMultiPartyCalls() 171 verify(mMockListener).onDestroyed(any(Conference.class)); in testMergeMultiPartyCalls()
|
/packages/services/Telephony/src/com/android/services/telephony/ |
D | TelephonyConferenceBase.java | 62 public void onDestroyed(Conference conference) {} in onDestroyed() method in TelephonyConferenceBase.TelephonyConferenceListener 244 listener.onDestroyed(this); in notifyDestroyed()
|
D | ImsConferenceController.java | 54 public void onDestroyed(Conference conference) { 101 public void onDestroyed(Connection connection) {
|
D | CdmaConferenceController.java | 67 public void onDestroyed(Connection c) {
|
D | TelephonyConferenceController.java | 59 public void onDestroyed(Connection connection) {
|
D | TelephonyConnection.java | 536 public void onDestroyed(Connection c) {} in onDestroyed() method in TelephonyConnection.TelephonyConnectionListener 3606 listener.onDestroyed(this); in notifyDestroyed()
|
/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/modules/Wifi/service/java/com/android/server/wifi/p2p/ |
D | WifiP2pNative.java | 78 public void onDestroyed(String ifaceName) { in onDestroyed() method in WifiP2pNative.InterfaceDestroyedListenerInternal 85 mExternalListener.onDestroyed(ifaceName); in onDestroyed()
|
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ |
D | SearchActivity.java | 256 mDestroyListener.onDestroyed(); in onDestroy() 507 void onDestroyed(); in onDestroyed() method
|
/packages/services/Telephony/src/com/android/services/telephony/rcs/ |
D | DelegateStateTracker.java | 117 mAppStateCallback.onDestroyed(reason); in sipDelegateDestroyed()
|
D | SipDelegateBinderConnection.java | 129 public void onDestroyed(int reason) {
|
/packages/modules/Wifi/service/java/com/android/server/wifi/aware/ |
D | WifiAwareNativeManager.java | 254 public void onDestroyed(@NonNull String ifaceName) { in onDestroyed() method in WifiAwareNativeManager.InterfaceDestroyedListener
|
/packages/services/Telephony/testapps/TestRcsApp/TestApp/src/com/google/android/sample/rcsclient/ |
D | DelegateActivity.java | 165 public void onDestroyed(int reason) {
|
/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/modules/Wifi/service/java/com/android/server/wifi/ |
D | WifiVendorHal.java | 441 public void onDestroyed(@NonNull String ifaceName) { in onDestroyed() method in WifiVendorHal.StaInterfaceDestroyedListenerInternal 446 mExternalListener.onDestroyed(ifaceName); in onDestroyed() 542 public void onDestroyed(@NonNull String ifaceName) { in onDestroyed() method in WifiVendorHal.ApInterfaceDestroyedListenerInternal 547 mExternalListener.onDestroyed(ifaceName); in onDestroyed()
|
D | WifiNative.java | 675 iface.externalListener.onDestroyed(iface.name); in onInterfaceDestroyed() 693 public void onDestroyed(@NonNull String ifaceName) { in onDestroyed() method in WifiNative.InterfaceDestoyedListenerInternal 1088 void onDestroyed(String ifaceName); in onDestroyed() method
|
D | HalDeviceManager.java | 554 void onDestroyed(@NonNull String ifaceName); in onDestroyed() method 2509 mListener.onDestroyed(mIfaceName); in action()
|
D | ConcreteClientModeManager.java | 691 public void onDestroyed(String ifaceName) {
|