Home
last modified time | relevance | path

Searched refs:OP_PICTURE_IN_PICTURE (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/pip/
DPipAppOpsListener.kt40 AppOpsManager.OP_PICTURE_IN_PICTURE, appInfo.uid, in <lambda>()
64 AppOpsManager.OP_PICTURE_IN_PICTURE, packageName, in <lambda>()
/frameworks/native/libs/permission/include/binder/
DAppOpsManager.h103 OP_PICTURE_IN_PICTURE = 67, enumerator
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DActivityRecordTests.java20 import static android.app.AppOpsManager.OP_PICTURE_IN_PICTURE;
2343 doReturn(MODE_ALLOWED).when(appOpsManager).checkOpNoThrow(eq(OP_PICTURE_IN_PICTURE), in testCheckEnterPictureInPictureState_displayNotSupportedPip()
/frameworks/base/core/java/android/app/
DAppOpsManager.java1136 public static final int OP_PICTURE_IN_PICTURE = AppProtoEnums.APP_OP_PICTURE_IN_PICTURE; field in AppOpsManager
2836 new AppOpInfo.Builder(OP_PICTURE_IN_PICTURE, OPSTR_PICTURE_IN_PICTURE, "PICTURE_IN_PICTURE")
2837 .setSwitchCode(OP_PICTURE_IN_PICTURE).setDefaultMode(AppOpsManager.MODE_ALLOWED)
/frameworks/base/services/core/java/com/android/server/wm/
DActivityRecord.java35 import static android.app.AppOpsManager.OP_PICTURE_IN_PICTURE;
3492 OP_PICTURE_IN_PICTURE, info.applicationInfo.uid, packageName) == MODE_ALLOWED; in checkEnterPictureInPictureAppOpsState()