Home
last modified time | relevance | path

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

/frameworks/base/core/tests/coretests/src/android/app/
DNotificationHistoryTest.java48 int expectedUserId = 11 + index; in getHistoricalNotification() local
79 int expectedUserId = 11; in testHistoricalNotificationBuilder() local
/frameworks/base/packages/Shell/tests/src/com/android/shell/
DBugreportProgressServiceTest.java106 int expectedUserId, String expectedEmail, String preferredDomain) { in checkFindSendToAccount()
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DNotificationHistoryFilterTest.java48 int expectedUserId = 11 + index; in getHistoricalNotification() local
DNotificationHistoryProtoHelperTest.java55 int expectedUserId = 11 + index; in getHistoricalNotification() local
DNotificationHistoryDatabaseTest.java72 int expectedUserId = 11 + index; in getHistoricalNotification() local
DNotificationHistoryManagerTest.java70 int expectedUserId = index; in getHistoricalNotification() local
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/user/domain/interactor/
DGuestUserInteractorTest.kt187 val expectedUserId = NON_GUEST_USER_INFO.id in exit - returns to last non-guest() constant
/frameworks/base/core/tests/coretests/src/android/content/
DAbstractCrossUserContentResolverTest.java193 public TestContentObserver(CountDownLatch latch, Uri exptectedUri, int expectedUserId) { in TestContentObserver()
/frameworks/base/services/core/java/com/android/server/am/
DContentProviderHelper.java170 final int expectedUserId = userId; in getContentProviderImpl() local
1392 long startTime, ProcessList processList, @UserIdInt int expectedUserId) { in incProviderCountLocked()
/frameworks/base/services/tests/servicestests/src/com/android/server/am/
DUserControllerTest.java413 private void continueUserSwitchAssertions(int expectedUserId, boolean backgroundUserStopping) in continueUserSwitchAssertions()