Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/pip/phone/
DPipAppOpsListener.java20 import static android.app.AppOpsManager.OP_PICTURE_IN_PICTURE;
52 mAppOpsManager.checkOpNoThrow(OP_PICTURE_IN_PICTURE, appInfo.uid,
84 mAppOpsManager.startWatchingMode(OP_PICTURE_IN_PICTURE, packageName, in registerAppOpsListener()
/frameworks/native/libs/binder/include/binder/
DAppOpsManager.h102 OP_PICTURE_IN_PICTURE = 67, enumerator
/frameworks/base/core/java/android/app/
DAppOpsManager.java1023 public static final int OP_PICTURE_IN_PICTURE = AppProtoEnums.APP_OP_PICTURE_IN_PICTURE; field in AppOpsManager
1603 OP_PICTURE_IN_PICTURE, // ENTER_PICTURE_IN_PICTURE_ON_HIDE
/frameworks/base/services/core/java/com/android/server/wm/
DActivityRecord.java36 import static android.app.AppOpsManager.OP_PICTURE_IN_PICTURE;
2369 OP_PICTURE_IN_PICTURE, info.applicationInfo.uid, packageName) == MODE_ALLOWED; in checkEnterPictureInPictureAppOpsState()