OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WALLPAPER_IMAGE
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/services/java/com/android/server/
SystemBackupAgent.java
52
private static final String
WALLPAPER_IMAGE
= WallpaperBackupHelper.
WALLPAPER_IMAGE
;
68
String[] files = new String[] {
WALLPAPER_IMAGE
, WALLPAPER_INFO };
95
WALLPAPER_IMAGE_DIR,
WALLPAPER_IMAGE
, output.getData());
103
new String[] {
WALLPAPER_IMAGE
, WALLPAPER_INFO },
106
new String[] {
WALLPAPER_IMAGE
},
119
(new File(
WALLPAPER_IMAGE
)).delete();
140
outFile = new File(
WALLPAPER_IMAGE
);
160
(new File(
WALLPAPER_IMAGE
)).delete();
/frameworks/base/core/java/android/app/backup/
WallpaperBackupHelper.java
44
public static final String
WALLPAPER_IMAGE
=
55
// Stage file - should be adjacent to the
WALLPAPER_IMAGE
location. The wallpapers
145
f.renameTo(new File(
WALLPAPER_IMAGE
));
Completed in 33 milliseconds