Home
last modified time | relevance | path

Searched refs:stopManualConnectionManagement (Results 1 – 23 of 23) sorted by relevance

/external/connectedappssdk/tests/robotests/src/test/java/com/google/android/enterprise/connectedapps/robotests/
DOtherProfileListenableFutureTest.java86 testProfileConnector.stopManualConnectionManagement(); in other_listenableFuture_automaticConnection_workProfileIsTurnedOff_doesSetUnavailableProfileExceptionImmediately()
98 testProfileConnector.stopManualConnectionManagement(); in other_listenableFuture_automaticConnection_workProfileIsTurnedOn_doesNotSetUnavailableProfileException()
113 testProfileConnector.stopManualConnectionManagement(); in other_listenableFuture_automaticConnection_callsMethod()
124 testProfileConnector.stopManualConnectionManagement(); in other_listenableFuture_automaticConnection_setsFuture()
134 testProfileConnector.stopManualConnectionManagement(); in other_listenableFuture_automaticConnection_connectionIsDroppedDuringCall_setUnavailableProfileException()
DOtherProfileAsyncTest.java109 testProfileConnector.stopManualConnectionManagement(); in other_async_automaticConnection_workProfileIsTurnedOff_doesReceiveUnavailableProfileExceptionImmediately()
123 testProfileConnector.stopManualConnectionManagement(); in other_async_automaticConnection_workProfileIsTurnedOn_doesNotSetUnavailableProfileException()
137 testProfileConnector.stopManualConnectionManagement(); in other_async_automaticConnection_callsMethod()
149 testProfileConnector.stopManualConnectionManagement(); in other_async_automaticConnection_resultIsSet()
162 testProfileConnector.stopManualConnectionManagement(); in other_async_automaticConnection_connectionIsDroppedDuringCall_setUnavailableProfileException()
DAutomaticConnectionManagementTest.java76 testProfileConnector.stopManualConnectionManagement(); in setUp()
198 testProfileConnector.stopManualConnectionManagement(); in stopManualConnectionManagement_lessThan30SecondsLater_doesNotDisconnect()
208 testProfileConnector.stopManualConnectionManagement(); in stopManualConnectionManagement_moreThan30SecondsLater_disconnects()
DCrossUserTest.java68 testCrossUserConnector.stopManualConnectionManagement(); in setUp()
DAvailabilityListenerTest.java66 testProfileConnector.stopManualConnectionManagement(); in setUp()
DOtherProfileSynchronousTest.java112 testProfileConnector.stopManualConnectionManagement(); in other_synchronous_isBound_automaticConnectionManagement_throwsUnavailableProfileException()
DBothProfilesAsyncTest.java85 testProfileConnector.stopManualConnectionManagement(); in setUp()
DBothProfilesListenableFutureTest.java78 testProfileConnector.stopManualConnectionManagement(); in setUp()
DCurrentProfileTest.java131 testProfileConnector.stopManualConnectionManagement(); in current_synchronous_isBound_automaticConnectionManagement_callsMethod()
/external/connectedappssdk/tests/instrumented/src/main/java/com/google/android/enterprise/connectedapps/instrumented/tests/
DHappyPathEndToEndTest.java67 connector.stopManualConnectionManagement(); in teardown()
83 connector.stopManualConnectionManagement(); in isConnected_isFalse()
DInstrumentedTestUtilitiesTest.java99 connector.stopManualConnectionManagement(); in isConnected_waitForDisconnected_isFalse()
DConnectTest.java57 connector.stopManualConnectionManagement(); in teardown()
/external/connectedappssdk/testing/sdk/src/main/java/com/google/android/enterprise/connectedapps/testing/
DAbstractFakeProfileConnector.java213 stopManualConnectionManagement(); in disconnect()
218 public void stopManualConnectionManagement() { in stopManualConnectionManagement() method in AbstractFakeProfileConnector
/external/connectedappssdk/sdk/src/main/java/com/google/android/enterprise/connectedapps/
DProfileConnector.java61 void stopManualConnectionManagement(); in stopManualConnectionManagement() method
DAbstractProfileConnector.java91 public void stopManualConnectionManagement() { in stopManualConnectionManagement() method in AbstractProfileConnector
95 crossProfileSender().stopManualConnectionManagement(); in stopManualConnectionManagement()
DUserConnector.java62 void stopManualConnectionManagement(UserHandle userHandle); in stopManualConnectionManagement() method
DAbstractUserConnector.java48 public void stopManualConnectionManagement(UserHandle userHandle) {} in stopManualConnectionManagement() method in AbstractUserConnector
DCrossProfileSender.java456 public void stopManualConnectionManagement() { in stopManualConnectionManagement() method in CrossProfileSender
/external/connectedappssdk/tests/robotests/src/test/java/com/google/android/enterprise/connectedapps/
DProfileConnectorUnsupportedTest.java61 testProfileConnector.stopManualConnectionManagement(); in stopManualConnectionManagement_doesNotCrash()
DProfileConnectorTest.java250 testProfileConnector.stopManualConnectionManagement(); in isManuallyManagingConnection_hasCalledStopManualConnectionManagement_returnsFalse()
DRobolectricTestUtilities.java121 connector.stopManualConnectionManagement(); in disconnect()
/external/connectedappssdk/tests/robotests/src/test/java/com/google/android/enterprise/connectedapps/testing/
DAbstractFakeProfileConnectorTest.java383 fakeProfileConnector.stopManualConnectionManagement(); in isManuallyManagingConnection_hasCalledStopManualConnectionManagement_returnsFalse()
401 fakeProfileConnector.stopManualConnectionManagement(); in timeoutConnection_isNotManuallyManagingConnection_disconnects()
DFakeCrossProfileTypeTest.java295 connector.stopManualConnectionManagement(); in blockingCall_notManuallyManagingConnection_throwsUnavailableProfileException()
329 connector.stopManualConnectionManagement(); in asyncCall_notConnected_doesNotStartManualConnectionManagement()
374 connector.stopManualConnectionManagement(); in futureCall_notConnected_doesNotStartManualConnectionManagement()