Home
last modified time | relevance | path

Searched refs:onDestroyed (Results 1 – 25 of 27) sorted by relevance

12

/packages/services/Telephony/tests/src/com/android/services/telephony/rcs/
DDelegateStateTrackerTest.java102 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()
DSipDelegateBinderConnectionTest.java161 cb.onDestroyed(SipDelegateManager.SIP_DELEGATE_DESTROY_REASON_REQUESTED_BY_APP); in testDestroyConnection()
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DWifiNativeInterfaceManagementTest.java421 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 …]
DHalDeviceManagerTest.java430 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 …]
DConcreteClientModeManagerTest.java614 mInterfaceCallbackCaptor.getValue().onDestroyed(TEST_INTERFACE_NAME); in clientModeStartedStopsOnInterfaceDestroyed()
636 mInterfaceCallbackCaptor.getValue().onDestroyed(TEST_INTERFACE_NAME); in noCallbackOnInterfaceDestroyedWhenAlreadyStopped()
DWifiVendorHalTest.java694 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/
DWifiAwareNativeManagerTest.java181 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/
DTelephonyConferenceControllerTest.java163 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/
DTelephonyConferenceBase.java62 public void onDestroyed(Conference conference) {} in onDestroyed() method in TelephonyConferenceBase.TelephonyConferenceListener
244 listener.onDestroyed(this); in notifyDestroyed()
DImsConferenceController.java54 public void onDestroyed(Conference conference) {
101 public void onDestroyed(Connection connection) {
DCdmaConferenceController.java67 public void onDestroyed(Connection c) {
DTelephonyConferenceController.java59 public void onDestroyed(Connection connection) {
DTelephonyConnection.java536 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/
DTestConnectionManager.java109 public void onDestroyed(RemoteConnection connection) {
311 public void onDestroyed(RemoteConference conference) {
/packages/modules/Wifi/service/java/com/android/server/wifi/p2p/
DWifiP2pNative.java78 public void onDestroyed(String ifaceName) { in onDestroyed() method in WifiP2pNative.InterfaceDestroyedListenerInternal
85 mExternalListener.onDestroyed(ifaceName); in onDestroyed()
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
DSearchActivity.java256 mDestroyListener.onDestroyed(); in onDestroy()
507 void onDestroyed(); in onDestroyed() method
/packages/services/Telephony/src/com/android/services/telephony/rcs/
DDelegateStateTracker.java117 mAppStateCallback.onDestroyed(reason); in sipDelegateDestroyed()
DSipDelegateBinderConnection.java129 public void onDestroyed(int reason) {
/packages/modules/Wifi/service/java/com/android/server/wifi/aware/
DWifiAwareNativeManager.java254 public void onDestroyed(@NonNull String ifaceName) { in onDestroyed() method in WifiAwareNativeManager.InterfaceDestroyedListener
/packages/services/Telephony/testapps/TestRcsApp/TestApp/src/com/google/android/sample/rcsclient/
DDelegateActivity.java165 public void onDestroyed(int reason) {
/packages/services/Telephony/testapps/TestRcsApp/aosp_test_rcsclient/src/com/android/libraries/rcs/simpleclient/registration/
DRegistrationControllerImpl.java149 public void onDestroyed(int reason) {
/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiVendorHal.java441 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()
DWifiNative.java675 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
DHalDeviceManager.java554 void onDestroyed(@NonNull String ifaceName); in onDestroyed() method
2509 mListener.onDestroyed(mIfaceName); in action()
DConcreteClientModeManager.java691 public void onDestroyed(String ifaceName) {

12