Searched refs:RESULT_KEY (Results 1 – 5 of 5) sorted by relevance
29 private static final String RESULT_KEY = "result_key"; // value doesn't matter field in RemoteInputTest65 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()
51 private static final String RESULT_KEY = "COMPATIBILITY_TEST_RESULT"; field in TaskSwitchingTest135 if (testMetrics.containsKey(RESULT_KEY)) { in testEnded()137 mReport = ReportLog.parse(testMetrics.get(RESULT_KEY)); in testEnded()
52 private static final String RESULT_KEY = "COMPATIBILITY_TEST_RESULT"; field in DeviceReportTest84 String metrics = inst.mResults.getString(RESULT_KEY); in testSubmit()
83 RESULT_KEY = 'result' variable in ItsSession914 result_key = ItsSession.RESULT_KEY
234 result_key = ItsSession.RESULT_KEY