Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DServiceStateTracker.java287 PhoneBase.NETWORK_SELECTION_KEY, ""); in onSubscriptionsChanged()
296 editor.putString(PhoneBase.NETWORK_SELECTION_KEY + subId, in onSubscriptionsChanged()
302 editor.remove(PhoneBase.NETWORK_SELECTION_KEY); in onSubscriptionsChanged()
DPhoneBase.java119 public static final String NETWORK_SELECTION_KEY = "network_selection_key"; field in PhoneBase
1063 editor.putString(NETWORK_SELECTION_KEY + subId, nsm.operatorNumeric); in updateSavedNetworkOperator()
1104 String numeric = sp.getString(NETWORK_SELECTION_KEY + getSubId(), ""); in getSavedNetworkSelection()