Home
last modified time | relevance | path

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

/frameworks/native/libs/permission/include/binder/
DAppOpsManager.h54 OP_POST_NOTIFICATION = 11, enumerator
/frameworks/base/core/java/android/app/
DAppOpsManager.java943 public static final int OP_POST_NOTIFICATION = AppProtoEnums.APP_OP_POST_NOTIFICATION; field in AppOpsManager
2575 OP_POST_NOTIFICATION,
2660 new AppOpInfo.Builder(OP_POST_NOTIFICATION, OPSTR_POST_NOTIFICATION, "POST_NOTIFICATION")
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationManagerService.java2644 mAppOps.startWatchingMode(AppOpsManager.OP_POST_NOTIFICATION, null, mAppOpsListener); in init()
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DNotificationManagerServiceTest.java743 }).when(mAppOpsManager).startWatchingMode(eq(AppOpsManager.OP_POST_NOTIFICATION), any(), in initNMS()