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

  /frameworks/native/include/binder/
AppOpsManager.h 49 OP_POST_NOTIFICATION = 11,
  /frameworks/base/core/java/android/app/
AppOpsManager.java 124 public static final int OP_POST_NOTIFICATION = 11;
223 OP_POST_NOTIFICATION,
    [all...]
  /packages/apps/Settings/src/com/android/settings/applications/
AppOpsState.java 186 new int[] { AppOpsManager.OP_POST_NOTIFICATION,
  /frameworks/base/services/java/com/android/server/
NotificationManagerService.java 437 return (mAppOps.checkOpNoThrow(AppOpsManager.OP_POST_NOTIFICATION, uid, pkg)
446 if (mAppOps.noteOpNoThrow(AppOpsManager.OP_POST_NOTIFICATION, uid, pkg)
459 mAppOps.setMode(AppOpsManager.OP_POST_NOTIFICATION, uid, pkg,
    [all...]

Completed in 32 milliseconds