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.java56 private enum ConnectionType { enum in IncrementalDeviceConnection
61 private ConnectionType mConnectionType;
69 private IncrementalDeviceConnection(ConnectionType connectionType, Thread shellCommand, in IncrementalDeviceConnection()
104 if (mConnectionType == ConnectionType.UNRELIABLE) { in read()
160 private final ConnectionType mConnectionType;
164 return new Factory(ConnectionType.RELIABLE, true); in reliable()
168 return new Factory(ConnectionType.UNRELIABLE, false); in ureliable()
172 return new Factory(ConnectionType.RELIABLE, false); in reliableExpectInstallationFailure()
175 private Factory(ConnectionType connectionType, boolean expectInstallationSuccess) { in Factory()
224 if (mConnectionType == ConnectionType.RELIABLE) { in connectToService()