Home
last modified time | relevance | path

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

/aosp12/frameworks/native/libs/permission/include/binder/
H A DAppOpsManager.h91 OP_WRITE_WALLPAPER = 48, enumerator
/aosp12/frameworks/base/core/java/android/app/
H A DAppOpsManager.java1045 public static final int OP_WRITE_WALLPAPER = AppProtoEnums.APP_OP_WRITE_WALLPAPER; field in AppOpsManager
1898 OP_WRITE_WALLPAPER, // WRITE_WALLPAPER
/aosp12/frameworks/base/services/core/java/com/android/server/wallpaper/
H A DWallpaperManagerService.java3106 return mAppOpsManager.checkOpNoThrow(AppOpsManager.OP_WRITE_WALLPAPER, callingUid, in isWallpaperSupported()