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

  /frameworks/native/include/binder/
AppOpsManager.h 63 OP_ACCESS_NOTIFICATIONS = 25,
  /frameworks/base/core/java/android/app/
AppOpsManager.java 152 public static final int OP_ACCESS_NOTIFICATIONS = 25;
237 OP_ACCESS_NOTIFICATIONS,
    [all...]
  /packages/apps/Settings/src/com/android/settings/applications/
AppOpsState.java 187 AppOpsManager.OP_ACCESS_NOTIFICATIONS,
  /frameworks/base/services/java/com/android/server/
NotificationManagerService.java 508 if (mAppOps.noteOpNoThrow(AppOpsManager.OP_ACCESS_NOTIFICATIONS, uid, callingPkg)
536 if (mAppOps.noteOpNoThrow(AppOpsManager.OP_ACCESS_NOTIFICATIONS, uid, callingPkg)
    [all...]

Completed in 294 milliseconds