Searched refs:newPhoneAccountHandle (Results 1 – 1 of 1) sorted by relevance
479 PhoneAccountHandle newPhoneAccountHandle = mTelecomCall.getDetails().getAccountHandle(); in updateFromTelecomCall() local480 if (!Objects.equals(mPhoneAccountHandle, newPhoneAccountHandle)) { in updateFromTelecomCall()481 mPhoneAccountHandle = newPhoneAccountHandle; in updateFromTelecomCall()