Searched refs:phoneAccountUserHandle (Results 1 – 2 of 2) sorted by relevance
611 UserHandle phoneAccountUserHandle = account.getAccountHandle().getUserHandle(); in isVisibleForUser() local612 if (phoneAccountUserHandle == null) { in isVisibleForUser()624 phoneAccountUserHandle.getIdentifier()); in isVisibleForUser()626 return phoneAccountUserHandle.equals(userHandle); in isVisibleForUser()
2105 PhoneAccountHandle phoneAccountUserHandle, UserHandle callingUser) { in isPhoneAccountHandleVisibleToCallingUser() argument2107 return mPhoneAccountRegistrar.getPhoneAccount(phoneAccountUserHandle, callingUser) in isPhoneAccountHandleVisibleToCallingUser()