Home
last modified time | relevance | path

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

/frameworks/base/services/tests/mockingservicestests/src/com/android/server/appop/
DAppOpsUpgradeTest.java20 import static android.app.AppOpsManager.OP_USE_FULL_SCREEN_INTENT;
309 AppOpsManager.opToPermission(OP_USE_FULL_SCREEN_INTENT)); in resetUseFullScreenIntent()
337 final int expectedMode = AppOpsManager.opToDefaultMode(OP_USE_FULL_SCREEN_INTENT); in resetUseFullScreenIntent()
341 uid, PERSISTENT_DEVICE_ID_DEFAULT, OP_USE_FULL_SCREEN_INTENT); in resetUseFullScreenIntent()
/frameworks/base/services/core/java/com/android/server/appop/
DAppOpsCheckingServiceImpl.java22 import static android.app.AppOpsManager.OP_USE_FULL_SCREEN_INTENT;
642 final String permissionName = AppOpsManager.opToPermission(OP_USE_FULL_SCREEN_INTENT); in resetUseFullScreenIntentLocked()
656 OP_USE_FULL_SCREEN_INTENT, in resetUseFullScreenIntentLocked()
657 AppOpsManager.opToDefaultMode(OP_USE_FULL_SCREEN_INTENT)); in resetUseFullScreenIntentLocked()
/frameworks/base/core/java/android/app/
DAppOpsManager.java1488 public static final int OP_USE_FULL_SCREEN_INTENT = AppProtoEnums.APP_OP_USE_FULL_SCREEN_INTENT; field in AppOpsManager
2610 OP_USE_FULL_SCREEN_INTENT,
3033 new AppOpInfo.Builder(OP_USE_FULL_SCREEN_INTENT, OPSTR_USE_FULL_SCREEN_INTENT,