OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:setNotificationPolicyAccessGranted
(Results
1 - 4
of
4
) sorted by null
/frameworks/base/core/java/android/app/
NotificationManager.java
678
public void
setNotificationPolicyAccessGranted
(String pkg, boolean granted) {
681
service.
setNotificationPolicyAccessGranted
(pkg, granted);
[
all
...]
/frameworks/base/services/core/java/com/android/server/notification/
ConditionProviders.java
175
inm.
setNotificationPolicyAccessGranted
(pkgName, false);
/frameworks/base/services/core/java/com/android/server/vr/
VrManagerService.java
605
nm.
setNotificationPolicyAccessGranted
(pkg, true);
613
nm.
setNotificationPolicyAccessGranted
(pkg, false);
[
all
...]
/frameworks/base/services/core/java/com/android/server/am/
ActivityManagerService.java
[
all
...]
Completed in 683 milliseconds