Searched refs:newForegroundCall (Results 1 – 4 of 4) sorted by relevance
58 public void onForegroundCallChanged(Context context, @Nullable DialerCall newForegroundCall) { in onForegroundCallChanged() argument59 if (newForegroundCall == null) { in onForegroundCallChanged()62 updateThemeColors(context, newForegroundCall.getAccountHandle(), newForegroundCall.isSpam()); in onForegroundCallChanged()
313 public void onForegroundCallChanged(DialerCall newForegroundCall) { in onForegroundCallChanged() argument315 if (didShowAnswerScreen && newForegroundCall != null) { in onForegroundCallChanged()316 if (newForegroundCall.getState() == State.DISCONNECTED in onForegroundCallChanged()317 || newForegroundCall.getState() == State.IDLE) { in onForegroundCallChanged()
1634 public void onForegroundCallChanged(DialerCall newForegroundCall) { in onForegroundCallChanged() argument1635 mThemeColorManager.onForegroundCallChanged(mContext, newForegroundCall); in onForegroundCallChanged()1637 mInCallActivity.onForegroundCallChanged(newForegroundCall); in onForegroundCallChanged()
148 public void onForegroundCallChanged(Call oldForegroundCall, Call newForegroundCall) { in onForegroundCallChanged() argument150 startDtmfSession(newForegroundCall); in onForegroundCallChanged()