Home
last modified time | relevance | path

Searched defs:summary (Results 1 – 13 of 13) sorted by relevance

/cts/tests/tests/preference/src/android/preference/cts/
DCheckBoxPreferenceTest.java46 String summary = (String) checkBoxPref.getSummary(); in testGetSummary() local
DSwitchPreferenceTest.java50 String summary = (String) mSwitchPref.getSummary(); in testGetSummary() local
DPreferenceTest.java53 String summary = (String) mPreference.getSummary(); in testGetSummary() local
60 final String summary = "New Summary"; in testSetSummary() local
/cts/hostsidetests/theme/app/src/android/theme/app/
DConditionCheck.java49 public ConditionCheck addCondition(String summary, Supplier<Boolean> condition) { in addCondition()
/cts/tests/tests/security/src/android/security/cts/
DCVE_2022_20493.java87 Field summary = conditionClass.getDeclaredField("summary"); in setFieldsUsingReflection() local
/cts/tests/sensor/src/android/hardware/cts/helpers/sensoroperations/
DParallelSensorOperation.java140 String summary = getSummaryMessage(exceptions, timeoutIndices); in execute() local
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/reporting/
DSensorTestDetails.java48 public SensorTestDetails(String name, ResultCode resultCode, String summary) { in SensorTestDetails()
/cts/tests/location/location_fine/src/android/location/cts/fine/
DSettingInjectorServiceTest.java144 public void setEnabledAndSummary(boolean enabled, String summary) { in setEnabledAndSummary()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/base/
DBaseSensorTestActivity.java487 String summary = mTestLogger.getOverallSummary(); in setTestResult() local
682 String summary = testDetails.getSummary(); in logTestDetails() local
754 String testName, SensorTestDetails.ResultCode resultCode, String summary) { in saveResult()
/cts/suite/cts/utils/
Dget_csv_report.py37 def __init__(self, name, summary, details, result): argument
/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/its/
DItsTestActivity.java427 String summary = sceneResult.optString("summary"); in onReceive() local
484 StringBuilder summary = new StringBuilder(); in onReceive() local
530 private void appendFileContentToSummary(StringBuilder summary, String path) { in appendFileContentToSummary()
/cts/tests/tests/widget/src/android/widget/cts/
DTimePickerTest.java828 String summary = (goForward ? " forward " : " backward ") in verifyTimePickerKeyboardTraversal() local
/cts/tools/cts-api-coverage/proto/
Dcts_report.proto273 optional Summary summary = 7; field
331 optional Summary summary = 7; field