Home
last modified time | relevance | path

Searched defs:systemApp (Results 1 – 7 of 7) sorted by relevance

/packages/apps/Car/Settings/tests/unit/src/com/android/car/settings/applications/specialaccess/
DAppOpsPreferenceControllerTest.java238 ApplicationsState.AppEntry systemApp = createAppEntry("test.package", in appFilter_showingSystemApps_keepsSystemEntries() local
255 ApplicationsState.AppEntry systemApp = createAppEntry("test.package", in appFilter_notShowingSystemApps_removesSystemEntries() local
/packages/apps/StorageManager/robotests/src/com/android/storagemanager/deletionhelper/
DAppStateUsageStatsBridgeTest.java317 ApplicationsState.AppEntry systemApp = in test_multipleApps_processCorrectly() local
346 ApplicationsState.AppEntry systemApp = in test_noThresholdFilter_ignoresUsageForFiltering() local
DAppsAsyncLoaderTest.java239 AppsAsyncLoader.PackageInfo systemApp = in test_multipleApps_processCorrectly() local
277 AppsAsyncLoader.PackageInfo systemApp = in test_noThresholdFilter_ignoresUsageForFiltering() local
/packages/apps/TvSettings/Settings/tests/robotests/src/com/android/tv/settings/device/apps/
DNotificationsPreferenceTest.java187 private void setSystemApp(boolean systemApp) { in setSystemApp()
/packages/apps/Settings/tests/unit/src/com/android/settings/deviceinfo/storage/
DStorageAsyncLoaderTest.java165 ApplicationInfo systemApp = in testUpdatedSystemAppCodeSizeIsCounted() local
/packages/apps/Launcher3/src/com/android/launcher3/
DDefaultLayoutParser.java121 final ResolveInfo systemApp = getSingleSystemActivity(appList); in invalidPackageOrClass() local
/packages/apps/Settings/src/com/android/settings/notification/
DNotificationBackend.java690 public boolean systemApp; field in NotificationBackend.AppRow