Searched refs:isSystemApp (Results 1 – 8 of 8) sorted by relevance
149 final boolean isSystemApp = in onRadioButtonClicked()151 if (isSystemApp) { in onRadioButtonClicked()
290 private boolean isSystemApp() { in isSystemApp() method in InstallFlowAnalytics498 + "\n\tsystemApp: " + isSystemApp() in writeToEventLog()
100 boolean isSystemApp() { in isSystemApp() method in AppInfo
49 return !mAppInfo.isUpdatedSystemApp() && !mAppInfo.isSystemApp(); in canUninstall()
131 if (info.isSystemApp()) { in updateAppList()
377 static boolean isSystemApp(Context context, Intent intent) { in isSystemApp() method in Utilities
2108 if (isSafeMode && !Utilities.isSystemApp(context, intent)) { in loadWorkspace()
2970 if (mIsSafeModeEnabled && !Utilities.isSystemApp(this, intent)) { in startActivitySafely()