Searched refs:onDestroyed (Results 1 - 25 of 26) sorted by relevance

12

/frameworks/support/media/src/androidTest/java/androidx/media/
H A DTestServiceRegistry.java50 void onDestroyed(); method in interface:TestServiceRegistry.SessionServiceCallback
127 mSessionServiceCallback.onDestroyed();
H A DMediaController2Test.java1406 public void onDestroyed() {
/frameworks/support/media/version-compat-tests/current/client/src/androidTest/java/androidx/media/test/client/
H A DTestServiceRegistry.java51 void onDestroyed(); method in interface:TestServiceRegistry.SessionServiceCallback
128 mSessionServiceCallback.onDestroyed();
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/aware/
H A DWifiAwareNativeManagerTest.java194 mDestroyedListenerCaptor.getValue().onDestroyed("nan0");
216 mDestroyedListenerCaptor.getValue().onDestroyed("nan0");
252 mDestroyedListenerCaptor.getValue().onDestroyed("nan0");
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
H A DWifiNativeInterfaceManagementTest.java358 verify(mIfaceCallback1).onDestroyed(IFACE_NAME_1);
370 verify(mIfaceCallback0).onDestroyed(IFACE_NAME_0);
394 mIfaceDestroyedListenerCaptor0.getValue().onDestroyed(IFACE_NAME_0);
432 mIfaceDestroyedListenerCaptor0.getValue().onDestroyed(IFACE_NAME_0);
642 mIfaceDestroyedListenerCaptor0.getValue().onDestroyed(IFACE_NAME_0);
840 mIfaceDestroyedListenerCaptor0.getValue().onDestroyed(IFACE_NAME_0);
875 mIfaceDestroyedListenerCaptor0.getValue().onDestroyed(IFACE_NAME_0);
910 mIfaceDestroyedListenerCaptor0.getValue().onDestroyed(IFACE_NAME_0);
977 mIfaceDestroyedListenerCaptor0.getValue().onDestroyed(IFACE_NAME_0);
1097 mInOrder.verify(mIfaceCallback0).onDestroyed(IFACE_NAME_
[all...]
H A DScanOnlyModeManagerTest.java183 mInterfaceCallbackCaptor.getValue().onDestroyed(TEST_INTERFACE_NAME);
237 * Verify that onDestroyed after scan mode is stopped doesn't trigger a callback.
249 mInterfaceCallbackCaptor.getValue().onDestroyed(TEST_INTERFACE_NAME);
H A DClientModeManagerTest.java297 mInterfaceCallbackCaptor.getValue().onDestroyed(TEST_INTERFACE_NAME);
304 * Verify that onDestroyed after client mode is stopped doesn't trigger a callback.
316 mInterfaceCallbackCaptor.getValue().onDestroyed(TEST_INTERFACE_NAME);
H A DHalDeviceManagerTest.java361 // verify that Wi-Fi is shut-down: should also get all onDestroyed messages that are
365 verify(staDestroyedListener).onDestroyed(getName(staIface));
366 verify(nanDestroyedListener).onDestroyed(getName(nanIface));
729 verify(idl).onDestroyed(getName(iface));
792 mInOrder.verify(staIdl).onDestroyed(getName(staIface));
802 mInOrder.verify(apIdl).onDestroyed(getName(apIface));
847 verify(idl).onDestroyed(getName(iface));
1021 verify(apDestroyedListener).onDestroyed(getName(apIface));
1052 verify(p2pDestroyedListener2).onDestroyed(getName(p2pIface));
1323 verify(apDestroyedListener).onDestroyed(getNam
[all...]
H A DSoftApManagerTest.java470 * Verify that onDestroyed properly reports softap stop.
483 mWifiNativeInterfaceCallbackCaptor.getValue().onDestroyed(TEST_INTERFACE_NAME);
503 * Verify that onDestroyed after softap is stopped doesn't trigger a callback.
520 mWifiNativeInterfaceCallbackCaptor.getValue().onDestroyed(TEST_INTERFACE_NAME);
H A DWifiVendorHalTest.java567 internalListenerCaptor.getValue().onDestroyed(TEST_IFACE_NAME);
568 verify(externalLister).onDestroyed(TEST_IFACE_NAME);
597 internalListenerCaptor.getValue().onDestroyed(TEST_IFACE_NAME);
598 verify(externalLister).onDestroyed(TEST_IFACE_NAME);
/frameworks/base/telecomm/java/android/telecom/
H A DConference.java55 public void onDestroyed(Conference conference) {} method in class:Conference.Listener
92 public void onDestroyed(Connection c) {
532 l.onDestroyed(this);
H A DRemoteConference.java123 public void onDestroyed(RemoteConference conference) {} method in class:RemoteConference.Callback
173 callback.onDestroyed(conference);
H A DRemoteConnectionService.java257 public void onDestroyed(RemoteConference c) {
381 public void onDestroyed(RemoteConnection connection) {
540 public void onDestroyed(RemoteConnection connection) {
H A DConnection.java817 public void onDestroyed(Connection c) {} method in class:Connection.Listener
1674 public void onDestroyed(Connection c) {
1683 public void onDestroyed(Conference c) {
2268 l.onDestroyed(this);
H A DRemoteConnection.java181 public void onDestroyed(RemoteConnection connection) {} method in class:RemoteConnection.Callback
1287 callback.onDestroyed(connection);
H A DConnectionService.java1195 public void onDestroyed(Conference conference) {
1317 public void onDestroyed(Connection c) {
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/p2p/
H A DWifiP2pNative.java92 public void onDestroyed(String ifaceName) { method in class:WifiP2pNative.InterfaceDestroyedListenerInternal
99 mExternalListener.onDestroyed(ifaceName);
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DClientModeManager.java172 public void onDestroyed(String ifaceName) {
178 // Note: onDestroyed is only called from the WSM thread
H A DScanOnlyModeManager.java151 public void onDestroyed(String ifaceName) {
H A DWifiNative.java442 iface.externalListener.onDestroyed(iface.name);
459 public void onDestroyed(@NonNull String ifaceName) { method in class:WifiNative.InterfaceDestoyedListenerInternal
796 void onDestroyed(String ifaceName); method in interface:WifiNative.InterfaceCallback
H A DSoftApManager.java292 public void onDestroyed(String ifaceName) {
H A DWifiVendorHal.java395 public void onDestroyed(@NonNull String ifaceName) { method in class:WifiVendorHal.StaInterfaceDestroyedListenerInternal
400 mExternalListener.onDestroyed(ifaceName);
485 public void onDestroyed(@NonNull String ifaceName) { method in class:WifiVendorHal.ApInterfaceDestroyedListenerInternal
490 mExternalListener.onDestroyed(ifaceName);
H A DHalDeviceManager.java424 void onDestroyed(@NonNull String ifaceName); method in interface:HalDeviceManager.InterfaceDestroyedListener
2063 mListener.onDestroyed(mIfaceName);
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/aware/
H A DWifiAwareNativeManager.java217 public void onDestroyed(@NonNull String ifaceName) { method in class:WifiAwareNativeManager.InterfaceDestroyedListener
/frameworks/base/services/print/java/com/android/server/print/
H A DUserState.java457 public void onDestroyed() {
1436 public void onDestroyed() { method in class:UserState.PrinterDiscoverySessionMediator
1687 onDestroyed();

Completed in 6093 milliseconds

12