Searched defs:OP_POST_NOTIFICATION (Results 1 - 3 of 3) sorted by path

/frameworks/base/core/java/android/app/
H A DAppOpsManager.java137 public static final int OP_POST_NOTIFICATION = 11; field in class:AppOpsManager
399 OP_POST_NOTIFICATION,
/frameworks/native/include/binder/
H A DAppOpsManager.h49 OP_POST_NOTIFICATION = 11, enumerator in enum:android::AppOpsManager::__anon1343
/frameworks/support/compat/kitkat/android/support/v4/app/
H A DNotificationManagerCompatKitKat.java28 private static final String OP_POST_NOTIFICATION = "OP_POST_NOTIFICATION"; field in class:NotificationManagerCompatKitKat
39 Field opPostNotificationValue = appOpsClass.getDeclaredField(OP_POST_NOTIFICATION);

Completed in 141 milliseconds