Home
last modified time | relevance | path

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

/packages/services/Telecomm/src/com/android/server/telecom/
DPhoneAccountRegistrar.java609 UserHandle phoneAccountUserHandle = account.getAccountHandle().getUserHandle(); in isVisibleForUser() local
610 if (phoneAccountUserHandle == null) { in isVisibleForUser()
622 phoneAccountUserHandle.getIdentifier()); in isVisibleForUser()
624 return phoneAccountUserHandle.equals(userHandle); in isVisibleForUser()
DTelecomServiceImpl.java1941 PhoneAccountHandle phoneAccountUserHandle, UserHandle callingUser) { in isPhoneAccountHandleVisibleToCallingUser() argument
1943 return mPhoneAccountRegistrar.getPhoneAccount(phoneAccountUserHandle, callingUser) in isPhoneAccountHandleVisibleToCallingUser()