Home
last modified time | relevance | path

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

12

/packages/services/Telephony/tests/src/com/android/services/telephony/rcs/
DDelegateStateTrackerTest.java112 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()
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.java517 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 …]
DHalDeviceManagerTest.java404 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 …]
DWifiVendorHalTest.java453 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()
DConcreteClientModeManagerTest.java416 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/
DTelephonyConferenceBase.java62 public void onDestroyed(Conference conference) {} in onDestroyed() method in TelephonyConferenceBase.TelephonyConferenceListener
257 listener.onDestroyed(this); in notifyDestroyed()
DImsConferenceController.java63 public void onDestroyed(Conference conference) {
110 public void onDestroyed(Connection connection) {
DCdmaConferenceController.java67 public void onDestroyed(Connection c) {
DTelephonyConferenceController.java61 public void onDestroyed(Connection connection) {
DTelephonyConnection.java561 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/
DWifiAwareNativeManagerTest.java171 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/
DTelephonyConferenceControllerTest.java208 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/
DTestConnectionManager.java109 public void onDestroyed(RemoteConnection connection) {
311 public void onDestroyed(RemoteConference conference) {
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
DSearchActivity.kt228 mDestroyListener?.onDestroyed() in onDestroy()
462 fun onDestroyed() in onDestroyed() method
/packages/modules/Wifi/service/java/com/android/server/wifi/p2p/
DWifiP2pNative.java116 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/
DWifiAwareNativeManager.java241 public void onDestroyed(@NonNull String ifaceName) { in onDestroyed() method in WifiAwareNativeManager.InterfaceDestroyedListener
/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiVendorHal.java269 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()
DHalDeviceManager.java731 void onDestroyed(@NonNull String ifaceName); in onDestroyed() method
2654 mListener.onDestroyed(mIfaceName);
DWifiNative.java880 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
DConcreteClientModeManager.java780 public void onDestroyed(String ifaceName) {
/packages/services/Telephony/src/com/android/services/telephony/rcs/
DSipDelegateBinderConnection.java129 public void onDestroyed(int reason) {
DDelegateStateTracker.java178 mAppStateCallback.onDestroyed(reason); in sipDelegateDestroyed()
/packages/services/Telephony/testapps/TestRcsApp/aosp_test_rcsclient/src/com/android/libraries/rcs/simpleclient/registration/
DRegistrationControllerImpl.java149 public void onDestroyed(int reason) {
/packages/services/Telephony/testapps/TestRcsApp/TestApp/src/com/google/android/sample/rcsclient/
DDelegateActivity.java165 public void onDestroyed(int reason) {

12