Searched refs:systemApp (Results 1 – 10 of 10) sorted by relevance
321 ApplicationsState.AppEntry systemApp = in test_multipleApps_processCorrectly() local324 systemApp.info.flags = ApplicationInfo.FLAG_SYSTEM; in test_multipleApps_processCorrectly()325 mApps.add(systemApp); in test_multipleApps_processCorrectly()336 assertThat(AppStateUsageStatsBridge.FILTER_USAGE_STATS.filterApp(systemApp)).isFalse(); in test_multipleApps_processCorrectly()350 ApplicationsState.AppEntry systemApp = in test_noThresholdFilter_ignoresUsageForFiltering() local353 systemApp.info.flags = ApplicationInfo.FLAG_SYSTEM; in test_noThresholdFilter_ignoresUsageForFiltering()354 mApps.add(systemApp); in test_noThresholdFilter_ignoresUsageForFiltering()365 assertThat(AppStateUsageStatsBridge.FILTER_NO_THRESHOLD.filterApp(systemApp)).isFalse(); in test_noThresholdFilter_ignoresUsageForFiltering()
237 AppsAsyncLoader.PackageInfo systemApp = in test_multipleApps_processCorrectly() local241 systemApp.flags = ApplicationInfo.FLAG_SYSTEM; in test_multipleApps_processCorrectly()242 registerApp(systemApp, 2, TimeUnit.DAYS.toMillis(800)); in test_multipleApps_processCorrectly()275 AppsAsyncLoader.PackageInfo systemApp = in test_noThresholdFilter_ignoresUsageForFiltering() local279 systemApp.flags = ApplicationInfo.FLAG_SYSTEM; in test_noThresholdFilter_ignoresUsageForFiltering()280 registerApp(systemApp, 2, TimeUnit.DAYS.toMillis(800)); in test_noThresholdFilter_ignoresUsageForFiltering()
61 row.systemApp = Utils.isSystemPackage(context.getResources(), pm, app); in loadAppRow()82 row.systemApp = row.lockedImportance = true; in markAppRowWithBlockables()199 public boolean systemApp; field in NotificationBackend.AppRow
215 && isChannelBlockable(mAppRow.systemApp, channel) in populateSingleChannelPrefs()303 if (mAppRow.systemApp && !mAppRow.banned) { in setupBlock()330 if (mAppRow.systemApp && !mAppRow.banned) { in updateDependents()
454 protected boolean isChannelBlockable(boolean systemApp, NotificationChannel channel) { in isChannelBlockable() argument455 if (!mAppRow.systemApp) { in isChannelBlockable()
276 if (!isChannelBlockable(mAppRow.systemApp, mChannel)) { in setupBlock()
121 final ResolveInfo systemApp = getSingleSystemActivity(appList); in invalidPackageOrClass() local122 if (systemApp == null) { in invalidPackageOrClass()129 resolved = systemApp; in invalidPackageOrClass()
61 for (String systemApp : systemApps) { in run()62 actionShortcut.setPackage(systemApp); in run()
154 ApplicationInfo systemApp = in testUpdatedSystemAppCodeSizeIsCounted() local156 systemApp.flags = ApplicationInfo.FLAG_SYSTEM & ApplicationInfo.FLAG_UPDATED_SYSTEM_APP; in testUpdatedSystemAppCodeSizeIsCounted()
125 report.systemApp = (mServiceItem.mServiceInfo.applicationInfo.flags in onClick()