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

  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
TelephonyCapabilities.java 49 " Ims Phone = " + phone.getImsPhone());
51 phone.getImsPhone() != null);
GsmCdmaCallTracker.java 718 Phone imsPhone = mPhone.getImsPhone();
    [all...]
CallManager.java 401 Phone imsPhone = phone.getImsPhone();
    [all...]
ServiceStateTracker.java     [all...]
Phone.java     [all...]
  /packages/services/Telephony/src/com/android/phone/
MMIDialogActivity.java 98 if (mPhone.getImsPhone() != null) {
99 codes.addAll(mPhone.getImsPhone().getPendingMmiCodes());
CallBarringDeselectAllPreference.java 54 ImsPhone imsPhone = mPhone != null ? (ImsPhone) mPhone.getImsPhone() : null;
EmergencyCallbackModeService.java 79 && (phoneInEcm.getImsPhone() == null))) {
173 Phone imsPhone = mPhone.getImsPhone();
CallBarringEditPreference.java 259 ImsPhone imsPhone = mPhone != null ? (ImsPhone) mPhone.getImsPhone() : null;
317 ? (ImsPhone) pref.mPhone.getImsPhone() : null;
GsmUmtsCallBarringOptions.java 394 ImsPhone imsPhone = mPhone != null ? (ImsPhone) mPhone.getImsPhone() : null;
  /packages/services/Telephony/src/com/android/services/telephony/
TelephonyConnectionService.java     [all...]
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/mocks/
PhoneMock.java 874 public Phone getImsPhone() {
    [all...]
  /external/robolectric/v3/runtime/
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-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 

Completed in 160 milliseconds