/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 | 292 String[] emails = null; in delete() local 317 emails = null; in delete() 327 boolean success = deleteIccRecordFromEf(efType, tag, number, emails, pin2, subId); in delete() 375 String[] emails = null; in update() local 424 addIccRecordToEf(int efType, String name, String number, String[] emails, in addIccRecordToEf() argument 427 ", number=" + number + ", emails=" + emails + ", subscription=" + subId); in addIccRecordToEf() 479 private boolean deleteIccRecordFromEf(int efType, String name, String number, String[] emails, in deleteIccRecordFromEf() argument 482 ", name=" + name + ", number=" + number + ", emails=" + emails + in deleteIccRecordFromEf() 519 String[] emails = record.getEmails(); in loadRecord() local 520 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/opt/bluetooth/src/android/bluetooth/client/pbap/ |
D | BluetoothPbapCard.java | 121 List<EmailData> emails = vcard.getEmailList(); 123 if (emails != null) { 124 for (EmailData email : emails) {
|
/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 | 27 …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 | 712 as emails, and you want allow users to get the names associated with a piece of data.
|
/frameworks/base/docs/html/training/enterprise/ |
D | app-compatibility.jd | 43 emails and contacts) are on a device the enterprise does not control. </p>
|
/frameworks/base/docs/html/guide/components/ |
D | fundamentals.jd | 97 emails, another activity to compose an email, and another activity for reading emails. Although
|
D | intents-common.jd | 2600 if users have your app installed, links from emails or other web pages pointing to your web site
|
/frameworks/base/docs/html/design/wear/ |
D | watchfaces.jd | 191 notified on the wearable about items such as emails and messages. As a watch face developer,
|
/frameworks/base/docs/html/google/gcm/ |
D | server.jd | 248 has had a chance to sync. But if the user has received 25 new emails, there's no
|
/frameworks/base/docs/html/guide/topics/security/ |
D | permissions.jd | 47 emails), reading or writing another application's files, performing
|
/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 | 323 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>
|