Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DAppOpsManager.java1663 OPSTR_POST_NOTIFICATION,
1899 public static final String OPSTR_POST_NOTIFICATION = "android:post_notification"; field in AppOpsManager
2660 new AppOpInfo.Builder(OP_POST_NOTIFICATION, OPSTR_POST_NOTIFICATION, "POST_NOTIFICATION")
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DNotificationManagerServiceTest.java3711 AppOpsManager.OPSTR_POST_NOTIFICATION, "revoked", 0); in onOpChanged_permissionRevoked_cancelsAllNotificationsFromPackage()
3746 AppOpsManager.OPSTR_POST_NOTIFICATION, "granted", 0); in onOpChanged_permissionStillGranted_notificationsAreNotAffected()
3758 AppOpsManager.OPSTR_POST_NOTIFICATION, "package", 0); in onOpChanged_notInitializedUser_ignored()
3779 AppOpsManager.OPSTR_POST_NOTIFICATION, "package", 0); in setNotificationsEnabledForPackage_disabling_clearsNotifications()
/frameworks/base/core/api/
Dsystem-current.txt685 field public static final String OPSTR_POST_NOTIFICATION = "android:post_notification";