Home
last modified time | relevance | path

Searched refs:pmUser (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/dagger/
H A DExpandableNotificationRowComponent.java100 PackageManager pmUser = CentralSurfaces.getPackageManagerForUser( in provideAppName() local
104 final ApplicationInfo info = pmUser.getApplicationInfo(pkg, in provideAppName()
108 return String.valueOf(pmUser.getApplicationLabel(info)); in provideAppName()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DNotificationGutsManager.java330 PackageManager pmUser = CentralSurfaces.getPackageManagerForUser(mContext, in initializeFeedbackInfo() local
333 feedbackInfo.bindGuts(pmUser, sbn, row.getEntry(), row, mAssistantFeedbackController); in initializeFeedbackInfo()
351 PackageManager pmUser = CentralSurfaces.getPackageManagerForUser( in initializeNotificationInfo() local
372 pmUser, in initializeNotificationInfo()
405 PackageManager pmUser = CentralSurfaces.getPackageManagerForUser( in initializePartialConversationNotificationInfo() local
419 pmUser, in initializePartialConversationNotificationInfo()
447 PackageManager pmUser = CentralSurfaces.getPackageManagerForUser( in initializeConversationNotificationInfo() local
473 mLauncherApps, pmUser, IconDrawableFactory.newInstance(mContext, false), in initializeConversationNotificationInfo()
479 pmUser, in initializeConversationNotificationInfo()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
H A DTargetSdkResolver.kt57 val pmUser = CentralSurfaces.getPackageManagerForUser(context, sbn.user.identifier) regex
60 pmUser.getApplicationInfo(sbn.packageName, 0)