Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
DSuppServiceNotification.java26 public class SuppServiceNotification { class
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DTelephonyTester.java36 import com.android.internal.telephony.gsm.SuppServiceNotification;
377 SuppServiceNotification suppServiceNotification = new SuppServiceNotification(); in sendTestSuppServiceNotification()
DRadioIndication.java111 import com.android.internal.telephony.gsm.SuppServiceNotification;
364 SuppServiceNotification notification = new SuppServiceNotification(); in suppSvcNotify()
DGsmCdmaPhone.java92 import com.android.internal.telephony.gsm.SuppServiceNotification;
2904 SuppServiceNotification not = (SuppServiceNotification) ar.result; in handleMessage()
/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/tests/telephonytests/src/com/android/internal/telephony/imsphone/
DImsPhoneTest.java77 import com.android.internal.telephony.gsm.SuppServiceNotification;
395 SuppServiceNotification ssn = new SuppServiceNotification(); in testSuppServiceNotification()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneCallTracker.java110 import com.android.internal.telephony.gsm.SuppServiceNotification;
3211 SuppServiceNotification supp = new SuppServiceNotification();
3215 supp.code = SuppServiceNotification.CODE_2_CALL_RETRIEVED;
3230 SuppServiceNotification supp = new SuppServiceNotification();
4826 SuppServiceNotification supp = new SuppServiceNotification(); in onCallHoldReceived()
4827 supp.notificationType = SuppServiceNotification.NOTIFICATION_TYPE_CODE_2; in onCallHoldReceived()
4828 supp.code = SuppServiceNotification.CODE_2_CALL_ON_HOLD; in onCallHoldReceived()
DImsPhone.java108 import com.android.internal.telephony.gsm.SuppServiceNotification;
692 public void notifySuppSvcNotification(SuppServiceNotification suppSvc) { in notifySuppSvcNotification()
/frameworks/base/config/
Dpreloaded-classes9031 com.android.internal.telephony.gsm.SuppServiceNotification
Dboot-image-profile.txt49821 Lcom/android/internal/telephony/gsm/SuppServiceNotification;