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.java611 UserHandle phoneAccountUserHandle = account.getAccountHandle().getUserHandle(); in isVisibleForUser() local
612 if (phoneAccountUserHandle == null) { in isVisibleForUser()
624 phoneAccountUserHandle.getIdentifier()); in isVisibleForUser()
626 return phoneAccountUserHandle.equals(userHandle); in isVisibleForUser()
DTelecomServiceImpl.java2105 PhoneAccountHandle phoneAccountUserHandle, UserHandle callingUser) { in isPhoneAccountHandleVisibleToCallingUser() argument
2107 return mPhoneAccountRegistrar.getPhoneAccount(phoneAccountUserHandle, callingUser) in isPhoneAccountHandleVisibleToCallingUser()