Searched refs:OP_WRITE_WALLPAPER (Results 1 - 4 of 4) sorted by relevance

/frameworks/native/include/binder/
H A DAppOpsManager.h88 OP_WRITE_WALLPAPER = 48, enumerator in enum:android::AppOpsManager::__anon1439
/frameworks/native/libs/binder/include/binder/
H A DAppOpsManager.h88 OP_WRITE_WALLPAPER = 48, enumerator in enum:android::AppOpsManager::__anon1559
/frameworks/base/core/java/android/app/
H A DAppOpsManager.java296 public static final int OP_WRITE_WALLPAPER = 48; field in class:AppOpsManager
708 OP_WRITE_WALLPAPER, // WRITE_WALLPAPER
/frameworks/base/services/core/java/com/android/server/wallpaper/
H A DWallpaperManagerService.java2408 * implemented through through the OP_WRITE_WALLPAPER AppOp.
2411 return mAppOpsManager.checkOpNoThrow(AppOpsManager.OP_WRITE_WALLPAPER, Binder.getCallingUid(),

Completed in 660 milliseconds