OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
509
if (mAppOps.noteOpNoThrow(AppOpsManager.
OP_ACCESS_NOTIFICATIONS
, uid, callingPkg)
537
if (mAppOps.noteOpNoThrow(AppOpsManager.
OP_ACCESS_NOTIFICATIONS
, uid, callingPkg)
[
all
...]
Completed in 372 milliseconds