/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/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, 284 levels_dict[level] = levels_dict.get(level, LogStyles.NONE) 301 LogStyles.MONOLITH_LOG, LogStyles.NONE] 339 return LogStyles.NONE
|
/tools/test/connectivity/acts/tests/google/wifi/ |
D | WifiEnterpriseTest.py | 322 config[WifiEnums.Enterprise.PHASE2] = WifiEnums.EapPhase2.NONE.value 411 config[WifiEnums.Enterprise.PHASE2] = WifiEnums.EapPhase2.NONE.value 514 config[WifiEnums.Enterprise.PHASE2] = WifiEnums.EapPhase2.NONE.value 596 config[WifiEnums.Enterprise.PHASE2] = WifiEnums.EapPhase2.NONE.value 653 config[WifiEnums.Enterprise.PHASE2] = WifiEnums.EapPhase2.NONE.value 723 config[WifiEnums.Enterprise.PHASE2] = WifiEnums.EapPhase2.NONE.value
|
D | WifiEnterpriseRoamingTest.py | 201 config[WifiEnums.Enterprise.PHASE2] = WifiEnums.EapPhase2.NONE.value
|
/tools/test/connectivity/acts_tests/tests/google/net/ |
D | DataCostTest.py | 34 from acts.test_utils.net.connectivity_const import MULTIPATH_PREFERENCE_NONE as NONE unknown 139 if exp == NONE: 214 ad, RELIABLE, NONE, wifi_network, cell_network) 264 ad, RELIABLE, NONE, wifi_network, cell_network)
|
/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/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/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/src/com/android/tradefed/invoker/ |
D | TestInvocation.java | 246 context.setRecoveryModeForAllDevices(RecoveryMode.NONE); in performInvocation() 248 badDevice.setRecoveryMode(RecoveryMode.NONE); in performInvocation() 276 badDevice.setRecoveryMode(RecoveryMode.NONE); in performInvocation()
|
/tools/metalava/src/main/java/com/android/tools/metalava/model/psi/ |
D | PsiMethodItem.kt | 127 ?: return TypeParameterList.NONE in <lambda>() 130 return TypeParameterList.NONE in <lambda>()
|
D | PsiClassItem.kt | 177 ?: return TypeParameterList.NONE in <lambda>() 180 return TypeParameterList.NONE in <lambda>()
|
/tools/metalava/src/main/java/com/android/tools/metalava/ |
D | Options.kt | 666 NONE, in <lambda>() 672 var typedefMode = TypedefMode.NONE in <lambda>() 951 "none" -> TypedefMode.NONE in <lambda>()
|
/tools/tradefederation/core/src/com/android/tradefed/device/ |
D | NativeDevice.java | 2155 if (mRecoveryMode.equals(RecoveryMode.NONE)) { in recoverDevice() 2165 mRecoveryMode = RecoveryMode.NONE; in recoverDevice() 2181 mRecoveryMode = RecoveryMode.NONE; in recoverDevice() 2192 mRecoveryMode = RecoveryMode.NONE; in recoverDevice()
|
/tools/apksig/src/apksigner/java/com/android/apksigner/ |
D | help_sign.txt | 100 KeyStore initialized from the specified file. NONE means 227 --provider-arg token.cfg --ks NONE --ks-type PKCS11 app.apk
|
/tools/tradefederation/core/tests/src/com/android/tradefed/invoker/ |
D | TestInvocationTest.java | 658 mMockDevice.setRecoveryMode(RecoveryMode.NONE); in testInvoke_deviceNotAvail() 679 mMockDevice.setRecoveryMode(RecoveryMode.NONE); in testInvoke_setupError() 771 mMockDevice.setRecoveryMode(RecoveryMode.NONE); in testInvoke_tearDown_deviceNotAvail()
|
/tools/test/connectivity/acts/framework/acts/test_utils/wifi/ |
D | wifi_test_utils.py | 111 NONE = -1 variable in WifiEnums.Eap 123 NONE = 0 variable in WifiEnums.EapPhase2
|
/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/invocation_interfaces/com/android/tradefed/config/ |
D | ConfigurationDescriptor.java | 42 NONE, enumConstant
|
/tools/metalava/src/main/java/com/android/tools/metalava/model/text/ |
D | TextMethodItem.kt | 113 private var typeParameterList: TypeParameterList = TypeParameterList.NONE in findPredicateSuperMethod()
|
D | TextClassItem.kt | 136 TypeParameterList.NONE in typeParameterList()
|
/tools/tradefederation/core/device_build_interfaces/com/android/tradefed/device/ |
D | ITestDevice.java | 40 NONE, enumConstant
|
/tools/tradefederation/core/tests/src/com/android/tradefed/device/ |
D | MockDeviceManager.java | 98 mockDevice.setRecoveryMode(RecoveryMode.NONE); in setNumDevicesCustomRealNoRecovery()
|
/tools/tradefederation/core/util-apps/WifiUtil/src/com/android/tradefed/utils/wifi/ |
D | WifiConnector.java | 144 keymgmt.set(WifiConfiguration.KeyMgmt.NONE); in addNetwork()
|