HomeSort by relevance Sort by last modified time
    Searched refs:SuppService (Results 1 - 17 of 17) sorted by null

  /packages/services/Telephony/src/com/android/phone/
CallNotifier.java 544 if (r.result == Phone.SuppService.CONFERENCE) {
548 } else if (r.result == Phone.SuppService.RESUME) {
552 } else if (r.result == Phone.SuppService.HOLD) {
556 } else if (r.result == Phone.SuppService.TRANSFER) {
560 } else if (r.result == Phone.SuppService.SEPARATE) {
564 } else if (r.result == Phone.SuppService.SWITCH) {
568 } else if (r.result == Phone.SuppService.REJECT) {
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
GsmCdmaCallTracker.java     [all...]
PhoneInternalInterface.java 63 enum SuppService {
    [all...]
TelephonyTester.java 218 imsPhone.notifySuppServiceFailed(PhoneInternalInterface.SuppService.values()[code]);
GsmCdmaPhone.java 663 public void notifySuppServiceFailed(SuppService code) {
    [all...]
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/
ImsPhoneTest.java 184 assertEquals(Phone.SuppService.HANGUP,
211 assertEquals(Phone.SuppService.SEPARATE,
250 assertEquals(Phone.SuppService.TRANSFER,
267 assertEquals(Phone.SuppService.UNKNOWN,
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
ImsPhone.java 426 notifySuppServiceFailed(Phone.SuppService.REJECT);
491 notifySuppServiceFailed(Phone.SuppService.HANGUP);
503 notifySuppServiceFailed(Phone.SuppService.HANGUP);
518 notifySuppServiceFailed(Phone.SuppService.SEPARATE);
530 notifySuppServiceFailed(Phone.SuppService.SWITCH);
557 notifySuppServiceFailed(Phone.SuppService.TRANSFER);
568 notifySuppServiceFailed(Phone.SuppService.UNKNOWN);
    [all...]
ImsPhoneBase.java 234 public void notifySuppServiceFailed(SuppService code) {
ImsPhoneCallTracker.java     [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
SipPhoneBase.java 186 void notifySuppServiceFailed(SuppService code) {
  /external/robolectric/v3/runtime/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 
android-all-6.0.0_r1-robolectric-0.jar 

Completed in 406 milliseconds