/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/ |
D | AdnRecord.java | 82 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/ |
D | IccProvider.java | 200 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/ |
D | UsimPhoneBookManager.java | 214 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/ |
D | swipe-views.jd | 20 related data items, such as images, chats, or emails, and then pick one of the items to see the
|
D | widgets.jd | 26 …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/ |
D | gcm.jd | 115 number of syncs the device has to do. For instance, if there are 10 emails
|
/frameworks/base/docs/html/training/contacts-provider/ |
D | retrieve-details.jd | 283 Retrieving a specific data type for a contact, such as all the emails, follows the same pattern
|
D | retrieve-names.jd | 710 as emails, and you want allow users to get the names associated with a piece of data.
|
/frameworks/base/docs/html/guide/components/ |
D | fundamentals.jd | 119 emails, another activity to compose an email, and another activity for reading emails. Although
|
/frameworks/base/docs/html/google/gcm/ |
D | adv.jd | 203 …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/ |
D | testing_ui.jd | 216 <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/ |
D | mediaplayer.jd | 401 <p>Services are often used for performing background tasks, such as fetching emails,
|
/frameworks/base/docs/html/guide/topics/ui/notifiers/ |
D | notifications.jd | 420 For example, Gmail notifies the user that new emails have arrived by increasing its count of
|
/frameworks/base/docs/html/about/versions/ |
D | android-4.1.jd | 703 … <dd>For notifications that include a list of strings, such as snippets from multiple emails.</dd>
|
D | android-4.0-highlights.jd | 314 consistent, personal experience everywhere — from incoming calls to emails.</div>
|