Home
last modified time | relevance | path

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

/packages/services/Telecomm/src/com/android/server/telecom/
DCall.java1125 PhoneAccountHandle remotePhoneAccountHandle = getRemotePhoneAccountHandle(); in getDescription() local
1129 && targetPhoneAccountHandle.equals(remotePhoneAccountHandle); in getDescription()
1146 if (!isTargetSameAsRemote && remotePhoneAccountHandle != null) { in getDescription()
1148 if (delegatePhoneAccountHandle.equals(remotePhoneAccountHandle)) { in getDescription()
1153 s.append(remotePhoneAccountHandle); in getDescription()