Home
last modified time | relevance | path

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

/frameworks/base/services/tests/timetests/src/com/android/server/timezonedetector/
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
DTimeZoneDetectorInternalImplTest.java107 int expectedUserId = mTestCurrentUserIdentityInjector.getCurrentUserId(); in testGetCapabilitiesAndConfigForDpm() local
148 int expectedUserId = mTestCurrentUserIdentityInjector.getCurrentUserId(); in testSetManualTimeZoneForDpm() local
/frameworks/base/services/tests/timetests/src/com/android/server/timedetector/
DTimeDetectorInternalImplTest.java97 int expectedUserId = mTestCurrentUserIdentityInjector.getCurrentUserId(); in testGetCapabilitiesAndConfigForDpm() local
133 int expectedUserId = mTestCurrentUserIdentityInjector.getCurrentUserId(); in testSetManualTimeZoneForDpm() local
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
/frameworks/base/core/tests/coretests/src/android/app/
DNotificationHistoryTest.java55 int expectedUserId = 11 + index; in getHistoricalNotification() local
86 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.java71 int expectedUserId = 11 + index; in getHistoricalNotification() local
DNotificationHistoryManagerTest.java70 int expectedUserId = index; in getHistoricalNotification() local
/frameworks/base/core/tests/coretests/src/android/content/
DAbstractCrossUserContentResolverTest.java199 public TestContentObserver(CountDownLatch latch, Uri exptectedUri, int expectedUserId) { in TestContentObserver()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/user/domain/interactor/
DGuestUserInteractorTest.kt201 val expectedUserId = NON_GUEST_USER_INFO.id in exit_returnsToLastNonGuest() constant
/frameworks/base/services/core/java/com/android/server/am/
DContentProviderHelper.java179 final int expectedUserId = userId; in getContentProviderImpl() local
1446 long startTime, ProcessList processList, @UserIdInt int expectedUserId) { in incProviderCountLocked()