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

  /packages/services/Telephony/src/com/android/phone/
MobileNetworkSettings.java 348 final int phoneSubId = mPhone.getSubId();
370 android.provider.Settings.Global.PREFERRED_NETWORK_MODE + phoneSubId,
394 android.provider.Settings.Global.PREFERRED_NETWORK_MODE + phoneSubId,
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
PhoneFactory.java 321 public static int calculatePreferredNetworkType(Context context, int phoneSubId) {
323 android.provider.Settings.Global.PREFERRED_NETWORK_MODE + phoneSubId,
325 Rlog.d(LOG_TAG, "calculatePreferredNetworkType: phoneSubId = " + phoneSubId +
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DcTracker.java 392 int phoneSubId = mPhone.getSubId();
395 log("onDataReconnect: currSubId = " + currSubId + " phoneSubId=" + phoneSubId);
398 // FIXME STOPSHIP - phoneSubId is coming up as -1 way after boot and failing this?
399 if (!SubscriptionManager.isValidSubscriptionId(currSubId) || (currSubId != phoneSubId)) {
    [all...]
  /external/robolectric/v3/runtime/
android-all-5.1.1_r9-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
  /prebuilts/misc/common/robolectric/lib/
android-all-6.0.0_r1-robolectric-0.jar 
android-all-5.0.0_r2-robolectric-1.jar 

Completed in 125 milliseconds