Home
last modified time | relevance | path

Searched refs:newIntentForUser (Results 1 – 1 of 1) sorted by relevance

/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/accounts/
H A DAccountManagerServiceTest.java368 ams2.onUserUnlocked(newIntentForUser(UserHandle.USER_SYSTEM)); in testRemovedAccountSync()
3329 mAms.onUserUnlocked(newIntentForUser(UserHandle.USER_SYSTEM)); in unlockSystemUser()
3332 private static Intent newIntentForUser(int userId) { in newIntentForUser() method in AccountManagerServiceTest