Searched refs:phoneAccountUserHandle (Results 1 – 2 of 2) sorted by relevance
612 UserHandle phoneAccountUserHandle = account.getAccountHandle().getUserHandle(); in isVisibleForUser() local613 if (phoneAccountUserHandle == null) { in isVisibleForUser()625 phoneAccountUserHandle.getIdentifier()); in isVisibleForUser()627 return phoneAccountUserHandle.equals(userHandle); in isVisibleForUser()
2124 PhoneAccountHandle phoneAccountUserHandle, UserHandle callingUser) { in isPhoneAccountHandleVisibleToCallingUser() argument2126 return mPhoneAccountRegistrar.getPhoneAccount(phoneAccountUserHandle, callingUser) in isPhoneAccountHandleVisibleToCallingUser()