Home
last modified time | relevance | path

Searched defs:isPackageInstalled (Results 1 – 11 of 11) sorted by relevance

/aosp12/packages/providers/ContactsProvider/src/com/android/providers/contacts/util/
H A DPackageUtils.java30 public static boolean isPackageInstalled(Context context, String packageName) { in isPackageInstalled() method in PackageUtils
/aosp12/packages/apps/Dialer/java/com/android/dialer/common/
H A DPackageUtils.java27 private static boolean isPackageInstalled(@NonNull String packageName, @NonNull Context context) { in isPackageInstalled() method in PackageUtils
/aosp12/packages/apps/Settings/src/com/android/settings/development/
H A DLocalTerminalPreferenceController.java89 private boolean isPackageInstalled(String packageName) { in isPackageInstalled() method in LocalTerminalPreferenceController
/aosp12/packages/apps/Car/Settings/src/com/android/car/settings/location/
H A DRecentLocationRequestsPreferenceController.java110 private boolean isPackageInstalled(String packageName) { in isPackageInstalled() method in RecentLocationRequestsPreferenceController
/aosp12/packages/apps/Settings/src/com/android/settings/security/
H A DCredentialManagementAppAdapter.java237 private boolean isPackageInstalled(String packageName) { in isPackageInstalled() method in CredentialManagementAppAdapter
/aosp12/packages/apps/TimeZoneData/testing/xts/src/com/android/timezone/xts/
H A DTimeZoneUpdateHostTest.java419 private boolean isPackageInstalled(String pkg) throws Exception { in isPackageInstalled() method in TimeZoneUpdateHostTest
/aosp12/packages/apps/Settings/src/com/android/settings/applications/specialaccess/interactacrossprofiles/
H A DInteractAcrossProfilesDetails.java425 private boolean isPackageInstalled(String packageName, @UserIdInt int userId) { in isPackageInstalled() method in InteractAcrossProfilesDetails
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/usage/
H A DAppStandbyControllerTests.java168 private static boolean isPackageInstalled = true; field in AppStandbyControllerTests
314 boolean isPackageInstalled(String packageName, int flags, int userId) { in isPackageInstalled() method in AppStandbyControllerTests.MyInjector
/aosp12/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/common/
H A DUtils.java872 public boolean isPackageInstalled(String packageName, PackageManager packageManager) { in isPackageInstalled() method
/aosp12/packages/apps/TvSettings/Settings/src/com/android/tv/settings/system/development/
H A DDevelopmentFragment.java1778 private static boolean isPackageInstalled(Context context, String packageName) { in isPackageInstalled() method in DevelopmentFragment
/aosp12/frameworks/base/apex/jobscheduler/service/java/com/android/server/usage/
H A DAppStandbyController.java2163 boolean isPackageInstalled(String packageName, int flags, int userId) { in isPackageInstalled() method in AppStandbyController.Injector