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

/frameworks/native/include/binder/
H A DAppOpsManager.h51 OP_POST_NOTIFICATION = 11, enumerator in enum:android::AppOpsManager::__anon1439
/frameworks/native/libs/binder/include/binder/
H A DAppOpsManager.h51 OP_POST_NOTIFICATION = 11, enumerator in enum:android::AppOpsManager::__anon1559
/frameworks/support/compat/src/main/java/androidx/core/app/
H A DNotificationManagerCompat.java66 private static final String OP_POST_NOTIFICATION = "OP_POST_NOTIFICATION"; field in class:NotificationManagerCompat
232 Field opPostNotificationValue = appOpsClass.getDeclaredField(OP_POST_NOTIFICATION);
/frameworks/base/core/java/android/app/
H A DAppOpsManager.java220 public static final int OP_POST_NOTIFICATION = 11; field in class:AppOpsManager
671 OP_POST_NOTIFICATION, // POST_NOTIFICATION

Completed in 13 milliseconds