Home
last modified time | relevance | path

Searched defs:workProfileUserId (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DNotificationAttentionHelperTest.java2633 final int workProfileUserId = mUser.getIdentifier() + 1; in testBeepVolume_politeNotif_workProfile() local
2637 Settings.System.NOTIFICATION_COOLDOWN_ENABLED, 1, workProfileUserId); in testBeepVolume_politeNotif_workProfile() local
2675 final int workProfileUserId = mUser.getIdentifier() + 1; in testBeepVolume_politeNotif_workProfile_disabled() local
2679 Settings.System.NOTIFICATION_COOLDOWN_ENABLED, 0, workProfileUserId); in testBeepVolume_politeNotif_workProfile_disabled() local
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/wmshell/
DBubblesTest.java1349 final int workProfileUserId = 10; in test_bubbleViewInfoGetPackageForUser() local