Home
last modified time | relevance | path

Searched refs:emails (Results 1 – 21 of 21) 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.java292 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/
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/opt/bluetooth/src/android/bluetooth/client/pbap/
DBluetoothPbapCard.java121 List<EmailData> emails = vcard.getEmailList();
123 if (emails != null) {
124 for (EmailData email : emails) {
/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.jd27 …gallery app, a collection of articles from a news app or a collection of emails/messages from a co…
/frameworks/base/docs/html/distribute/googleplay/families/
Dabout.jd173 If you'd like to receive occasional emails with news relating to the Designed
/frameworks/base/docs/html/training/enterprise/
Dwork-policy-ctrl.jd107 employee emails and contacts) are on a device the enterprise does not
Dapp-compatibility.jd45 emails and contacts) are on a device the enterprise does not control. </p>
/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.jd712 as emails, and you want allow users to get the names associated with a piece of data.
/frameworks/base/docs/html/guide/components/
Dfundamentals.jd97 emails, another activity to compose an email, and another activity for reading emails. Although
Dintents-common.jd2206 if users have your app installed, links from emails or other web pages pointing to your web site
/frameworks/base/docs/html/training/testing/ui-testing/
Duiautomator-testing.jd410 collection of items (for example, songs in a music album or a list of emails in an Inbox). To
/frameworks/base/docs/html/design/wear/
Dwatchfaces.jd188 notified on the wearable about items such as emails and messages. As a watch face developer,
/frameworks/base/docs/html/guide/topics/security/
Dpermissions.jd47 emails), reading or writing another application's files, performing
/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.jd323 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>