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.h100 OP_PICTURE_IN_PICTURE = 67, enumerator
/frameworks/base/core/java/android/app/
DAppOpsManager.java796 public static final int OP_PICTURE_IN_PICTURE = 67; field in AppOpsManager
1288 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;
1494 OP_PICTURE_IN_PICTURE, appInfo.uid, packageName) == MODE_ALLOWED; in checkEnterPictureInPictureAppOpsState()