Searched refs:isSystemApp (Results 1 – 5 of 5) sorted by relevance
85 if (!isSystemApp(appInfo) && !isUpdatedSystemApp(appInfo)) { in shouldNotFindUnexpectedIntents()148 private static boolean isSystemApp(ApplicationInfo applicationInfo) { in isSystemApp() method in IntentTest
64 public static boolean isSystemApp(String packageName) { in isSystemApp() method in PackageUtil
302 boolean isSystemApp = ((appInfo.flags & ApplicationInfo.FLAG_SYSTEM) != 0) in testNoSystemAppHasSyntheticAppDetailsActivityInjected()304 if (isSystemApp) { in testNoSystemAppHasSyntheticAppDetailsActivityInjected()
655 return inputMethodInfo.getServiceInfo().applicationInfo.isSystemApp(); in isSystemInputMethodInfo()