Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/timezonedetector/
H A DTimeZoneDetectorInternalImplTest.java107 int expectedUserId = mTestCurrentUserIdentityInjector.getCurrentUserId(); in testGetCapabilitiesAndConfigForDpm() local
148 int expectedUserId = mTestCurrentUserIdentityInjector.getCurrentUserId(); in testSetManualTimeZoneForDpm() local
H A DTimeZoneDetectorServiceTest.java140 int expectedUserId = mTestCallerIdentityInjector.getCallingUserId(); in testGetCapabilitiesAndConfig() local
306 int expectedUserId = mTestCallerIdentityInjector.getCallingUserId(); in testSuggestManualTimeZone() local
435 int expectedUserId = mTestCallerIdentityInjector.getCallingUserId(); in testSetManualTimeZone() local
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/timedetector/
H A DTimeDetectorInternalImplTest.java97 int expectedUserId = mTestCurrentUserIdentityInjector.getCurrentUserId(); in testGetCapabilitiesAndConfigForDpm() local
133 int expectedUserId = mTestCurrentUserIdentityInjector.getCurrentUserId(); in testSetManualTimeZoneForDpm() local
H A DTimeDetectorServiceTest.java139 int expectedUserId = mTestCallerIdentityInjector.getCallingUserId(); in testGetCapabilitiesAndConfig() local
290 int expectedUserId = mTestCallerIdentityInjector.getCallingUserId(); in testSuggestManualTime() local
529 int expectedUserId = mTestCallerIdentityInjector.getCallingUserId(); in testSetManualTime() local
/aosp14/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
/aosp14/frameworks/base/packages/Shell/tests/src/com/android/shell/
H A DBugreportProgressServiceTest.java106 int expectedUserId, String expectedEmail, String preferredDomain) { in checkFindSendToAccount()
/aosp14/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.java71 int expectedUserId = 11 + index; in getHistoricalNotification() local
H A DNotificationHistoryManagerTest.java70 int expectedUserId = index; in getHistoricalNotification() local
/aosp14/frameworks/base/core/tests/coretests/src/android/content/
H A DAbstractCrossUserContentResolverTest.java199 public TestContentObserver(CountDownLatch latch, Uri exptectedUri, int expectedUserId) { in TestContentObserver()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/user/domain/interactor/
H A DGuestUserInteractorTest.kt187 val expectedUserId = NON_GUEST_USER_INFO.id regex
/aosp14/frameworks/base/services/core/java/com/android/server/am/
H A DContentProviderHelper.java173 final int expectedUserId = userId; in getContentProviderImpl() local
1415 long startTime, ProcessList processList, @UserIdInt int expectedUserId) { in incProviderCountLocked()