OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hangupForegroundResumeBackground
(Results
1 - 9
of
9
) sorted by null
/frameworks/base/telephony/java/com/android/internal/telephony/sip/
SipCommandInterface.java
100
public void
hangupForegroundResumeBackground
(Message result) {
/frameworks/base/telephony/java/com/android/internal/telephony/cdma/
CdmaCallTracker.java
812
hangupForegroundResumeBackground
();
839
void
hangupForegroundResumeBackground
() {
840
if (Phone.DEBUG_PHONE) log("
hangupForegroundResumeBackground
");
841
cm.
hangupForegroundResumeBackground
(obtainCompleteMessage());
[
all
...]
/frameworks/base/telephony/java/com/android/internal/telephony/gsm/
GsmCallTracker.java
742
hangupForegroundResumeBackground
();
769
void
hangupForegroundResumeBackground
() {
770
if (Phone.DEBUG_PHONE) log("
hangupForegroundResumeBackground
");
771
cm.
hangupForegroundResumeBackground
(obtainCompleteMessage());
/frameworks/base/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
UsimDataDownloadCommands.java
261
public void
hangupForegroundResumeBackground
(Message result) {
/frameworks/base/telephony/java/com/android/internal/telephony/
CommandsInterface.java
[
all
...]
CallManager.java
603
public void
hangupForegroundResumeBackground
(Call heldCall) throws CallStateException {
608
Log.d(LOG_TAG, "
hangupForegroundResumeBackground
(" +heldCall + ")");
627
Log.d(LOG_TAG, "End
hangupForegroundResumeBackground
(" +heldCall + ")");
[
all
...]
RIL.java
925
hangupForegroundResumeBackground
(Message result) {
[
all
...]
/frameworks/base/telephony/java/com/android/internal/telephony/test/
SimulatedCommands.java
594
public void
hangupForegroundResumeBackground
(Message result) {
[
all
...]
/packages/apps/Phone/src/com/android/phone/
PhoneUtils.java
446
log("- hangup(Call):
hangupForegroundResumeBackground
...");
447
cm.
hangupForegroundResumeBackground
(cm.getFirstActiveBgCall());
[
all
...]
Completed in 53 milliseconds