Searched refs:mCurrentCall (Results 1 – 2 of 2) sorted by relevance
38 private HfpClientCall mCurrentCall; field in HfpClientConnection58 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 …]
83 private Call mCurrentCall; field in InCallModel172 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 …]