Home
last modified time | relevance | path

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

/aosp12/packages/services/Telecomm/src/com/android/server/telecom/
H A DCall.java345 private PhoneAccountHandle mRemotePhoneAccountHandle; field in Call
1534 return mRemotePhoneAccountHandle; in getRemotePhoneAccountHandle()
1543 mRemotePhoneAccountHandle = accountHandle; in setRemotePhoneAccountHandle()
1559 if (mRemotePhoneAccountHandle != null) { in getDelegatePhoneAccountHandle()
1560 return mRemotePhoneAccountHandle; in getDelegatePhoneAccountHandle()