Home
last modified time | relevance | path

Searched refs:RESULT_KEY (Results 1 – 7 of 7) sorted by relevance

/cts/tests/app/src/android/app/cts/
DRemoteInputTest.java29 private static final String RESULT_KEY = "result_key"; // value doesn't matter field in RemoteInputTest
65 new RemoteInput.Builder(RESULT_KEY) in testRemoteInputBuilder_setDataAndTextAndChoices()
106 new RemoteInput.Builder(RESULT_KEY) in testRemoteInputBuilder_addAndGetDataAndTextResultsFromIntentDataFirst()
130 new RemoteInput.Builder(RESULT_KEY) in testRemoteInputBuilder_addAndGetDataAndTextResultsFromIntentTextFirst()
152 assertTrue(getResults.containsKey(RESULT_KEY)); in verifyIntentHasTextResults()
153 assertEquals(expected, getResults.getCharSequence(RESULT_KEY, "default")); in verifyIntentHasTextResults()
157 Map<String, Uri> getResults = RemoteInput.getDataResultsFromIntent(intent, RESULT_KEY); in verifyIntentHasDataResults()
165 return new RemoteInput.Builder(RESULT_KEY).build(); // allowFreeForm defaults to true in newTextRemoteInput()
172 return new RemoteInput.Builder(RESULT_KEY) in newChoicesOnlyRemoteInput()
179 return new RemoteInput.Builder(RESULT_KEY) in newDataOnlyRemoteInput()
/cts/hostsidetests/ui/src/android/ui/cts/
DTaskSwitchingTest.java48 private static final String RESULT_KEY = "COMPATIBILITY_TEST_RESULT"; field in TaskSwitchingTest
116 if (testMetrics.containsKey(RESULT_KEY)) { in testEnded()
118 mReport = ReportLog.parse(testMetrics.get(RESULT_KEY)); in testEnded()
/cts/common/device-side/util/tests/src/com/android/compatibility/common/util/
DDeviceReportTest.java52 private static final String RESULT_KEY = "COMPATIBILITY_TEST_RESULT"; field in DeviceReportTest
84 String metrics = inst.mResults.getString(RESULT_KEY); in testSubmit()
/cts/common/host-side/tradefed/tests/res/testtype/
DtestJar1.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/ui/ android/ ...
/cts/apps/CameraITS/pymodules/its/
Ddevice.py84 RESULT_KEY = 'result' variable in ItsSession
836 result_key = ItsSession.RESULT_KEY
/cts/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/result/
DResultReporter.java82 private static final String RESULT_KEY = "COMPATIBILITY_TEST_RESULT"; field in ResultReporter
321 String perfResult = metrics.get(RESULT_KEY); in testEnded()
/cts/apps/CameraITS/tools/
Drun_all_tests.py166 result_key = ItsSession.RESULT_KEY