Home
last modified time | relevance | path

Searched defs:expectedUserId (Results 1 – 10 of 10) sorted by relevance

/aosp12/frameworks/base/core/tests/coretests/src/android/app/
H A DNotificationHistoryTest.java48 int expectedUserId = 11 + index; in getHistoricalNotification() local
79 int expectedUserId = 11; in testHistoricalNotificationBuilder() local
/aosp12/packages/services/Car/tests/carservice_unit_test/src/com/android/car/testapi/
H A DBlockingUserLifecycleListenerTest.java286 private static void assertEvent(UserLifecycleEvent event, @UserIdInt int expectedUserId, in assertEvent()
298 private static void assertEvents(List<UserLifecycleEvent> events, @UserIdInt int expectedUserId, in assertEvents()
/aosp12/frameworks/base/packages/Shell/tests/src/com/android/shell/
H A DBugreportProgressServiceTest.java106 int expectedUserId, String expectedEmail, String preferredDomain) { in checkFindSendToAccount()
/aosp12/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DNotificationHistoryFilterTest.java48 int expectedUserId = 11 + index; in getHistoricalNotification() local
H A DNotificationHistoryProtoHelperTest.java55 int expectedUserId = 11 + index; in getHistoricalNotification() local
H A DNotificationHistoryDatabaseTest.java76 int expectedUserId = 11 + index; in getHistoricalNotification() local
H A DNotificationHistoryManagerTest.java70 int expectedUserId = index; in getHistoricalNotification() local
/aosp12/frameworks/base/core/tests/coretests/src/android/content/
H A DAbstractCrossUserContentResolverTest.java190 public TestContentObserver(CountDownLatch latch, Uri exptectedUri, int expectedUserId) { in TestContentObserver()
/aosp12/frameworks/base/services/core/java/com/android/server/am/
H A DContentProviderHelper.java154 final int expectedUserId = userId; in getContentProviderImpl() local
1326 long startTime, ProcessList processList, @UserIdInt int expectedUserId) { in incProviderCountLocked()
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/am/
H A DUserControllerTest.java363 private void continueUserSwitchAssertions(int expectedUserId, boolean backgroundUserStopping) in continueUserSwitchAssertions()