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.kt518 val pkgLabel = Utils.getApplicationLabel(parentUserContext, pkg.applicationInfo!!) in createNotificationForNotificationListener() constant
531 pkgLabel in createNotificationForNotificationListener()
728 val pkgLabel = Utils.getApplicationLabel(parentUserContext, pkgInfo.applicationInfo!!) in createSafetySourceIssue() constant
790 .setSubtitle(pkgLabel) in createSafetySourceIssue()
DAccessibilitySourceService.kt183 val pkgLabel = serviceToBeNotified.resolveInfo.loadLabel(packageManager) in sendNotification() constant
201 pkgLabel in sendNotification()
281 val pkgLabel = a11yService.resolveInfo.loadLabel(packageManager).toString() in createSafetySourceIssue() constant
348 .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()