Home
last modified time | relevance | path

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

/packages/services/Telephony/src/com/android/phone/
DMobileNetworkSettings.java194 final int phoneSubId = mPhone.getSubId(); in onPreferenceTreeClick() local
217 android.provider.Settings.Global.PREFERRED_NETWORK_MODE + phoneSubId, in onPreferenceTreeClick()
242 android.provider.Settings.Global.PREFERRED_NETWORK_MODE + phoneSubId, in onPreferenceTreeClick()
531 final int phoneSubId = mPhone.getSubId(); in updateBody() local
534 log("updateBody: isLteOnCdma=" + isLteOnCdma + " phoneSubId=" + phoneSubId); in updateBody()
547 android.provider.Settings.Global.PREFERRED_NETWORK_MODE + phoneSubId, in updateBody()
572 mGsmUmtsOptions = new GsmUmtsOptions(this, prefSet, phoneSubId); in updateBody()
587 mGsmUmtsOptions = new GsmUmtsOptions(this, prefSet, phoneSubId); in updateBody()
673 mGsmUmtsOptions = new GsmUmtsOptions(this, prefSet, phoneSubId); in updateBody()
811 final int phoneSubId = mPhone.getSubId(); in onPreferenceChange() local
[all …]