Home
last modified time | relevance | path

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

/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A 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()
/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/uicc/
H A DIccPhoneBookInterfaceManagerTest.java183 values.put(IccProvider.STR_NEW_EMAILS, ""); in testUpdateAdnRecord()
212 values.put(IccProvider.STR_NEW_EMAILS, ""); in testUpdateAdnRecordByPbCache()
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DIccProvider.java80 public static final String STR_NEW_EMAILS = "newEmails"; field in IccProvider
232 values.put(STR_NEW_EMAILS, emails); in insert()
H A DIccPhoneBookInterfaceManager.java180 final String newEmail = values.getAsString(IccProvider.STR_NEW_EMAILS); in generateAdnRecordWithNewTagByContentValues()