Searched refs:markAsDisposed (Results 1 – 5 of 5) sorted by relevance
420 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()
118 verify(transportConnection).markAsDisposed(); in testDisposeOfTransportClient()
140 transportConnection.markAsDisposed(); in disposeOfTransportClient()
285 public void markAsDisposed() { in markAsDisposed() method in TransportConnection
8747 PLcom/android/server/backup/transport/TransportConnection;->markAsDisposed()V