/tools/tradefederation/core/tests/src/com/android/tradefed/util/ |
D | KeyguardControllerStateTest.java | 37 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/ |
D | JavaApiUsedByMainlineModule.java | 89 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/ |
D | DeviceDescriptor.java | 52 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()
|
D | CommandResult.java | 40 CommandResult(Status status, String errorDetails, FreeDeviceState state, in CommandResult()
|
/tools/trebuchet/core/common/src/main/kotlin/trebuchet/importers/ftrace/ |
D | FtraceImporter.kt | 34 var state = FtraceImporterState() in <lambda>() variable in trebuchet.importers.ftrace.FtraceImporter
|
/tools/trebuchet/core/model/src/main/kotlin/trebuchet/model/ |
D | SchedSlice.kt | 22 val state: SchedulingState constant
|
/tools/tradefederation/core/src/com/android/tradefed/cluster/ |
D | ClusterCommandStatus.java | 29 public ClusterCommandStatus(ClusterCommand.State state, String cancelReason) { in ClusterCommandStatus()
|
D | IClusterClient.java | 102 ClusterCommand.State state = getCommandState(requestId, commandId); in getCommandStatus() local
|
/tools/test/connectivity/acts_tests/tests/google/tel/live/ |
D | TelLiveEmergencyBase.py | 222 def set_ims_first(self, state): argument 234 def set_allow_non_emergency_call(self, state): argument
|
D | TelLiveCellInfoTest.py | 181 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/ |
D | relay_board.py | 46 def set(self, relay_position, state): argument
|
/tools/tradefederation/core/src/com/android/tradefed/device/metric/ |
D | ScreenshotOnFailureCollector.java | 51 TestDeviceState state = device.getDeviceState(); in shouldCollect() local
|
/tools/tradefederation/core/src/com/android/tradefed/testtype/ |
D | UsbResetTest.java | 57 TestDeviceState state = device.getDeviceState(); in run() local
|
/tools/test/connectivity/acts/framework/acts/controllers/anritsu_lib/ |
D | mg3710a.py | 168 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/ |
D | main.cpp | 102 void android_main(struct android_app* state) { in android_main()
|
/tools/trebuchet/core/model/src/main/kotlin/trebuchet/model/fragments/ |
D | SchedulingSliceFragment.kt | 23 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/ |
D | ClassName.kt | 44 var state = 0 in packageNameWithDefault() variable
|
/tools/test/connectivity/acts/framework/acts/controllers/rohdeschwarz_lib/ |
D | cmx500.py | 41 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
|
D | smbv100.py | 73 def set_rfout_state(self, state): argument
|
/tools/tradefederation/core/src/com/android/tradefed/device/recovery/ |
D | UsbResetMultiDeviceRecovery.java | 123 DeviceAllocationState state = device.getAllocationState(); in shouldReset() local
|
/tools/test/connectivity/acts/framework/acts/test_utils/car/ |
D | tel_telecom_utils.py | 72 def wait_for_call_state(log, ad, call_id, state): argument
|
/tools/tradefederation/core/tests/src/com/android/tradefed/device/ |
D | MockDeviceManager.java | 103 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/ |
D | EventParserState.kt | 72 onParseDetails(funcName) { state, details -> in onParseDetailsWithMatch() method 84 onParseDetails(funcName) { state, details -> in onParseDetailsWithMatch() method
|
/tools/tradefederation/core/src/com/android/tradefed/device/ |
D | WaitDeviceRecovery.java | 132 TestDeviceState state = monitor.getDeviceState(); in recoverDevice() local 484 TestDeviceState state = monitor.getDeviceState(); in attemptDeviceUnavailableRecovery() local
|
/tools/test/connectivity/acts/framework/acts/test_utils/gnss/ |
D | gnss_test_utils.py | 270 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
|