Searched refs:NETWORK_SELECTION_KEY (Results 1 – 2 of 2) sorted by relevance
285 String oldNetworkSelection = sp.getString(PhoneBase.NETWORK_SELECTION_KEY, in onSubscriptionsChanged()292 editor.putString(PhoneBase.NETWORK_SELECTION_KEY + subId, in onSubscriptionsChanged()295 editor.remove(PhoneBase.NETWORK_SELECTION_KEY); in onSubscriptionsChanged()
114 public static final String NETWORK_SELECTION_KEY = "network_selection_key"; field in PhoneBase915 editor.putString(NETWORK_SELECTION_KEY + subId, nsm.operatorNumeric); in updateSavedNetworkOperator()955 return sp.getString(NETWORK_SELECTION_KEY + getSubId(), ""); in getSavedNetworkSelection()