Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/content/
DIntent.java731 public String resourceName; field in Intent.ShortcutIconResource
745 icon.resourceName = context.getResources().getResourceName(resourceId); in fromContext()
758 icon.resourceName = source.readString();
776 dest.writeString(resourceName); in writeToParcel()
781 return resourceName; in toString()
/frameworks/base/api/
Dcurrent.txt6265 field public java.lang.String resourceName;