Searched refs:phoneAccountUserHandle (Results 1 – 2 of 2) sorted by relevance
451 UserHandle phoneAccountUserHandle = account.getAccountHandle().getUserHandle(); in isVisibleForUser() local452 if (phoneAccountUserHandle == null) { in isVisibleForUser()464 phoneAccountUserHandle.getIdentifier()); in isVisibleForUser()466 return phoneAccountUserHandle.equals(userHandle); in isVisibleForUser()
1251 PhoneAccountHandle phoneAccountUserHandle, UserHandle callingUser) { in isPhoneAccountHandleVisibleToCallingUser() argument1252 return mPhoneAccountRegistrar.getPhoneAccount(phoneAccountUserHandle, callingUser) != null; in isPhoneAccountHandleVisibleToCallingUser()