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()64 getHighlightColor(context, newForegroundCall.getAccountHandle()), in onForegroundCallChanged()65 newForegroundCall.isSpam()); in onForegroundCallChanged()
1848 public void onForegroundCallChanged(DialerCall newForegroundCall) { in onForegroundCallChanged() argument1849 themeColorManager.onForegroundCallChanged(context, newForegroundCall); in onForegroundCallChanged()1851 inCallActivity.onForegroundCallChanged(newForegroundCall); in onForegroundCallChanged()
875 public void onForegroundCallChanged(DialerCall newForegroundCall) { in onForegroundCallChanged() argument878 if (newForegroundCall == null || !didShowAnswerScreen) { in onForegroundCallChanged()
148 public void onForegroundCallChanged(Call oldForegroundCall, Call newForegroundCall) { in onForegroundCallChanged() argument150 startDtmfSession(newForegroundCall); in onForegroundCallChanged()