HomeSort by relevance Sort by last modified time
    Searched refs:putStringArrayList (Results 1 - 11 of 11) sorted by null

  /development/samples/VoiceRecognitionService/src/com/example/android/voicerecognitionservice/
VoiceRecognitionService.java 68 bundle.putStringArrayList(SpeechRecognizer.RESULTS_RECOGNITION, results);
  /development/samples/IntentPlayground/src/com/example/android/intentplayground/
IntentDialogFragment.java 65 args.putStringArrayList(ARGUMENT_FLAGS, new ArrayList<>(flags));
  /cts/tests/tests/content/src/android/content/cts/
ContentValuesTest.java 437 mContentValues.putStringArrayList("StringArrayList", expected);
441 mContentValues.putStringArrayList(null, null);
  /external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
ShadowBundleTest.java 137 bundle.putStringArrayList("foo", new ArrayList<>(list));
  /cts/tests/tests/voiceinteraction/testapp/src/android/voiceinteraction/testapp/
TestApp.java 113 mTestinfo.putStringArrayList(Utils.TESTINFO, new ArrayList<String>());
  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowWebView.java 383 outState.putStringArrayList(HISTORY_KEY, history);
  /external/sl4a/Common/src/com/googlecode/android_scripting/facade/wifi/
WifiManagerFacade.java 159 msg.putStringArrayList("AVAILABLE_TETHER", available);
160 msg.putStringArrayList("ACTIVE_TETHER", active);
161 msg.putStringArrayList("ERRORED_TETHER", errored);
    [all...]
WifiAwareManagerFacade.java     [all...]
WifiP2pManagerFacade.java 264 msg.putStringArrayList("ServiceList", new ArrayList(uniqueServiceNames));
  /cts/tests/tests/telephony/current/EmbmsMiddlewareTestApp/src/android/telephony/cts/embmstestapp/
CtsDownloadService.java 187 b.putStringArrayList(ARGUMENT_SERVICE_CLASSES, new ArrayList<>(serviceClasses));
  /cts/tests/tests/os/src/android/os/cts/
BundleTest.java 639 // getStringArrayList should only return the StringArrayList set by putStringArrayList
646 mBundle.putStringArrayList(KEY, stringArrayList);
    [all...]

Completed in 106 milliseconds