Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/targetprep/
DDeviceSetup.java52 protected BinaryState mAirplaneMode = BinaryState.IGNORE;
59 protected BinaryState mData = BinaryState.IGNORE;
66 protected BinaryState mCell = BinaryState.IGNORE;
71 protected BinaryState mCellAutoSetting = BinaryState.IGNORE;
76 protected BinaryState mWifi = BinaryState.IGNORE;
93 protected BinaryState mWifiWatchdog = BinaryState.IGNORE;
98 protected BinaryState mDisableCwWifiMediator = BinaryState.IGNORE;
106 protected BinaryState mWifiScanAlwaysEnabled = BinaryState.IGNORE;
112 protected BinaryState mEthernet = BinaryState.IGNORE;
118 protected BinaryState mBluetooth = BinaryState.IGNORE;
[all …]
DDeviceFlashPreparer.java45 public static enum EncryptionOptions {ENCRYPT, IGNORE} enumConstant
58 private EncryptionOptions mEncryptUserData = EncryptionOptions.IGNORE;
317 case IGNORE: in preEncryptDevice()
377 case IGNORE: in postEncryptDevice()
/tools/tradefederation/core/src/com/android/tradefed/util/
DBinaryState.java22 IGNORE, enumConstant
/tools/tradefederation/core/remote/src/com/android/tradefed/device/
DFreeDeviceState.java38 IGNORE; enumConstant
/tools/tradefederation/core/src/com/android/tradefed/device/
DDeviceUtilStatsMonitor.java45 IGNORE, enumConstant
277 case IGNORE: in shouldTrackDevice()
286 case IGNORE: in shouldTrackDevice()
DDeviceManager.java592 case IGNORE: in getEventFromFree()
740 freeDevice(tcpDevice, FreeDeviceState.IGNORE); in connectToTcpDevice()
781 freeDevice(tcpDevice, FreeDeviceState.IGNORE); in disconnectFromTcpDevice()
/tools/tradefederation/core/tests/src/com/android/tradefed/targetprep/
DDeviceSetupTest.java414 mDeviceSetup.setScreenAlwaysOn(BinaryState.IGNORE); in testSetup_screen_stayon_default()
438 mDeviceSetup.setScreenAlwaysOn(BinaryState.IGNORE); in testSetup_screen_timeout()