HomeSort by relevance Sort by last modified time
    Searched defs:defaultPhone (Results 1 - 11 of 11) sorted by null

  /packages/apps/Settings/tests/robotests/src/com/android/settings/applications/
DefaultAppSettingsTest.java 81 final DefaultPhonePreferenceController defaultPhone =
87 summaryProvider, "mDefaultPhonePreferenceController", defaultPhone);
92 when(defaultPhone.getDefaultAppLabel()).thenReturn("Phone1");
99 when(defaultPhone.getDefaultAppLabel()).thenReturn("Phone1");
105 when(defaultPhone.getDefaultAppLabel()).thenReturn("Phone1");
111 when(defaultPhone.getDefaultAppLabel()).thenReturn(null);
118 when(defaultPhone.getDefaultAppLabel()).thenReturn(null);
124 when(defaultPhone.getDefaultAppLabel()).thenReturn(null);
130 when(defaultPhone.getDefaultAppLabel()).thenReturn("Phone1");
137 when(defaultPhone.getDefaultAppLabel()).thenReturn(null)
    [all...]
  /packages/services/Telephony/src/com/android/services/telephony/
TelephonyConnectionService.java 531 final Phone defaultPhone = mPhoneFactoryProxy.getDefaultPhone();
532 final IccCard icc = defaultPhone.getIccCard();
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
CallManager.java 549 Phone defaultPhone = getDefaultPhone();
550 return ((defaultPhone == null) ? null : defaultPhone.getContext());
    [all...]
  /packages/services/Telephony/src/com/android/phone/
PhoneInterfaceManager.java     [all...]
  /external/robolectric/v3/runtime/
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 
android-all-4.4_r1-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 
android-all-6.0.0_r1-robolectric-0.jar 
android-all-4.4_r1-robolectric-1.jar 

Completed in 85 milliseconds