OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:oldForegroundCall
(Results
1 - 2
of
2
) sorted by null
/packages/services/Telecomm/src/com/android/server/telecom/
DtmfLocalTonePlayer.java
148
public void onForegroundCallChanged(Call
oldForegroundCall
, Call newForegroundCall) {
149
endDtmfSession(
oldForegroundCall
);
CallAudioManager.java
604
Call
oldForegroundCall
= mForegroundCall;
623
if (mForegroundCall !=
oldForegroundCall
) {
626
mDtmfLocalTonePlayer.onForegroundCallChanged(
oldForegroundCall
, mForegroundCall);
Completed in 68 milliseconds