/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() 161 public void setEmails(String[] emails) { in setEmails() argument 162 this.mEmails = emails; in setEmails()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | IccProvider.java | 295 String[] emails = null; in delete() local 320 emails = null; in delete() 330 boolean success = deleteIccRecordFromEf(efType, tag, number, emails, pin2, subId); in delete() 378 String[] emails = null; in update() local 428 addIccRecordToEf(int efType, String name, String number, String[] emails, in addIccRecordToEf() argument 431 ", name=" + name + ", number=" + number + ", emails=" + emails + in addIccRecordToEf() 484 private boolean deleteIccRecordFromEf(int efType, String name, String number, String[] emails, in deleteIccRecordFromEf() argument 488 ", name=" + name + ", number=" + number + ", emails=" + emails + in deleteIccRecordFromEf() 525 String[] emails = record.getEmails(); in loadRecord() local 526 if (emails != null) { in loadRecord() [all …]
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/ |
D | UsimPhoneBookManager.java | 437 String[] emails = new String[emailList.size()]; in updatePhoneAdnRecord() local 438 System.arraycopy(emailList.toArray(), 0, emails, 0, emailList.size()); in updatePhoneAdnRecord() local 439 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 | 27 …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/ |
D | about.jd | 173 If you'd like to receive occasional emails with news relating to the Designed
|
/frameworks/base/docs/html/topic/libraries/support-library/ |
D | index.jd | 155 emails, contacts, music albums, and so on. Those apps can use the support
|
/frameworks/base/docs/html/preview/features/ |
D | notification-updates.jd | 284 received emails.</p>
|
/frameworks/base/docs/html/work/ |
D | managed-profiles.jd | 38 emails and contacts) are on a device the enterprise does not control. </p>
|
/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/guide/components/ |
D | fundamentals.jd | 98 emails, another activity to compose an email, and another activity for reading emails. Although
|
D | intents-common.jd | 2277 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 | 188 notified on the wearable about items such as emails and messages. As a watch face developer,
|
/frameworks/base/docs/html/training/testing/ui-testing/ |
D | uiautomator-testing.jd | 432 collection of items (for example, songs in a music album or a list of emails in an Inbox). To
|
/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/security/ |
D | permissions.jd | 92 emails), reading or writing another application's files, performing
|
/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>
|
/frameworks/base/docs/html/preview/ |
D | support.jd | 1250 <li>In the Gmail app, direct archiving of emails included in a notification
|