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.java451 UserHandle phoneAccountUserHandle = account.getAccountHandle().getUserHandle(); in isVisibleForUser() local
452 if (phoneAccountUserHandle == null) { in isVisibleForUser()
464 phoneAccountUserHandle.getIdentifier()); in isVisibleForUser()
466 return phoneAccountUserHandle.equals(userHandle); in isVisibleForUser()
DTelecomServiceImpl.java1251 PhoneAccountHandle phoneAccountUserHandle, UserHandle callingUser) { in isPhoneAccountHandleVisibleToCallingUser() argument
1252 return mPhoneAccountRegistrar.getPhoneAccount(phoneAccountUserHandle, callingUser) != null; in isPhoneAccountHandleVisibleToCallingUser()