Home | History | Annotate | Download | only in wallpaper

Lines Matching defs:resName

2646             String resName = wallpaper.name.substring(4);
2649 int colon = resName.indexOf(':');
2651 pkg = resName.substring(0, colon);
2655 int slash = resName.lastIndexOf('/');
2657 ident = resName.substring(slash+1);
2662 type = resName.substring(colon+1, slash);
2673 resId = r.getIdentifier(resName, null, null);
2696 Slog.v(TAG, "Restored wallpaper: " + resName);