Home
last modified time | relevance | path

Searched refs:reasons (Results 1 – 11 of 11) sorted by relevance

/tools/tradefederation/core/src/com/android/tradefed/command/
DDeviceAllocationResult.java40 public void addAllocationFailureReason(String deviceConfigName, Map<String, String> reasons) { in addAllocationFailureReason() argument
41 mNotAllocatedReason.put(deviceConfigName, createReasonMessage(reasons)); in addAllocationFailureReason()
56 private String createReasonMessage(Map<String, String> reasons) { in createReasonMessage() argument
58 for (String serial : reasons.keySet()) { in createReasonMessage()
59 String reason = reasons.get(serial); in createReasonMessage()
65 if (reasons.isEmpty()) { in createReasonMessage()
/tools/test/connectivity/acts/framework/acts/controllers/android_lib/tel/
Dtel_utils.py326 reasons = ad.search_logcat(
329 if reasons:
331 for reason in reasons:
336 reasons = ad.search_logcat("ACTION_FORBIDDEN_NO_SERVICE_AUTHORIZATION",
338 if reasons:
/tools/asuite/atest/integration_tests/
DAndroid.bp20 // brittle, this is a hack for several reasons. First, we're listing our
/tools/test/connectivity/acts_tests/tests/google/tel/live/
DTelLiveConnectivityMonitorBaseTest.py321 reasons = self.dut.search_logcat(
323 if reasons:
324 self.dut.log.info(reasons[-1]["log_message"])
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/tel/
Dtel_voice_utils.py407 reasons = ad.search_logcat(
410 if reasons:
412 for reason in reasons:
417 reasons = ad.search_logcat("ACTION_FORBIDDEN_NO_SERVICE_AUTHORIZATION",
419 if reasons:
Dtel_test_utils.py1650 reasons = ad.search_logcat("modem subsystem failure reason", begin_time)
1651 if reasons:
1653 ad.log.info(reasons[-1]["log_message"])
/tools/tradefederation/core/src/com/android/tradefed/device/
DDeviceManager.java447 Map<String, String> reasons = mGlobalDeviceFilter.getNoMatchReason(); in checkAndAddAvailableDevice() local
448 for (Map.Entry<String, String> reason : reasons.entrySet()) { in checkAndAddAvailableDevice()
/tools/repohooks/
DREADME.md22 sometimes there are valid reasons for this. You can simply use the option
/tools/asuite/atest/bazel/runner/src/main/protobuf/
Dbuild_event_stream.proto290 // Failure due to reasons entirely internal to the build tool, i.e. an
1001 // reasons this includes input/output files and other configured targets
/tools/metalava/
DREADME.md333 This is done for multiple reasons:
/tools/test/connectivity/acts/framework/acts/controllers/buds_lib/dev_utils/proto/google/protobuf/
Ddescriptor.proto113 // Order is weird for historical reasons.