Home
last modified time | relevance | path

Searched refs:NONE (Results 1 – 25 of 38) sorted by relevance

12

/tools/tradefederation/core/src/com/android/tradefed/targetprep/
DDeviceCleaner.java35 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/
Dlog_stream.py32 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/
DWifiEnterpriseTest.py322 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
DWifiEnterpriseRoamingTest.py201 config[WifiEnums.Enterprise.PHASE2] = WifiEnums.EapPhase2.NONE.value
/tools/test/connectivity/acts_tests/tests/google/net/
DDataCostTest.py34 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/
DAnnotationTarget.kt33 NONE;
42 val NO_ANNOTATION_TARGETS = setOf(AnnotationTarget.NONE)
87 options.typedefMode == Options.TypedefMode.NONE) // just here for compatibility purposes
DTypeParameterList.kt44 val NONE = object : TypeParameterList { in toString() constant
/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/
DInstrumentationTestFuncTest.java186 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/
DAudioLoopbackTest.java282 NONE enumConstant
682 return TestType.NONE; in getTestType()
686 if (getTestType() != TestType.NONE) { in verifyTestParameters()
/tools/tradefederation/core/src/com/android/tradefed/invoker/
DTestInvocation.java246 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/
DPsiMethodItem.kt127 ?: return TypeParameterList.NONE in <lambda>()
130 return TypeParameterList.NONE in <lambda>()
DPsiClassItem.kt177 ?: return TypeParameterList.NONE in <lambda>()
180 return TypeParameterList.NONE in <lambda>()
/tools/metalava/src/main/java/com/android/tools/metalava/
DOptions.kt666 NONE, in <lambda>()
672 var typedefMode = TypedefMode.NONE in <lambda>()
951 "none" -> TypedefMode.NONE in <lambda>()
/tools/tradefederation/core/src/com/android/tradefed/device/
DNativeDevice.java2155 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/
Dhelp_sign.txt100 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/
DTestInvocationTest.java658 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/
Dwifi_test_utils.py111 NONE = -1 variable in WifiEnums.Eap
123 NONE = 0 variable in WifiEnums.EapPhase2
/tools/tradefederation/core/global_configuration/com/android/tradefed/util/hostmetric/
DIHostMonitor.java24 NONE, enumConstant
DAbstractHostMonitor.java46 private HostMetricType mTag = HostMetricType.NONE;
/tools/tradefederation/core/invocation_interfaces/com/android/tradefed/config/
DConfigurationDescriptor.java42 NONE, enumConstant
/tools/metalava/src/main/java/com/android/tools/metalava/model/text/
DTextMethodItem.kt113 private var typeParameterList: TypeParameterList = TypeParameterList.NONE in findPredicateSuperMethod()
DTextClassItem.kt136 TypeParameterList.NONE in typeParameterList()
/tools/tradefederation/core/device_build_interfaces/com/android/tradefed/device/
DITestDevice.java40 NONE, enumConstant
/tools/tradefederation/core/tests/src/com/android/tradefed/device/
DMockDeviceManager.java98 mockDevice.setRecoveryMode(RecoveryMode.NONE); in setNumDevicesCustomRealNoRecovery()
/tools/tradefederation/core/util-apps/WifiUtil/src/com/android/tradefed/utils/wifi/
DWifiConnector.java144 keymgmt.set(WifiConfiguration.KeyMgmt.NONE); in addNetwork()

12