Searched refs:getUserAccount (Results 1 – 4 of 4) sorted by relevance
54 String getUserAccount(int userHandle); in getUserAccount() method
1576 public @Nullable String getUserAccount(@UserIdInt int userHandle) { in getUserAccount() method in UserManager1578 return mService.getUserAccount(userHandle); in getUserAccount()
74 assertEquals(accountName, um.getUserAccount(tempUserId)); in testAddUserWithAccount()
488 public String getUserAccount(int userId) { in getUserAccount() method in UserManagerService