Searched refs:isSystemApp (Results 1 - 8 of 8) sorted by relevance

/packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/apps/
H A DUninstallManager.java37 return !mAppInfo.isUpdatedSystemApp() && !mAppInfo.isSystemApp();
H A DAppInfo.java94 boolean isSystemApp() { method in class:AppInfo
H A DAppsBrowseInfo.java138 if (info.isSystemApp()) {
/packages/apps/Settings/src/com/android/settings/inputmethod/
H A DSpellCheckersSettings.java149 final boolean isSystemApp =
151 if (isSystemApp) {
/packages/apps/PackageInstaller/src/com/android/packageinstaller/
H A DInstallFlowAnalytics.java290 private boolean isSystemApp() { method in class:InstallFlowAnalytics
498 + "\n\tsystemApp: " + isSystemApp()
/packages/apps/Launcher3/src/com/android/launcher3/
H A DUtilities.java391 static boolean isSystemApp(Context context, Intent intent) { method in class:Utilities
H A DLauncherModel.java2135 && !Utilities.isSystemApp(context, intent);
H A DLauncher.java2858 if (mIsSafeModeEnabled && !Utilities.isSystemApp(this, intent)) {

Completed in 153 milliseconds