Home
last modified time | relevance | path

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

123

/tools/tradefederation/core/tests/src/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/apifinder/src/main/com/android/apifinder/
DJavaApiUsedByMainlineModule.java89 public Description matchMethodInvocation(MethodInvocationTree tree, VisitorState state) { in matchMethodInvocation()
119 public Description matchNewClass(NewClassTree tree, VisitorState state) { in matchNewClass()
/tools/tradefederation/core/remote/src/com/android/tradefed/command/remote/
DDeviceDescriptor.java52 public DeviceDescriptor(String serial, boolean isStubDevice, DeviceAllocationState state, in DeviceDescriptor()
59 public DeviceDescriptor(String serial, boolean isStubDevice, DeviceAllocationState state, in DeviceDescriptor()
86 DeviceAllocationState state, in DeviceDescriptor()
121 DeviceAllocationState state, in DeviceDescriptor()
157 DeviceAllocationState state, in DeviceDescriptor()
190 public DeviceDescriptor(DeviceDescriptor d, DeviceAllocationState state) { in DeviceDescriptor()
DCommandResult.java40 CommandResult(Status status, String errorDetails, FreeDeviceState state, in CommandResult()
/tools/trebuchet/core/common/src/main/kotlin/trebuchet/importers/ftrace/
DFtraceImporter.kt34 var state = FtraceImporterState() in <lambda>() variable
/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.py222 def set_ims_first(self, state): argument
234 def set_allow_non_emergency_call(self, state): argument
DTelLiveCellInfoTest.py181 def request_cell_info_update_rate_limit(self, margin, state): argument
226 def get_all_cell_info_rate_limit(self, margin, state): argument
/tools/test/connectivity/acts/framework/acts/controllers/relay_lib/
Drelay_board.py46 def set(self, relay_position, state): argument
/tools/tradefederation/core/src/com/android/tradefed/device/metric/
DScreenshotOnFailureCollector.java51 TestDeviceState state = device.getDeviceState(); in shouldCollect() local
/tools/tradefederation/core/src/com/android/tradefed/testtype/
DUsbResetTest.java57 TestDeviceState state = device.getDeviceState(); in run() local
/tools/test/connectivity/acts/framework/acts/controllers/anritsu_lib/
Dmg3710a.py168 def set_modulation_state(self, state, sg=1): argument
194 def set_rf_output_state(self, state, sg=1): argument
246 def set_frequency_offset_state(self, state, sg=1): argument
299 def set_frequency_offset_multiplier_state(self, state, sg=1): argument
467 def set_arb_state(self, state, sg=1): argument
619 def set_arb_pattern_aorb_state(self, a_or_b, state, sg=1): argument
/tools/test/graphicsbenchmark/apps/sample_app/src/cpp/
Dmain.cpp102 void android_main(struct android_app* state) { in android_main()
/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/metalava/src/main/java/com/android/tools/lint/checks/infrastructure/
DClassName.kt44 var state = 0 in packageNameWithDefault() variable
/tools/test/connectivity/acts/framework/acts/controllers/rohdeschwarz_lib/
Dcmx500.py41 def switch_lte_signalling(self, state): argument
64 def use_carrier_specific(self, state): argument
113 def wait_for_rrc_state(self, state, timeout=120): argument
152 def rrc_connection(self, state): argument
181 def dl_mac_padding(self, state): argument
535 def reduced_pdcch(self, state): argument
Dsmbv100.py73 def set_rfout_state(self, state): argument
/tools/tradefederation/core/src/com/android/tradefed/device/recovery/
DUsbResetMultiDeviceRecovery.java123 DeviceAllocationState state = device.getAllocationState(); in shouldReset() local
/tools/test/connectivity/acts/framework/acts/test_utils/car/
Dtel_telecom_utils.py72 def wait_for_call_state(log, ad, call_id, state): argument
/tools/tradefederation/core/tests/src/com/android/tradefed/device/
DMockDeviceManager.java103 public void setNumDevicesCustom(int numDevices, TestDeviceState state, in setNumDevicesCustom()
120 public void setNumDevicesStub(int numDevices, TestDeviceState state, in setNumDevicesStub()
201 public void freeDevice(ITestDevice device, FreeDeviceState state) { in freeDevice()
/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/tradefederation/core/src/com/android/tradefed/device/
DWaitDeviceRecovery.java132 TestDeviceState state = monitor.getDeviceState(); in recoverDevice() local
484 TestDeviceState state = monitor.getDeviceState(); in attemptDeviceUnavailableRecovery() local
/tools/test/connectivity/acts/framework/acts/test_utils/gnss/
Dgnss_test_utils.py270 def set_wifi_and_bt_scanning(ad, state=True): argument
362 def set_mobile_data(ad, state): argument
602 def start_gnss_by_gtw_gpstool(ad, state, type="gnss", bgdisplay=False): argument
1109 def set_battery_saver_mode(ad, state): argument

123