Home
last modified time | relevance | path

Searched defs:userSet (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DTestableNotificationManagerService.java96 ComponentName assistant, int userId, boolean granted, boolean userSet) { in setNotificationAssistantAccessGrantedForUserInternal()
121 void onGranted(ComponentName assistant, int userId, boolean granted, boolean userSet); in onGranted()
DManagedServicesTest.java2083 private String getXmlEntry(String approved, int userId, boolean isPrimary, boolean userSet) { in getXmlEntry()
/frameworks/base/services/core/java/com/android/server/notification/
DPermissionHelper.java160 boolean userSet) { in setNotificationPermission()
279 public PackagePermission(String pkg, int userId, boolean granted, boolean userSet) { in PackagePermission()
DManagedServices.java324 ArraySet<String> userSet = mUserSetServices.get(userId); in clearUserSetFlagLocked() local
525 final Set<String> userSet = mUserSetServices.get(approvedUserId); in writeXml() local
759 protected void addApprovedList(String approved, int userId, boolean isPrimary, String userSet) { in addApprovedList()
812 boolean isPrimary, boolean enabled, boolean userSet) { in setPackageOrComponentEnabled()
/frameworks/base/core/java/android/app/
DINotificationManager.aidl187 … setNotificationListenerAccessGranted(in ComponentName listener, boolean enabled, boolean userSet); in setNotificationListenerAccessGranted()
189 …tenerAccessGrantedForUser(in ComponentName listener, int userId, boolean enabled, boolean userSet); in setNotificationListenerAccessGrantedForUser()
DNotificationManager.java1674 @NonNull ComponentName listener, boolean granted, boolean userSet) { in setNotificationListenerAccessGranted()