Home
last modified time | relevance | path

Searched refs:enable (Results 1 – 25 of 28) sorted by relevance

12

/tools/test/connectivity/acts/framework/acts/controllers/anritsu_lib/
Dmd8475a.py1248 def csfb_return_to_eutran(self, enable): argument
1256 if not isinstance(enable, ReturnToEUTRAN):
1259 cmd = "SIMMODELEX RETEUTRAN," + enable.value
1462 def power_control(self, enable): argument
1471 if not isinstance(enable, TestPowerControl):
1474 cmd = "TESTPOWERCONTROL " + enable.value
1490 def measurement_LTE(self, enable): argument
1499 if not isinstance(enable, TestMeasurement):
1502 cmd = "TESTMEASUREMENT LTE," + enable.value
1518 def measurement_WCDMA(self, enable): argument
[all …]
Dmg3710a.py537 def set_freq_relative_display_status(self, enable, sg=1): argument
548 cmd = "SOUR{}:FREQ:REF:STAT {}".format(sg, enable)
/tools/tradefederation/core/src/com/android/tradefed/util/
DBluetoothUtils.java128 public static boolean enable(ITestDevice device) in enable() method in BluetoothUtils
197 enable(device); in enableBtsnoopLogging()
229 enable(device); in disableBtsnoopLogging()
/tools/loganalysis/src/com/android/loganalysis/parser/
DKernelLogParser.java86 public void setAddUnknownBootreason(boolean enable) { in setAddUnknownBootreason() argument
87 mAddUnknownBootreason = enable; in setAddUnknownBootreason()
/tools/tradefederation/core/src/com/android/tradefed/device/
DManagedTestDeviceFactory.java209 public void setFastbootEnabled(boolean enable) { in setFastbootEnabled() argument
210 mFastbootEnabled = enable; in setFastbootEnabled()
DIManagedTestDeviceFactory.java38 public void setFastbootEnabled(boolean enable); in setFastbootEnabled() argument
/tools/apksig/src/apksigner/java/com/android/apksigner/
Dhelp_sign.txt22 --v1-signing-enabled Whether to enable signing using JAR signing scheme (aka v1
27 --v2-signing-enabled Whether to enable signing using APK Signature Scheme v2
33 --v3-signing-enabled Whether to enable signing using APK Signature Scheme v3
192 These options enable you to install additional Java Crypto Architecture (JCA)
Dhelp_rotate.txt148 be set to enable signing certificate rotation and may be
179 These options enable you to install additional Java Crypto Architecture (JCA)
198 1. Create a new SigningCertificateLineage to enable rotation:
Dhelp_lineage.txt145 be set to enable signing certificate rotation and may be
/tools/test/connectivity/acts/
DREADME.md62 To enable USB debugging, first enable developer mode.
/tools/test/graphicsbenchmark/performance_tests/hostside/test/com/android/game/qualification/metric/
DGameQualificationScheduledMetricCollectorTest.java64 collector.enable(); in checkConcurrency()
DGameQualificationFpsCollectorTest.java54 mCollector.enable(); in setUp()
/tools/trebuchet/core/common/
Dbuild.gradle24 kotlin { experimental { coroutines 'enable' } }
/tools/repohooks/tools/
Dpylintrc68 #enable=
76 # --enable=similarities". If you want to run only the classes checker, but have
77 # no Warning level messages displayed, use"--disable=all --enable=classes
/tools/test/connectivity/acts/framework/acts/test_utils/bt/
Dbta_lib.py44 def enable(self): member in BtaLib
/tools/tradefederation/core/tests/src/com/android/tradefed/device/
DDeviceManagerTest.java194 public void setFastbootEnabled(boolean enable) { in setUp()
1022 public void setFastbootEnabled(boolean enable) { in testFreeDevice_unavailable()
1087 public void setFastbootEnabled(boolean enable) { in testFreeDevice_unknown()
1152 public void setFastbootEnabled(boolean enable) { in testFreeDevice_unknown_subName()
DManagedDeviceListTest.java47 public void setFastbootEnabled(boolean enable) { in setUp()
/tools/test/graphicsbenchmark/performance_tests/hostside/src/com/android/game/qualification/metric/
DBaseGameQualificationMetricCollector.java84 public void enable() { in enable() method in BaseGameQualificationMetricCollector
/tools/trebuchet/
DAndroid.bp18 "-Xcoroutines=enable",
/tools/test/connectivity/acts/tests/google/tel/config/
DREADME.md4 …ifi_verbose_logging** - This key, if defined (the value is unused), will enable the 'WiFi Verbose …
/tools/tradefederation/core/util-apps/WifiUtil/src/com/android/tradefed/utils/wifi/
DWifiMonitorService.java177 public static void enable(final Context context, final long interval, in enable() method in WifiMonitorService
DWifiUtil.java281 WifiMonitorService.enable(getContext(), interval, urlToCheck); in onStart()
/tools/acloud/internal/proto/
Duser_config.proto99 …// https://cloud.google.com/compute/docs/access/create-enable-service-accounts-for-instances#chang…
/tools/test/graphicsbenchmark/performance_tests/hostside/src/com/android/game/qualification/testtype/
DGameQualificationHostsideController.java259 collector.enable(); in run()
/tools/acloud/
DREADME.md98 creates a ssh tunnel to enable adb and vnc connection to the instance. For the

12