Home
last modified time | relevance | path

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

/cts/tests/tests/content/src/android/content/pm/cts/
DIncrementalDeviceConnection.java54 private enum ConnectionType { enum in IncrementalDeviceConnection
59 private ConnectionType mConnectionType;
67 private IncrementalDeviceConnection(ConnectionType connectionType, Thread shellCommand, in IncrementalDeviceConnection()
102 if (mConnectionType == ConnectionType.UNRELIABLE) { in read()
158 private final ConnectionType mConnectionType;
162 return new Factory(ConnectionType.RELIABLE, true); in reliable()
166 return new Factory(ConnectionType.UNRELIABLE, false); in ureliable()
170 return new Factory(ConnectionType.RELIABLE, false); in reliableExpectInstallationFailure()
173 private Factory(ConnectionType connectionType, boolean expectInstallationSuccess) { in Factory()
206 if (mConnectionType == ConnectionType.RELIABLE) { in connectToService()