Home
last modified time | relevance | path

Searched refs:getPackageInfoForComponentName (Results 1 – 5 of 5) sorted by relevance

/packages/modules/Permission/PermissionController/tests/mocking/src/com/android/permissioncontroller/tests/mocking/privacysources/
DNotificationListenerPrivacySourceTest.kt109 Utils.getPackageInfoForComponentName( in setup()
116 Utils.getPackageInfoForComponentName( in setup()
DNotificationListenerCheckInternalTest.kt457 Utils.getPackageInfoForComponentName( in createSafetySourceIssue()
/packages/modules/Permission/PermissionController/tests/inprocess/src/com/android/permissioncontroller/permission/util/
DUtilsTest.kt142 Utils.getPackageInfoForComponentName(context, testComponent) in getPackageInfoForComponentName_NonExistComponent_throwsNameNotFoundException()
/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/privacysources/
DNotificationListenerCheck.kt476 Utils.getPackageInfoForComponentName(parentUserContext, componentToNotifyFor) in postSystemNotificationIfNeeded()
722 pkgInfo = Utils.getPackageInfoForComponentName(parentUserContext, componentName) in createSafetySourceIssue()
/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/permission/utils/
DUtils.java1593 public static PackageInfo getPackageInfoForComponentName(@NonNull Context context, in getPackageInfoForComponentName() method in Utils