Home
last modified time | relevance | path

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

/packages/apps/Dialer/java/com/android/incallui/multisim/
DSwapSimWorker.java60 private final PhoneAccountHandle otherAccount; field in SwapSimWorker
72 PhoneAccountHandle otherAccount, in SwapSimWorker() argument
74 this(context, call, callList, otherAccount, lock, DEFAULT_TIMEOUT_MILLIS); in SwapSimWorker()
82 PhoneAccountHandle otherAccount, in SwapSimWorker() argument
89 this.otherAccount = otherAccount; in SwapSimWorker()
105 .reportIncorrectSuggestion(context, number, otherAccount); in doInBackground()
118 extras.putParcelable(TelecomManager.EXTRA_PHONE_ACCOUNT_HANDLE, otherAccount); in doInBackground()
/packages/apps/Dialer/java/com/android/incallui/
DCallButtonPresenter.java69 private PhoneAccountHandle otherAccount; field in CallButtonPresenter
342 otherAccount, in swapSimClicked()
489 otherAccount = TelecomUtil.getOtherAccount(getContext(), call.getAccountHandle()); in updateButtonsState()
492 && otherAccount != null in updateButtonsState()