OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:opendefaultwallpaper
(Results
1 - 1
of
1
) sorted by null
/frameworks/base/core/java/android/app/
WallpaperManager.java
365
InputStream is =
openDefaultWallpaper
(context, which);
498
InputStream wpStream =
openDefaultWallpaper
(mContext, which);
527
// that
openDefaultWallpaper
() will return non-null.
528
is = new BufferedInputStream(
openDefaultWallpaper
(mContext, which));
577
// this point that
openDefaultWallpaper
() will return non-null.
578
is = new BufferedInputStream(
openDefaultWallpaper
(mContext, which));
[
all
...]
Completed in 94 milliseconds