Home
last modified time | relevance | path

Searched refs:emails (Results 1 – 15 of 15) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
DAdnRecord.java82 String[] emails;
88 emails = source.readStringArray();
90 return new AdnRecord(efid, recordNumber, alphaTag, number, emails);
115 public AdnRecord (String alphaTag, String number, String[] emails) { in AdnRecord() argument
116 this(0, 0, alphaTag, number, emails); in AdnRecord()
119 public AdnRecord (int efid, int recordNumber, String alphaTag, String number, String[] emails) { in AdnRecord() argument
124 this.mEmails = emails; in AdnRecord()
149 public void setEmails(String[] emails) { in setEmails() argument
150 this.mEmails = emails; in setEmails()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DIccProvider.java200 String[] emails = null; in delete() local
221 emails = null; in delete()
235 boolean success = deleteIccRecordFromEf(efType, tag, number, emails, pin2); in delete()
268 String[] emails = null; in update() local
316 addIccRecordToEf(int efType, String name, String number, String[] emails, String pin2) { in addIccRecordToEf() argument
318 ", number=" + number + ", emails=" + emails); in addIccRecordToEf()
368 private boolean deleteIccRecordFromEf(int efType, String name, String number, String[] emails, in deleteIccRecordFromEf() argument
371 ", name=" + name + ", number=" + number + ", emails=" + emails + ", pin2=" + pin2); in deleteIccRecordFromEf()
407 String[] emails = record.getEmails(); in loadRecord() local
408 if (emails != null) { in loadRecord()
[all …]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
DUsimPhoneBookManager.java214 String[] emails = new String[1]; in updatePhoneAdnRecord() local
216 emails[0] = readEmailRecord(recNum - 1); in updatePhoneAdnRecord()
219 rec.setEmails(emails); in updatePhoneAdnRecord()
222 rec = new AdnRecord("", "", emails); in updatePhoneAdnRecord()
250 String[] emails = new String[emailList.size()]; in updatePhoneAdnRecord() local
251 System.arraycopy(emailList.toArray(), 0, emails, 0, emailList.size()); in updatePhoneAdnRecord() local
252 rec.setEmails(emails); in updatePhoneAdnRecord()
/frameworks/base/docs/html/design/patterns/
Dswipe-views.jd20 related data items, such as images, chats, or emails, and then pick one of the items to see the
Dwidgets.jd26 …gallery app, a collection of articles from a news app or a collection of emails/messages from a co…
/frameworks/base/docs/html/training/cloudsync/
Dgcm.jd115 number of syncs the device has to do. For instance, if there are 10 emails
/frameworks/base/docs/html/training/contacts-provider/
Dretrieve-details.jd283 Retrieving a specific data type for a contact, such as all the emails, follows the same pattern
Dretrieve-names.jd710 as emails, and you want allow users to get the names associated with a piece of data.
/frameworks/base/docs/html/guide/components/
Dfundamentals.jd119 emails, another activity to compose an email, and another activity for reading emails. Although
/frameworks/base/docs/html/google/gcm/
Dadv.jd203 …pplication has had a chance to sync. But if the user has received 25 new emails, there's no need t…
/frameworks/base/docs/html/tools/testing/
Dtesting_ui.jd216 <dd>Represents a collection of items, for example songs in a music album or a list of emails in an …
/frameworks/base/docs/html/guide/topics/media/
Dmediaplayer.jd401 <p>Services are often used for performing background tasks, such as fetching emails,
/frameworks/base/docs/html/guide/topics/ui/notifiers/
Dnotifications.jd420 For example, Gmail notifies the user that new emails have arrived by increasing its count of
/frameworks/base/docs/html/about/versions/
Dandroid-4.1.jd703 … <dd>For notifications that include a list of strings, such as snippets from multiple emails.</dd>
Dandroid-4.0-highlights.jd314 consistent, personal experience everywhere &mdash; from incoming calls to emails.</div>