Searched defs:NETWORK_SELECTION_KEY (Results 1 - 1 of 1) sorted by path

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DPhoneBase.java119 public static final String NETWORK_SELECTION_KEY = "network_selection_key"; field in class:PhoneBase
1063 editor.putString(NETWORK_SELECTION_KEY + subId, nsm.operatorNumeric);
1104 String numeric = sp.getString(NETWORK_SELECTION_KEY + getSubId(), "");

Completed in 25 milliseconds