Searched refs:waitOnDisconnect (Results 1 – 5 of 5) sorted by relevance
94 public boolean waitOnDisconnect() {95 return mConnServiceCallController.waitOnDisconnect();
71 public boolean waitOnDisconnect() { in waitOnDisconnect() method in ConnectionServiceCallController72 return mConnection.waitOnDisconnect(); in waitOnDisconnect()
32 boolean waitOnDisconnect(); in waitOnDisconnect() method
181 public boolean waitOnDisconnect() { in waitOnDisconnect() method in SelfManagedConnection
1567 assertTrue(conn.getInterface().waitOnDisconnect()); in testManagedCallWhileNoHoldCapabilitySelfMaganedCallActive()