Home
last modified time | relevance | path

Searched refs:NONE (Results 1 – 25 of 32) 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/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/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,
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/
DDataCostTest.py33 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/
DIHostMonitor.java24 NONE, enumConstant
DAbstractHostMonitor.java46 private HostMetricType mTag = HostMetricType.NONE;
/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/test/connectivity/acts/tests/google/wifi/
DWifiEnterpriseTest.py326 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
DWifiEnterpriseRoamingTest.py201 config[WifiEnums.Enterprise.PHASE2] = WifiEnums.EapPhase2.NONE.value
/tools/metalava/src/main/java/com/android/tools/metalava/model/text/
DTextMethodItem.kt115 private var typeParameterList: TypeParameterList = TypeParameterList.NONE in findPredicateSuperMethod()
DTextClassItem.kt140 TypeParameterList.NONE in typeParameterList()
/tools/tradefederation/core/invocation_interfaces/com/android/tradefed/config/
DConfigurationDescriptor.java42 NONE, enumConstant
/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/device_build_interfaces/com/android/tradefed/device/
DITestDevice.java40 NONE, enumConstant
/tools/tradefederation/core/util-apps/WifiUtil/src/com/android/tradefed/utils/wifi/
DWifiConnector.java144 keymgmt.set(WifiConfiguration.KeyMgmt.NONE); in addNetwork()
/tools/tradefederation/core/tests/src/com/android/tradefed/device/
DMockDeviceManager.java98 mockDevice.setRecoveryMode(RecoveryMode.NONE); in setNumDevicesCustomRealNoRecovery()
/tools/tradefederation/core/src/com/android/tradefed/invoker/
DTestInvocation.java242 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/
Dlog_stream_test.py278 LogStyles.NONE)()
/tools/tradefederation/core/src/com/android/tradefed/device/cloud/
DRemoteAndroidVirtualDevice.java113 setRecoveryMode(RecoveryMode.NONE); in preInvocationSetup()
/tools/apksig/src/apksigner/java/com/android/apksigner/
Dhelp_sign.txt116 KeyStore initialized from the specified file. NONE means
243 --provider-arg token.cfg --ks NONE --ks-type PKCS11 app.apk
Dhelp_lineage.txt49 KeyStore initialized from the specified file. NONE means
Dhelp_rotate.txt52 KeyStore initialized from the specified file. NONE means
/tools/tradefederation/core/src/com/android/tradefed/device/
DLocalAndroidVirtualDevice.java110 setRecoveryMode(RecoveryMode.NONE); in preInvocationSetup()
/tools/test/connectivity/acts/framework/acts/test_utils/wifi/
Dwifi_test_utils.py140 NONE = -1 variable in WifiEnums.Eap
152 NONE = 0 variable in WifiEnums.EapPhase2

12