Home
last modified time | relevance | path

Searched refs:markAsDisposed (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/services/robotests/backup/src/com/android/server/backup/transport/
DTransportConnectionTest.java420 mTransportConnection.markAsDisposed(); in testMarkAsDisposed_whenCreated()
431 mTransportConnection.markAsDisposed(); in testMarkAsDisposed_afterOnBindingDied()
443 mTransportConnection.markAsDisposed(); in testMarkAsDisposed_whenConnectedAndUnbound()
455 mTransportConnection.markAsDisposed(); in testMarkAsDisposed_afterOnServiceDisconnected()
464 expectThrows(RuntimeException.class, mTransportConnection::markAsDisposed); in testMarkAsDisposed_whenBound()
473 expectThrows(RuntimeException.class, mTransportConnection::markAsDisposed); in testMarkAsDisposed_whenConnected()
526 mTransportConnection.markAsDisposed(); in testFinalize_whenMarkedAsDisposed()
DTransportConnectionManagerTest.java118 verify(transportConnection).markAsDisposed(); in testDisposeOfTransportClient()
/frameworks/base/services/backup/java/com/android/server/backup/transport/
DTransportConnectionManager.java140 transportConnection.markAsDisposed(); in disposeOfTransportClient()
DTransportConnection.java285 public void markAsDisposed() { in markAsDisposed() method in TransportConnection
/frameworks/base/services/
Dart-wear-profile8747 PLcom/android/server/backup/transport/TransportConnection;->markAsDisposed()V