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

  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/util/
Util.java 75 return makeResourceUri(appPkg, resPkg, type, name);
78 private static Uri makeResourceUri(String appPkg, String resPkg, String type, String name) {
  /frameworks/base/core/java/android/speech/tts/
TextToSpeech.java 774 mUtterances.put(text, makeResourceUri(packagename, resourceId));
    [all...]
  /packages/providers/ApplicationsProvider/src/com/android/providers/applications/
ApplicationsProvider.java 650 return makeResourceUri(appPkg, resPkg, type, name);
653 private static Uri makeResourceUri(String appPkg, String resPkg, String type, String name)

Completed in 71 milliseconds