Home | History | Annotate | Download | only in server

Lines Matching refs:resName

1190             String resName = wallpaper.name.substring(4);
1193 int colon = resName.indexOf(':');
1195 pkg = resName.substring(0, colon);
1199 int slash = resName.lastIndexOf('/');
1201 ident = resName.substring(slash+1);
1206 type = resName.substring(colon+1, slash);
1216 resName, null, null);
1236 Slog.v(TAG, "Restored wallpaper: " + resName);