Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DTestableNotificationManagerService.java104 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 DManagedServicesTest.java2245 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 DPermissionHelper.java184 boolean userSet) { in setNotificationPermission()
305 public PackagePermission(String pkg, int userId, boolean granted, boolean userSet) { in PackagePermission()
H A DManagedServices.java329 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 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()
H A DNotificationManager.java1675 @NonNull ComponentName listener, boolean granted, boolean userSet) { in setNotificationListenerAccessGranted()