Searched defs:isAppInstalled (Results 1 – 6 of 6) sorted by relevance
78 fun isAppInstalled(packageName: String): Boolean { in isAppInstalled() method in com.android.healthconnect.controller.shared.app.AppInfoReader
72 private boolean isAppInstalled(String packageName) throws DeviceNotAvailableException { in isAppInstalled() method in FastDeployTest
42 public static boolean isAppInstalled(Context context, String packageName) { in isAppInstalled() method in FastPairUtils
146 private boolean isAppInstalled(Source source, int destinationType) { in isAppInstalled() method in EventReportWindowCalcDelegate
100 public boolean isAppInstalled(@NonNull final String packageName, in isAppInstalled() method in PackageManagerHelper
190 private boolean isAppInstalled(@NonNull Context context, @NonNull String packageName) { in isAppInstalled() method in AppInfoHelper