/tools/tradefederation/core/src/com/android/tradefed/targetprep/ |
D | DeviceCleaner.java | 35 NONE, enumConstant 44 NONE, enumConstant 57 private CleanupAction mCleanupAction = CleanupAction.NONE; 71 private PostCleanupAction mPostCleanupAction = PostCleanupAction.NONE; 99 case NONE: in clean() 112 if (mScreenOff && mPostCleanupAction == PostCleanupAction.NONE) { in clean() 117 case NONE: in clean()
|
/tools/metalava/src/main/java/com/android/tools/metalava/model/ |
D | AnnotationTarget.kt | 33 NONE; 42 val NO_ANNOTATION_TARGETS = setOf(AnnotationTarget.NONE) 87 options.typedefMode == Options.TypedefMode.NONE) // just here for compatibility purposes
|
D | TypeParameterList.kt | 44 val NONE = object : TypeParameterList { in toString() constant
|
/tools/test/connectivity/acts/framework/acts/libs/logging/ |
D | log_stream.py | 32 NONE = 0x00 variable in LogStyles 105 log_styles=LogStyles.NONE, stream_format=None, 207 log_styles=LogStyles.NONE, stream_format=None, 283 levels_dict[level] = levels_dict.get(level, LogStyles.NONE) 300 LogStyles.MONOLITH_LOG, LogStyles.NONE] 338 return LogStyles.NONE
|
/tools/test/connectivity/acts/tests/google/net/ |
D | DataCostTest.py | 33 from acts.test_utils.net.connectivity_const import MULTIPATH_PREFERENCE_NONE as NONE unknown 132 if exp == NONE: 206 ad, RELIABLE, NONE, wifi_network, cell_network) 255 ad, RELIABLE, NONE, wifi_network, cell_network)
|
/tools/tradefederation/core/global_configuration/com/android/tradefed/util/hostmetric/ |
D | IHostMonitor.java | 24 NONE, enumConstant
|
D | AbstractHostMonitor.java | 46 private HostMetricType mTag = HostMetricType.NONE;
|
/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/ |
D | InstrumentationTestFuncTest.java | 186 getDevice().setRecoveryMode(RecoveryMode.NONE); in testRun_testTimeout() 360 getDevice().setRecoveryMode(RecoveryMode.NONE); in testRun_rerun() 410 getDevice().setRecoveryMode(RecoveryMode.NONE); in testRun_rerunHang()
|
/tools/test/connectivity/acts/tests/google/wifi/ |
D | WifiEnterpriseTest.py | 326 config[WifiEnums.Enterprise.PHASE2] = WifiEnums.EapPhase2.NONE.value 415 config[WifiEnums.Enterprise.PHASE2] = WifiEnums.EapPhase2.NONE.value 518 config[WifiEnums.Enterprise.PHASE2] = WifiEnums.EapPhase2.NONE.value 600 config[WifiEnums.Enterprise.PHASE2] = WifiEnums.EapPhase2.NONE.value 657 config[WifiEnums.Enterprise.PHASE2] = WifiEnums.EapPhase2.NONE.value 727 config[WifiEnums.Enterprise.PHASE2] = WifiEnums.EapPhase2.NONE.value
|
D | WifiEnterpriseRoamingTest.py | 201 config[WifiEnums.Enterprise.PHASE2] = WifiEnums.EapPhase2.NONE.value
|
/tools/metalava/src/main/java/com/android/tools/metalava/model/text/ |
D | TextMethodItem.kt | 115 private var typeParameterList: TypeParameterList = TypeParameterList.NONE in findPredicateSuperMethod()
|
D | TextClassItem.kt | 140 TypeParameterList.NONE in typeParameterList()
|
/tools/tradefederation/core/invocation_interfaces/com/android/tradefed/config/ |
D | ConfigurationDescriptor.java | 42 NONE, enumConstant
|
/tools/tradefederation/contrib/src/com/android/media/tests/ |
D | AudioLoopbackTest.java | 282 NONE enumConstant 682 return TestType.NONE; in getTestType() 686 if (getTestType() != TestType.NONE) { in verifyTestParameters()
|
/tools/tradefederation/core/device_build_interfaces/com/android/tradefed/device/ |
D | ITestDevice.java | 40 NONE, enumConstant
|
/tools/tradefederation/core/util-apps/WifiUtil/src/com/android/tradefed/utils/wifi/ |
D | WifiConnector.java | 144 keymgmt.set(WifiConfiguration.KeyMgmt.NONE); in addNetwork()
|
/tools/tradefederation/core/tests/src/com/android/tradefed/device/ |
D | MockDeviceManager.java | 98 mockDevice.setRecoveryMode(RecoveryMode.NONE); in setNumDevicesCustomRealNoRecovery()
|
/tools/tradefederation/core/src/com/android/tradefed/invoker/ |
D | TestInvocation.java | 242 context.setRecoveryModeForAllDevices(RecoveryMode.NONE); in performInvocation() 244 badDevice.setRecoveryMode(RecoveryMode.NONE); in performInvocation() 272 badDevice.setRecoveryMode(RecoveryMode.NONE); in performInvocation()
|
/tools/test/connectivity/acts/framework/tests/libs/logging/ |
D | log_stream_test.py | 278 LogStyles.NONE)()
|
/tools/tradefederation/core/src/com/android/tradefed/device/cloud/ |
D | RemoteAndroidVirtualDevice.java | 113 setRecoveryMode(RecoveryMode.NONE); in preInvocationSetup()
|
/tools/apksig/src/apksigner/java/com/android/apksigner/ |
D | help_sign.txt | 116 KeyStore initialized from the specified file. NONE means 243 --provider-arg token.cfg --ks NONE --ks-type PKCS11 app.apk
|
D | help_lineage.txt | 49 KeyStore initialized from the specified file. NONE means
|
D | help_rotate.txt | 52 KeyStore initialized from the specified file. NONE means
|
/tools/tradefederation/core/src/com/android/tradefed/device/ |
D | LocalAndroidVirtualDevice.java | 110 setRecoveryMode(RecoveryMode.NONE); in preInvocationSetup()
|
/tools/test/connectivity/acts/framework/acts/test_utils/wifi/ |
D | wifi_test_utils.py | 140 NONE = -1 variable in WifiEnums.Eap 152 NONE = 0 variable in WifiEnums.EapPhase2
|