Home
last modified time | relevance | path

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

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DSimPhoneBookTest.java98 values.put(IccProvider.STR_TAG, firstAdn.getAlphaTag()); in testBasic()
117 values.put(IccProvider.STR_TAG, secondAdn.getAlphaTag()); in testBasic()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DIccProvider.java69 public static final String STR_TAG = "tag"; field in IccProvider
225 String tag = initialValues.getAsString(STR_TAG); in insert()
348 if (STR_TAG.equals(key)) { in delete()
362 values.put(STR_TAG, tag); in delete()
DUiccPhoneBookController.java53 values.put(IccProvider.STR_TAG, oldTag); in updateAdnRecordsInEfBySearch()
DIccPhoneBookInterfaceManager.java160 final String oldTag = values.getAsString(IccProvider.STR_TAG); in generateAdnRecordWithOldTagByContentValues()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/uicc/
DIccPhoneBookInterfaceManagerTest.java183 values.put(IccProvider.STR_TAG, ""); in testUpdateAdnRecord()
212 values.put(IccProvider.STR_TAG, ""); in testUpdateAdnRecordByPbCache()