Searched refs:OP_WRITE_WALLPAPER (Results 1 – 2 of 2) sorted by relevance
1048 public static final int OP_WRITE_WALLPAPER = AppProtoEnums.APP_OP_WRITE_WALLPAPER; field in AppOpsManager2511 new AppOpInfo.Builder(OP_WRITE_WALLPAPER, OPSTR_WRITE_WALLPAPER, "WRITE_WALLPAPER")
3806 return mAppOpsManager.checkOpNoThrow(AppOpsManager.OP_WRITE_WALLPAPER, callingUid, in isWallpaperSupported()