Home
last modified time | relevance | path

Searched refs:STR_NEW_EMAILS (Results 1 – 4 of 4) sorted by relevance

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DSimPhoneBookTest.java86 values.put(IccProvider.STR_NEW_EMAILS, ""); in testBasic()
104 values.put(IccProvider.STR_NEW_EMAILS, ""); in testBasic()
123 values.put(IccProvider.STR_NEW_EMAILS, ""); in testBasic()
137 values.put(IccProvider.STR_NEW_EMAILS, ""); in testBasic()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/uicc/
DIccPhoneBookInterfaceManagerTest.java189 values.put(IccProvider.STR_NEW_EMAILS, ""); in testUpdateAdnRecord()
218 values.put(IccProvider.STR_NEW_EMAILS, ""); in testUpdateAdnRecordByPbCache()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DIccProvider.java81 public static final String STR_NEW_EMAILS = "newEmails"; field in IccProvider
233 values.put(STR_NEW_EMAILS, emails); in insert()
DIccPhoneBookInterfaceManager.java177 final String newEmail = values.getAsString(IccProvider.STR_NEW_EMAILS); in generateAdnRecordWithNewTagByContentValues()