Home
last modified time | relevance | path

Searched refs:SuppServiceNotification (Results 1 – 8 of 8) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
DSuppServiceNotification.java26 public class SuppServiceNotification { class
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/
DImsPhoneTest.java65 import com.android.internal.telephony.gsm.SuppServiceNotification;
363 SuppServiceNotification ssn = new SuppServiceNotification(); in testSuppServiceNotification()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneCallTracker.java85 import com.android.internal.telephony.gsm.SuppServiceNotification;
2198 SuppServiceNotification supp = new SuppServiceNotification();
2202 supp.code = SuppServiceNotification.MT_CODE_CALL_RETRIEVED;
2223 SuppServiceNotification supp = new SuppServiceNotification();
2227 supp.code = SuppServiceNotification.MT_CODE_CALL_ON_HOLD;
2237 SuppServiceNotification supp = new SuppServiceNotification();
DImsPhone.java100 import com.android.internal.telephony.gsm.SuppServiceNotification;
505 public void notifySuppSvcNotification(SuppServiceNotification suppSvc) { in notifySuppSvcNotification()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
DGSMPhoneTest.java.broken38 import com.android.internal.telephony.gsm.SuppServiceNotification;
1627 runTest(0, SuppServiceNotification.MO_CODE_UNCONDITIONAL_CF_ACTIVE);
1628 runTest(0, SuppServiceNotification.MO_CODE_CALL_IS_WAITING);
1629 runTest(0, SuppServiceNotification.MO_CODE_CALL_DEFLECTED);
1632 runTest(1, SuppServiceNotification.MT_CODE_FORWARDED_CALL);
1633 runTest(1, SuppServiceNotification.MT_CODE_CALL_CONNECTED_ECT);
1634 runTest(1, SuppServiceNotification.MT_CODE_ADDITIONAL_CALL_FORWARDED);
1648 SuppServiceNotification notification =
1649 (SuppServiceNotification) ar.result;
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DRadioIndication.java48 import com.android.internal.telephony.gsm.SuppServiceNotification;
251 SuppServiceNotification notification = new SuppServiceNotification(); in suppSvcNotify()
DGsmCdmaPhone.java75 import com.android.internal.telephony.gsm.SuppServiceNotification;
2314 SuppServiceNotification not = (SuppServiceNotification) ar.result; in handleMessage()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/test/
DSimulatedCommands.java52 import com.android.internal.telephony.gsm.SuppServiceNotification;
1510 SuppServiceNotification not = new SuppServiceNotification(); in triggerSsn()