/aosp_15_r20/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
H A D | NotificationHistoryManagerTest.java | 148 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 228 Settings.Secure.NOTIFICATION_HISTORY_ENABLED, 0, USER_SYSTEM); in testOnUserUnlocked_historyDisabledThenEnabled() local 233 Settings.Secure.NOTIFICATION_HISTORY_ENABLED, 1, USER_SYSTEM); in testOnUserUnlocked_historyDisabledThenEnabled() local 257 Settings.Secure.NOTIFICATION_HISTORY_ENABLED, 0, USER_SYSTEM); in testOnUserUnlocked_historyDisabledThenEnabled_multiProfile() local 262 Settings.Secure.NOTIFICATION_HISTORY_ENABLED, 1, USER_SYSTEM); in testOnUserUnlocked_historyDisabledThenEnabled_multiProfile() local 359 Settings.Secure.NOTIFICATION_HISTORY_ENABLED, 0, USER_SYSTEM); in testOnPackageRemoved_historyDisabled() local 466 Settings.Secure.NOTIFICATION_HISTORY_ENABLED, 0, USER_SYSTEM); in testTriggerWriteToDisk_historyDisabled() local 565 Settings.Secure.NOTIFICATION_HISTORY_ENABLED, 0, USER_SYSTEM); in testReadNotificationHistory_historyDisabled() local 583 Settings.Secure.NOTIFICATION_HISTORY_ENABLED, 0, USER_SYSTEM); in testReadFilteredNotificationHistory_historyDisabled() local [all …]
|
H A D | PreferencesHelperTest.java | 814 loadByteArrayXml(xml.getBytes(), false, USER_SYSTEM); in testReadXml_oldXml_migrates() local 908 loadByteArrayXml(xml.getBytes(), true, USER_SYSTEM); in testReadXml_oldXml_backup_migratesWhenPkgInstalled() local 970 loadByteArrayXml(xml.getBytes(), true, USER_SYSTEM); in testReadXml_newXml_noMigration_showPermissionNotification() local 1029 loadByteArrayXml(xml.getBytes(), true, USER_SYSTEM); in testReadXml_newXml_permissionNotificationOff() local 1088 loadByteArrayXml(xml.getBytes(), true, USER_SYSTEM); in testReadXml_newXml_noMigration_noPermissionNotification() local 1122 loadByteArrayXml(xml.getBytes(), true, USER_SYSTEM); in testReadXml_oldXml_migration_NoUid() local 1152 loadByteArrayXml(xml.getBytes(), true, USER_SYSTEM); in testReadXml_newXml_noMigration_NoUid() local 1585 loadByteArrayXml(xml.getBytes(), true, USER_SYSTEM); in testRestoreXml_delayedRestore() local 1632 loadByteArrayXml(xml.getBytes(), true, USER_SYSTEM); in testRestoreXml_delayedRestore_afterReboot() local 1683 loadByteArrayXml(xml.getBytes(), true, USER_SYSTEM); in testRestoreXml_delayedRestore_packageMissingAfterTwoDays() local [all …]
|
/aosp_15_r20/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
H A D | KeyguardDisableHandlerTest.java | 122 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
|
/aosp_15_r20/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/ |
D | ConfigurationMapTest.java | 84 USER_PROFILES.put(UserHandle.USER_SYSTEM, Arrays.asList( in USER_PROFILES.put() 85 new UserInfo(UserHandle.USER_SYSTEM, "Owner", 0), in USER_PROFILES.put()
|
/aosp_15_r20/packages/modules/Permission/framework-s/java/android/permission/internal/compat/ |
D | UserHandleCompat.java | 41 public static final int USER_SYSTEM = UserHandle.SYSTEM.getIdentifier(); field in UserHandleCompat
|
/aosp_15_r20/cts/hostsidetests/backup/src/android/cts/backup/ |
H A D | MultiUserBackupStateTest.java | 49 protected static final int USER_SYSTEM = 0; field in MultiUserBackupStateTest
|
H A D | BackupPreparer.java | 65 private final int USER_SYSTEM = 0; field in BackupPreparer
|
H A D | RestoreSessionHostSideTest.java | 55 private static final int USER_SYSTEM = 0; field in RestoreSessionHostSideTest
|
/aosp_15_r20/cts/tests/tests/car_builtin/src/android/car/cts/builtin/util/ |
H A D | ValidationHelperTest.java | 38 private static final int USER_SYSTEM = 0; field in ValidationHelperTest
|
/aosp_15_r20/packages/apps/TvSettings/unbundle/java/com/android/tv/settings/unbundle/sdklib/ |
D | UserHandleCompat.java | 47 int USER_SYSTEM = UserHandle.USER_SYSTEM; field in UserHandleCompat
|
/aosp_15_r20/tools/tradefederation/core/test_framework/com/android/tradefed/targetprep/ |
D | DeviceOwnerTargetPreparer.java | 48 private static final int USER_SYSTEM = 0; field in DeviceOwnerTargetPreparer
|
/aosp_15_r20/frameworks/native/cmds/installd/ |
H A D | installd_constants.h | 95 constexpr userid_t USER_SYSTEM = 0; variable
|
/aosp_15_r20/cts/hostsidetests/content/src/android/content/cts/ |
H A D | BaseContextCrossProfileTest.java | 40 private static final int USER_SYSTEM = 0; // From the UserHandle class. field in BaseContextCrossProfileTest
|
/aosp_15_r20/cts/hostsidetests/settings/src/com/google/android/cts/settings/ |
H A D | PrivacyDeviceOwnerTest.java | 54 private static final int USER_SYSTEM = 0; field in PrivacyDeviceOwnerTest
|
/aosp_15_r20/cts/hostsidetests/classloaders/useslibrary/src/android/classloaders/cts/ |
H A D | Utils.java | 34 public static final int USER_SYSTEM = 0; field in Utils
|
/aosp_15_r20/packages/services/Car/car-builtin-lib/src/android/car/builtin/os/ |
D | UserManagerHelper.java | 46 public static final @UserIdInt int USER_SYSTEM = UserHandle.USER_SYSTEM; field in UserManagerHelper
|
/aosp_15_r20/cts/hostsidetests/media/src/android/media/cts/ |
H A D | BaseMultiUserTest.java | 51 protected static final int USER_SYSTEM = 0; field in BaseMultiUserTest
|
/aosp_15_r20/cts/hostsidetests/accounts/src/android/host/accounts/ |
H A D | AccountManagerXUserTest.java | 62 public static final int USER_SYSTEM = 0; field in AccountManagerXUserTest
|
/aosp_15_r20/tools/tradefederation/core/device_build_interfaces/com/android/tradefed/device/ |
D | UserInfo.java | 33 public static final int USER_SYSTEM = 0; field in UserInfo
|
/aosp_15_r20/system/core/storaged/ |
H A D | storaged.cpp | 62 constexpr int USER_SYSTEM = 0; variable
|
/aosp_15_r20/cts/hostsidetests/appsecurity/src/android/appsecurity/cts/ |
H A D | Utils.java | 41 public static final int USER_SYSTEM = 0; field in Utils
|
H A D | ResumeOnRebootHostTest.java | 75 private static final int USER_SYSTEM = 0; field in ResumeOnRebootHostTest
|
/aosp_15_r20/frameworks/opt/car/services/updatableServices/src/com/android/internal/car/updatable/ |
D | CarServiceProxy.java | 100 private static final int USER_SYSTEM = UserHandle.SYSTEM.getIdentifier(); field in CarServiceProxy
|
/aosp_15_r20/frameworks/base/core/java/android/os/ |
H A D | UserHandle.java | 107 public static final @UserIdInt int USER_SYSTEM = 0; field in UserHandle
|
/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/theme/ |
H A D | ThemeOverlayControllerTest.java | 96 private static final int USER_SYSTEM = UserHandle.USER_SYSTEM; field in ThemeOverlayControllerTest
|