Home
last modified time | relevance | path

Searched defs:state (Results 1 – 25 of 86) sorted by relevance

1234

/tools/tradefederation/core/javatests/com/android/tradefed/util/
DKeyguardControllerStateTest.java37 KeyguardControllerState state = KeyguardControllerState.create(testOutput); in testCreate_invalidOutput() local
51 KeyguardControllerState state = KeyguardControllerState.create(testOutput); in testCreate() local
/tools/trebuchet/core/common/src/main/kotlin/trebuchet/importers/ftrace/
DFtraceImporter.kt34 var state = FtraceImporterState() in <lambda>() variable in trebuchet.importers.ftrace.FtraceImporter
/tools/tradefederation/core/remote/src/com/android/tradefed/command/remote/
DDeviceDescriptor.java55 public DeviceDescriptor(String serial, boolean isStubDevice, DeviceAllocationState state, in DeviceDescriptor()
62 public DeviceDescriptor(String serial, boolean isStubDevice, DeviceAllocationState state, in DeviceDescriptor()
92 DeviceAllocationState state, in DeviceDescriptor()
130 DeviceAllocationState state, in DeviceDescriptor()
169 DeviceAllocationState state, in DeviceDescriptor()
208 public DeviceDescriptor(DeviceDescriptor d, DeviceAllocationState state) { in DeviceDescriptor()
/tools/tradefederation/core/src/com/android/tradefed/device/recovery/
DBatteryRechargeDeviceRecovery.java39 TestDeviceState state = device.getDeviceState(); in shouldSkip() local
DUsbResetMultiDeviceRecovery.java123 DeviceAllocationState state = device.getAllocationState(); in shouldReset() local
/tools/trebuchet/core/model/src/main/kotlin/trebuchet/model/
DSchedSlice.kt22 val state: SchedulingState constant
/tools/tradefederation/core/src/com/android/tradefed/cluster/
DClusterCommandStatus.java29 public ClusterCommandStatus(ClusterCommand.State state, String cancelReason) { in ClusterCommandStatus()
DIClusterClient.java102 ClusterCommand.State state = getCommandState(requestId, commandId); in getCommandStatus() local
/tools/test/connectivity/acts_tests/tests/google/tel/live/
DTelLiveEmergencyBase.py210 def set_ims_first(self, state): argument
222 def set_allow_non_emergency_call(self, state): argument
/tools/test/connectivity/acts/framework/acts/controllers/relay_lib/
Drelay_board.py46 def set(self, relay_position, state): argument
/tools/test/connectivity/acts/framework/acts/controllers/anritsu_lib/
Dmg3710a.py165 def set_modulation_state(self, state, sg=1): argument
191 def set_rf_output_state(self, state, sg=1): argument
243 def set_frequency_offset_state(self, state, sg=1): argument
296 def set_frequency_offset_multiplier_state(self, state, sg=1): argument
464 def set_arb_state(self, state, sg=1): argument
616 def set_arb_pattern_aorb_state(self, a_or_b, state, sg=1): argument
/tools/tradefederation/core/src/com/android/tradefed/testtype/
DUsbResetTest.java57 TestDeviceState state = device.getDeviceState(); in run() local
/tools/test/graphicsbenchmark/apps/sample_app/src/cpp/
Dmain.cpp102 void android_main(struct android_app* state) { in android_main()
/tools/tradefederation/core/src/com/android/tradefed/targetprep/suite/
DFoldableModePreparer.java81 DeviceFoldableState state = testInformation.getDevice().getCurrentFoldableState(); in tearDown() local
/tools/tradefederation/core/src/com/android/tradefed/device/metric/
DScreenshotOnFailureCollector.java72 TestDeviceState state = device.getDeviceState(); in shouldCollect() local
/tools/metalava/metalava-model-text/src/main/java/com/android/tools/metalava/model/text/
DTokenizer.kt99 var state = STATE_BEGIN in getToken() variable
/tools/trebuchet/core/model/src/main/kotlin/trebuchet/model/fragments/
DSchedulingSliceFragment.kt23 class SchedulingSliceFragment(override val state: SchedulingState, override val startTime: Double) constant in trebuchet.model.fragments.SchedulingSliceFragment
/tools/aadevtools/dev/
Dchange_report.py80 def __init__(self, common_name, old_file_stat, new_file_stat, state): argument
261 def _process_others(self, files, adir, prefix_len, state): argument
/tools/metalava/metalava-model-source/src/main/java/com/android/tools/lint/checks/infrastructure/
DClassName.kt47 var state = 0 in packageNameWithDefault() variable
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/car/
Dtel_telecom_utils.py72 def wait_for_call_state(log, ad, call_id, state): argument
/tools/test/connectivity/acts/framework/acts/controllers/rohdeschwarz_lib/
Dsmbv100.py73 def set_rfout_state(self, state): argument
/tools/trebuchet/core/common/src/main/kotlin/trebuchet/importers/ftrace/events/
DEventParserState.kt72 onParseDetails(funcName) { state, details -> in onParseDetailsWithMatch() method
84 onParseDetails(funcName) { state, details -> in onParseDetailsWithMatch() method
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/fuchsia/
Dbt_test_utils.py123 def verify_device_state_by_name(fd, log, search_name, state, services=None): argument
/tools/tradefederation/core/util_apps/TelephonyUtil/src/android/telephony/utility/
DSimCardUtil.java92 int state = tm.getSimState(); in getSimCardInformation() local
/tools/tradefederation/core/javatests/com/android/tradefed/device/
DMockDeviceManager.java106 int numDevices, TestDeviceState state, Class<? extends IDevice> idevicetype) { in setNumDevicesCustom()
121 public void setNumDevicesStub(int numDevices, TestDeviceState state, IDevice idevice) { in setNumDevicesStub()
220 public void freeDevice(ITestDevice device, FreeDeviceState state) { in freeDevice()

1234