Home
last modified time | relevance | path

Searched refs:RESULT_KEY (Results 1 – 5 of 5) 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()
188 assertTrue(getResults.containsKey(RESULT_KEY)); in verifyIntentHasTextResults()
189 assertEquals(expected, getResults.getCharSequence(RESULT_KEY, "default")); in verifyIntentHasTextResults()
193 Map<String, Uri> getResults = RemoteInput.getDataResultsFromIntent(intent, RESULT_KEY); in verifyIntentHasDataResults()
201 return new RemoteInput.Builder(RESULT_KEY).build(); // allowFreeForm defaults to true in newTextRemoteInput()
208 return new RemoteInput.Builder(RESULT_KEY) in newChoicesOnlyRemoteInput()
215 return new RemoteInput.Builder(RESULT_KEY) in newDataOnlyRemoteInput()
222 return new RemoteInput.Builder(RESULT_KEY) in newTextAndDataRemoteInput()
/cts/hostsidetests/ui/src/android/ui/cts/
DTaskSwitchingTest.java51 private static final String RESULT_KEY = "COMPATIBILITY_TEST_RESULT"; field in TaskSwitchingTest
135 if (testMetrics.containsKey(RESULT_KEY)) { in testEnded()
137 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/apps/CameraITS/pymodules/its/
Ddevice.py83 RESULT_KEY = 'result' variable in ItsSession
914 result_key = ItsSession.RESULT_KEY
/cts/apps/CameraITS/tools/
Drun_all_tests.py234 result_key = ItsSession.RESULT_KEY