Searched refs:hasPrivilege (Results 1 – 1 of 1) sorted by relevance
2358 final boolean hasPrivilege = hasPermission(READ_WALLPAPER_INTERNAL); in getWallpaperWithFeature()2359 if (!hasPrivilege) { in getWallpaperWithFeature()3561 final int hasPrivilege = mIPackageManager.checkPermission( in bindWallpaperComponentLocked() local3564 if (hasPrivilege != PERMISSION_GRANTED) { in bindWallpaperComponentLocked()