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

  /cts/tests/tests/content/src/android/content/cts/
MockSRSProvider.java 29 setupSuggestions(AUTHORITY, MODE);
37 public void setupSuggestions(String authority, int mode) {
39 super.setupSuggestions(authority, mode);
  /cts/hostsidetests/appsecurity/test-apps/EphemeralTestApp/EphemeralApp1/src/com/android/cts/ephemeralapp1/
SearchSuggestionProvider.java 26 setupSuggestions(AUTHORITY, MODE);
  /cts/hostsidetests/appsecurity/test-apps/EphemeralTestApp/EphemeralApp2/src/com/android/cts/ephemeralapp2/
SearchSuggestionProvider.java 26 setupSuggestions(AUTHORITY, MODE);
  /cts/hostsidetests/appsecurity/test-apps/EphemeralTestApp/NormalApp/src/com/android/cts/normalapp/
SearchSuggestionProvider.java 26 setupSuggestions(AUTHORITY, MODE);
  /cts/tests/tests/provider/src/android/provider/cts/
TestSearchRecentSuggestionsProvider.java 27 setupSuggestions(AUTHORITY, MODE);
  /development/samples/ApiDemos/src/com/example/android/apis/app/
SearchSuggestionSampleProvider.java 43 * The main job of the constructor is to call {@link #setupSuggestions(String, int)} with the
48 setupSuggestions(AUTHORITY, MODE);

Completed in 127 milliseconds