HomeSort by relevance Sort by last modified time
    Searched refs:OP_POST_NOTIFICATION (Results 1 - 8 of 8) sorted by null

  /frameworks/native/libs/binder/include/binder/
AppOpsManager.h 49 OP_POST_NOTIFICATION = 11,
  /frameworks/support/compat/java/android/support/v4/app/
NotificationManagerCompat.java 63 private static final String OP_POST_NOTIFICATION = "OP_POST_NOTIFICATION";
229 Field opPostNotificationValue = appOpsClass.getDeclaredField(OP_POST_NOTIFICATION);
  /frameworks/base/core/java/android/app/
AppOpsManager.java 138 public static final int OP_POST_NOTIFICATION = 11;
437 OP_POST_NOTIFICATION,
    [all...]
  /packages/apps/Settings/src/com/android/settings/applications/
AppOpsState.java 189 new int[] { AppOpsManager.OP_POST_NOTIFICATION,
  /frameworks/base/services/core/java/com/android/server/notification/
NotificationManagerService.java 481 return mAppOps.checkOp(AppOpsManager.OP_POST_NOTIFICATION, uid, pkg)
    [all...]
  /prebuilts/sdk/current/support/compat/libs/
android-support-compat.jar 
  /external/robolectric/v3/runtime/
android-all-4.3_r2-robolectric-0.jar 
  /prebuilts/misc/common/robolectric/lib/
android-all-4.3_r2-robolectric-0.jar 

Completed in 4400 milliseconds