Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfpclient/
DHfpClientConnection.java38 private HfpClientCall mCurrentCall; field in HfpClientConnection
58 mCurrentCall = Objects.requireNonNull(call); in HfpClientConnection()
74 mCurrentCall = mServiceInterface.dial(mDevice, number.getSchemeSpecificPart()); in HfpClientConnection()
75 if (mCurrentCall == null) { in HfpClientConnection()
88 Uri number = Uri.fromParts(PhoneAccount.SCHEME_TEL, mCurrentCall.getNumber(), null); in finishInitializing()
101 return mCurrentCall.getUUID(); in getUUID()
113 return mCurrentCall; in getCall()
118 && mCurrentCall != null in inConference()
119 && mCurrentCall.isMultiParty() in inConference()
124 mServiceInterface.enterPrivateMode(mDevice, mCurrentCall.getId()); in enterPrivateMode()
[all …]
/packages/apps/Car/Launcher/app/src/com/android/car/carlauncher/homescreen/audio/
DInCallModel.java83 private Call mCurrentCall; field in InCallModel
172 Bundle extras = mCurrentCall.getDetails().getExtras(); in getIntent()
215 Log.d(TAG, "No launch intent found to show in call ui for call : " + mCurrentCall); in onClick()
229 mCurrentCall = call; in onCallAdded()
243 mCurrentCall = null; in onCallRemoved()
314 if (mCurrentCall != null) { in updateModelWithContact()
315 contactName = mCurrentCall.getDetails().getCallerDisplayName(); in updateModelWithContact()
317 contactName = mCurrentCall.getDetails().getContactDisplayName(); in updateModelWithContact()
353 return mCurrentCall; in getCurrentCall()
393 mCurrentCall != null ? mCurrentCall.getDetails().getConnectTimeMillis() in createPhoneCardContent()
[all …]