Home
last modified time | relevance | path

Searched defs:USER_SYSTEM (Results 1 – 6 of 6) sorted by relevance

/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DKeyguardDisableHandlerTest.java122 mKeyguardDisable.disableKeyguard(createLockTaskToken(), "Tag", SYSTEM_UID, USER_SYSTEM); in disable_fromSystem_LockTask_disables() local
165 mKeyguardDisable.disableKeyguard(createLockTaskToken(), "Tag", SYSTEM_UID, USER_SYSTEM); in disable_fromSystem_LockTask_secure_disables() local
172 mKeyguardDisable.disableKeyguard(createLockTaskToken(), "Tag", SYSTEM_UID, USER_SYSTEM); in disable_fromSystem_LockTask_requiresDpm_staysEnabled() local
185 mKeyguardDisable.disableKeyguard(createLockTaskToken(), "Tag", SYSTEM_UID, USER_SYSTEM); in disable_fromSystem_LockTask_thenRequiresDpm_reenables() local
192 mKeyguardDisable.disableKeyguard(createLockTaskToken(), "Tag", SYSTEM_UID, USER_SYSTEM); in user_switch_to_enabledUser_applies_enabled() local
/aosp14/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DNotificationHistoryManagerTest.java148 Settings.Secure.NOTIFICATION_HISTORY_ENABLED, 0, USER_SYSTEM); in testOnUserUnlocked_historyDisabled() local
171 Settings.Secure.NOTIFICATION_HISTORY_ENABLED, 0, USER_SYSTEM); in testOnUserUnlocked_historyDisabled_withProfile() local
194 Settings.Secure.NOTIFICATION_HISTORY_ENABLED, 0, USER_SYSTEM); in testOnUserUnlocked_historyDisabledThenEnabled() local
199 Settings.Secure.NOTIFICATION_HISTORY_ENABLED, 1, USER_SYSTEM); in testOnUserUnlocked_historyDisabledThenEnabled() local
223 Settings.Secure.NOTIFICATION_HISTORY_ENABLED, 0, USER_SYSTEM); in testOnUserUnlocked_historyDisabledThenEnabled_multiProfile() local
228 Settings.Secure.NOTIFICATION_HISTORY_ENABLED, 1, USER_SYSTEM); in testOnUserUnlocked_historyDisabledThenEnabled_multiProfile() local
325 Settings.Secure.NOTIFICATION_HISTORY_ENABLED, 0, USER_SYSTEM); in testOnPackageRemoved_historyDisabled() local
432 Settings.Secure.NOTIFICATION_HISTORY_ENABLED, 0, USER_SYSTEM); in testTriggerWriteToDisk_historyDisabled() local
531 Settings.Secure.NOTIFICATION_HISTORY_ENABLED, 0, USER_SYSTEM); in testReadNotificationHistory_historyDisabled() local
549 Settings.Secure.NOTIFICATION_HISTORY_ENABLED, 0, USER_SYSTEM); in testReadFilteredNotificationHistory_historyDisabled() local
[all …]
H A DPreferencesHelperTest.java697 loadByteArrayXml(xml.getBytes(), false, USER_SYSTEM); in testReadXml_oldXml_migrates() local
800 loadByteArrayXml(xml.getBytes(), true, USER_SYSTEM); in testReadXml_oldXml_backup_migratesWhenPkgInstalled() local
861 loadByteArrayXml(xml.getBytes(), true, USER_SYSTEM); in testReadXml_newXml_noMigration_showPermissionNotification() local
918 loadByteArrayXml(xml.getBytes(), true, USER_SYSTEM); in testReadXml_newXml_permissionNotificationOff() local
975 loadByteArrayXml(xml.getBytes(), true, USER_SYSTEM); in testReadXml_newXml_noMigration_noPermissionNotification() local
1011 loadByteArrayXml(xml.getBytes(), true, USER_SYSTEM); in testReadXml_oldXml_migration_NoUid() local
1044 loadByteArrayXml(xml.getBytes(), true, USER_SYSTEM); in testReadXml_newXml_noMigration_NoUid() local
1492 backupWithUncanonicalizedSoundUri.getBytes(), true, USER_SYSTEM); in testRestoreXml_withUncanonicalizedNonLocalSoundUri() local
3711 loadByteArrayXml(preQXml.getBytes(), true, USER_SYSTEM); in testXml_statusBarIcons_default() local
/aosp14/system/core/storaged/
H A Dstoraged.cpp62 constexpr int USER_SYSTEM = 0; variable
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/theme/
H A DThemeOverlayControllerTest.java90 private static final int USER_SYSTEM = UserHandle.USER_SYSTEM; field in ThemeOverlayControllerTest
/aosp14/frameworks/base/core/java/android/os/
H A DUserHandle.java106 public static final @UserIdInt int USER_SYSTEM = 0; field in UserHandle