Home
last modified time | relevance | path

Searched refs:pkgLabel (Results 1 – 4 of 4) sorted by relevance

/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/permission/ui/
DAutoGrantPermissionsNotifier.java140 CharSequence pkgLabel = pm.getApplicationLabel(mPackageInfo.applicationInfo); in notifyOfAutoGrantPermissions() local
159 R.string.auto_granted_location_permission_notification_title, pkgLabel); in notifyOfAutoGrantPermissions()
161 R.string.auto_granted_permission_notification_body, pkgLabel); in notifyOfAutoGrantPermissions()
/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/privacysources/
DNotificationListenerCheck.kt519 val pkgLabel = Utils.getApplicationLabel(parentUserContext, pkg.applicationInfo!!) in createNotificationForNotificationListener() constant
532 pkgLabel in createNotificationForNotificationListener()
729 val pkgLabel = Utils.getApplicationLabel(parentUserContext, pkgInfo.applicationInfo!!) in createSafetySourceIssue() constant
791 .setSubtitle(pkgLabel) in createSafetySourceIssue()
DAccessibilitySourceService.kt184 val pkgLabel = serviceToBeNotified.resolveInfo.loadLabel(packageManager) in sendNotification() constant
202 pkgLabel in sendNotification()
282 val pkgLabel = a11yService.resolveInfo.loadLabel(packageManager).toString() in createSafetySourceIssue() constant
349 .setSubtitle(pkgLabel) in createSafetySourceIssue()
/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/permission/service/
DLocationAccessCheck.java633 CharSequence pkgLabel = mPackageManager.getApplicationLabel(pkg.applicationInfo); in createNotificationForLocationUser() local
656 pkgLabel); in createNotificationForLocationUser()
661 pkgLabel) : mContext.getString( in createNotificationForLocationUser()
1017 CharSequence pkgLabel = mPackageManager.getApplicationLabel(pkgInfo.applicationInfo); in createSafetySourceIssue() local
1027 .setSubtitle(pkgLabel) in createSafetySourceIssue()