Home
last modified time | relevance | path

Searched refs:resourceName (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/content/
DIntent.java735 public String resourceName; field in Intent.ShortcutIconResource
749 icon.resourceName = context.getResources().getResourceName(resourceId); in fromContext()
762 icon.resourceName = source.readString();
780 dest.writeString(resourceName); in writeToParcel()
785 return resourceName; in toString()
/frameworks/base/api/
Dcurrent.txt6556 field public java.lang.String resourceName;