Home | History | Annotate | Download | only in server

Lines Matching refs:resName

1068             String resName = wallpaper.name.substring(4);
1071 int colon = resName.indexOf(':');
1073 pkg = resName.substring(0, colon);
1077 int slash = resName.lastIndexOf('/');
1079 ident = resName.substring(slash+1);
1084 type = resName.substring(colon+1, slash);
1094 resId = r.getIdentifier(resName, null, null);
1114 Slog.v(TAG, "Restored wallpaper: " + resName);