Home
last modified time | relevance | path

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

/frameworks/native/libs/permission/include/binder/
DAppOpsManager.h91 OP_WRITE_WALLPAPER = 48, enumerator
/frameworks/base/core/java/android/app/
DAppOpsManager.java1074 public static final int OP_WRITE_WALLPAPER = AppProtoEnums.APP_OP_WRITE_WALLPAPER; field in AppOpsManager
2779 new AppOpInfo.Builder(OP_WRITE_WALLPAPER, OPSTR_WRITE_WALLPAPER, "WRITE_WALLPAPER")
/frameworks/base/services/core/java/com/android/server/wallpaper/
DWallpaperManagerService.java3605 return mAppOpsManager.checkOpNoThrow(AppOpsManager.OP_WRITE_WALLPAPER, callingUid, in isWallpaperSupported()