Searched refs:getWallpaperWithFeature (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/core/java/android/app/ |
D | IWallpaperManager.aidl | 85 ParcelFileDescriptor getWallpaperWithFeature(String callingPkg, String callingFeatureId, in getWallpaperWithFeature() method
|
D | WallpaperManager.java | 778 try (ParcelFileDescriptor pfd = mService.getWallpaperWithFeature( in peekWallpaperDimensions() 829 ParcelFileDescriptor pfd = mService.getWallpaperWithFeature( in getCurrentWallpaperLocked() 1879 return sGlobals.mService.getWallpaperWithFeature(mContext.getOpPackageName(), in getWallpaperFile()
|
/frameworks/base/services/tests/mockingservicestests/src/com/android/server/wallpaper/ |
D | WallpaperManagerServiceTests.java | 535 mService.getWallpaperWithFeature( in getWallpaperWithFeature_getCropped_returnsCropFile() 558 mService.getWallpaperWithFeature( in getWallpaperWithFeature_notGetCropped_returnsOriginalFile()
|
/frameworks/base/services/core/java/com/android/server/wallpaper/ |
D | WallpaperManagerService.java | 2202 return getWallpaperWithFeature(callingPkg, null, cb, which, outParams, in getWallpaper() 2207 public ParcelFileDescriptor getWallpaperWithFeature(String callingPkg, String callingFeatureId, in getWallpaperWithFeature() method in WallpaperManagerService
|