Home
last modified time | relevance | path

Searched refs:OP_WRITE_WALLPAPER (Results 1 – 3 of 3) sorted by relevance

/frameworks/native/libs/binder/include/binder/
DAppOpsManager.h88 OP_WRITE_WALLPAPER = 48, enumerator
/frameworks/base/core/java/android/app/
DAppOpsManager.java739 public static final int OP_WRITE_WALLPAPER = 48; field in AppOpsManager
1269 OP_WRITE_WALLPAPER, // WRITE_WALLPAPER
/frameworks/base/services/core/java/com/android/server/wallpaper/
DWallpaperManagerService.java2813 … return mAppOpsManager.checkOpNoThrow(AppOpsManager.OP_WRITE_WALLPAPER, Binder.getCallingUid(), in isWallpaperSupported()