HomeSort by relevance Sort by last modified time
    Searched defs:sGlobals (Results 1 - 7 of 7) sorted by null

  /frameworks/base/core/java/android/app/
WallpaperManager.java 392 private static Globals sGlobals;
396 if (sGlobals == null) {
397 sGlobals = new Globals(looper);
417 return sGlobals.mService;
436 Bitmap bm = sGlobals.peekWallpaperBitmap(mContext, true, FLAG_SYSTEM);
502 if (sGlobals.mService == null) {
667 Bitmap bm = sGlobals.peekWallpaperBitmap(mContext, false, FLAG_SYSTEM);
690 Bitmap bm = sGlobals.peekWallpaperBitmap(mContext, true, FLAG_SYSTEM);
705 Bitmap bm = sGlobals.peekWallpaperBitmap(mContext, false, FLAG_SYSTEM);
727 return sGlobals.peekWallpaperBitmap(mContext, true, FLAG_SYSTEM, userId)
    [all...]
  /external/robolectric/v3/runtime/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 
  /prebuilts/misc/common/robolectric/lib/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 

Completed in 482 milliseconds