Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/phone/
DPipAppOpsListener.java20 import static android.app.AppOpsManager.OP_PICTURE_IN_PICTURE;
52 mAppOpsManager.checkOpNoThrow(OP_PICTURE_IN_PICTURE, appInfo.uid,
82 mAppOpsManager.startWatchingMode(OP_PICTURE_IN_PICTURE, packageName, in registerAppOpsListener()
/frameworks/native/libs/permission/include/binder/
DAppOpsManager.h103 OP_PICTURE_IN_PICTURE = 67, enumerator
/frameworks/base/core/java/android/app/
DAppOpsManager.java1107 public static final int OP_PICTURE_IN_PICTURE = AppProtoEnums.APP_OP_PICTURE_IN_PICTURE; field in AppOpsManager
1917 OP_PICTURE_IN_PICTURE, // ENTER_PICTURE_IN_PICTURE_ON_HIDE
/frameworks/base/services/core/java/com/android/server/wm/
DActivityRecord.java35 import static android.app.AppOpsManager.OP_PICTURE_IN_PICTURE;
2739 OP_PICTURE_IN_PICTURE, info.applicationInfo.uid, packageName) == MODE_ALLOWED; in checkEnterPictureInPictureAppOpsState()