Searched defs:userSet (Results 1 – 6 of 6) sorted by relevance
/aosp14/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
H A D | TestableNotificationManagerService.java | 104 ComponentName assistant, int userId, boolean granted, boolean userSet) { in setNotificationAssistantAccessGrantedForUserInternal() 129 void onGranted(ComponentName assistant, int userId, boolean granted, boolean userSet); in onGranted()
|
H A D | ManagedServicesTest.java | 2245 private String getXmlEntry(String approved, int userId, boolean isPrimary, boolean userSet) { in getXmlEntry()
|
/aosp14/frameworks/base/services/core/java/com/android/server/notification/ |
H A D | PermissionHelper.java | 184 boolean userSet) { in setNotificationPermission() 305 public PackagePermission(String pkg, int userId, boolean granted, boolean userSet) { in PackagePermission()
|
H A D | ManagedServices.java | 329 ArraySet<String> userSet = mUserSetServices.get(userId); in clearUserSetFlagLocked() local 534 final Set<String> userSet = mUserSetServices.get(approvedUserId); in writeXml() local 777 protected void addApprovedList(String approved, int userId, boolean isPrimary, String userSet) { in addApprovedList() 832 boolean isPrimary, boolean enabled, boolean userSet) { in setPackageOrComponentEnabled()
|
/aosp14/frameworks/base/core/java/android/app/ |
H A D | INotificationManager.aidl | 187 … setNotificationListenerAccessGranted(in ComponentName listener, boolean enabled, boolean userSet); in setNotificationListenerAccessGranted() 189 …tenerAccessGrantedForUser(in ComponentName listener, int userId, boolean enabled, boolean userSet); in setNotificationListenerAccessGrantedForUser()
|
H A D | NotificationManager.java | 1675 @NonNull ComponentName listener, boolean granted, boolean userSet) { in setNotificationListenerAccessGranted()
|