Searched refs:CF_ID (Results 1 – 2 of 2) sorted by relevance
282 public static final String CF_ID = "cf_id_key"; field in Phone2194 String subscriberId = sp.getString(CF_ID, null); in getCallForwardingIndicatorFromSharedPref()2211 editor.remove(CF_ID); in getCallForwardingIndicatorFromSharedPref()
1138 editor.putString(Phone.CF_ID, imsi); in testCallForwardingIndicator()1144 assertEquals(null, sp.getString(Phone.CF_ID, null)); in testCallForwardingIndicator()1146 sp.getInt(Phone.CF_ID, IccRecords.CALL_FORWARDING_STATUS_UNKNOWN)); in testCallForwardingIndicator()