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 705 mUtterances.put(text, makeResourceUri(packagename, resourceId));
760 mEarcons.put(earcon, makeResourceUri(packagename, resourceId));
787 private Uri makeResourceUri(String packageName, int resourceId) {
    [all...]
  /packages/providers/ApplicationsProvider/src/com/android/providers/applications/
ApplicationsProvider.java 642 return makeResourceUri(appPkg, resPkg, type, name);
645 private static Uri makeResourceUri(String appPkg, String resPkg, String type, String name)

Completed in 67 milliseconds