Home
last modified time | relevance | path

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

/cts/tests/tests/content/src/android/content/pm/cts/
DIncrementalDeviceConnection.java61 private ConnectionType mConnectionType; field in IncrementalDeviceConnection
71 mConnectionType = connectionType; in IncrementalDeviceConnection()
104 if (mConnectionType == ConnectionType.UNRELIABLE) { in read()
160 private final ConnectionType mConnectionType; field in IncrementalDeviceConnection.Factory
176 mConnectionType = connectionType; in Factory()
224 if (mConnectionType == ConnectionType.RELIABLE) { in connectToService()
231 return new IncrementalDeviceConnection(mConnectionType, shellCommand, localPfd); in connectToService()
/cts/tests/tests/telephony/current/src/android/telephony/ims/cts/
DImsServiceConnector.java134 private int mConnectionType; field in ImsServiceConnector.Connection
138 mConnectionType = connectionType; in Connection()
144 switch (mConnectionType) { in clearPackage()
162 switch (mConnectionType) { in overrideService()
190 switch (mConnectionType) { in restoreOriginalPackage()
215 switch (mConnectionType) { in checkConfigurationExists()
241 switch (mConnectionType) { in storeOriginalPackage()