Home
last modified time | relevance | path

Searched refs:IGNORE (Results 1 – 8 of 8) 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;
96 protected BinaryState mWifiWatchdog = BinaryState.IGNORE;
101 protected BinaryState mDisableCwWifiMediator = BinaryState.IGNORE;
109 protected BinaryState mWifiScanAlwaysEnabled = BinaryState.IGNORE;
115 protected BinaryState mEthernet = BinaryState.IGNORE;
121 protected BinaryState mBluetooth = BinaryState.IGNORE;
[all …]
DDeviceFlashPreparer.java45 public static enum EncryptionOptions {ENCRYPT, IGNORE} enumConstant
62 private EncryptionOptions mEncryptUserData = EncryptionOptions.IGNORE;
321 case IGNORE: in preEncryptDevice()
381 case IGNORE: in postEncryptDevice()
/tools/tradefederation/core/src/com/android/tradefed/device/
DDeviceUtilStatsMonitor.java45 IGNORE, enumConstant
277 case IGNORE: in shouldTrackDevice()
286 case IGNORE: in shouldTrackDevice()
DDeviceManager.java682 case IGNORE: in getEventFromFree()
814 freeDevice(tcpDevice, FreeDeviceState.IGNORE); in connectToTcpDevice()
855 freeDevice(tcpDevice, FreeDeviceState.IGNORE); in disconnectFromTcpDevice()
/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/tests/src/com/android/tradefed/targetprep/
DDeviceSetupTest.java478 mDeviceSetup.setScreenAlwaysOn(BinaryState.IGNORE); in testSetup_screen_stayon_default()
502 mDeviceSetup.setScreenAlwaysOn(BinaryState.IGNORE); in testSetup_screen_timeout()
/tools/test/connectivity/acts/framework/acts/controllers/anritsu_lib/
Dmd8475a.py250 IGNORE = "IGNORE" variable in TriggerMessageReply