HomeSort by relevance Sort by last modified time
    Searched defs:EMAIL (Results 1 - 25 of 74) sorted by null

1 2 3

  /packages/apps/Settings/src/com/android/settings/overlay/
SupportFeatureProvider.java 40 @IntDef({SupportType.EMAIL, SupportType.PHONE, SupportType.CHAT})
43 int EMAIL = 1;
  /packages/apps/Settings/src/com/android/settings/applications/
EnterpriseDefaultApps.java 37 EMAIL(new Intent[] {
  /developers/samples/android/input/autofill/AutofillFramework/afservice/src/main/java/com/example/android/autofill/service/
W3cHints.java 37 public static final String EMAIL = "email";
  /external/google-tv-pairing-protocol/java/src/com/google/polo/ssl/
CsrUtil.java 30 private static final String EMAIL = "android-tv-remote-support@google.com";
89 new GeneralName(GeneralName.rfc822Name, EMAIL)));
  /frameworks/base/core/java/android/bluetooth/
BluetoothMasInstance.java 81 public static final int EMAIL = 0x01;
SdpMasRecord.java 32 public static final int EMAIL = 0x01;
  /frameworks/opt/chips/src/com/android/ex/chips/
Queries.java 22 import android.provider.ContactsContract.CommonDataKinds.Email;
27 * Phone and Email queries for supporting Chips UI.
41 ContactsContract.CommonDataKinds.Email.MIMETYPE // 9
51 public static final Query EMAIL = new Query(new String[]{
53 Email.DATA, // 1
54 Email.TYPE, // 2
55 Email.LABEL, // 3
56 Email.CONTACT_ID, // 4
57 Email._ID, // 5
61 ContactsContract.CommonDataKinds.Email.MIMETYPE //
    [all...]
  /packages/providers/CalendarProvider/
maketests.py 6 EMAIL = "onoratoj@gmail.com"
  /test/framework/harnesses/host_controller/build/
build_provider_pab.py 63 EMAIL: string, email constant for userinfo JSON
74 _userinfo_file: location of file containing email and password
93 EMAIL = 'email'
117 "email" and "password" string fields.
121 # this should be a JSON file with "email" and "password" string fields
146 def GetXSRFToken(self, email=None, password=None):
147 """Get XSRF token. Prompt if email/password not provided.
150 email: string, optional. Gmail account of user logging i
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/mapclient/obex/
Bmessage.java 168 EMAIL, SMS_GSM, SMS_CDMA, MMS
Message.java 142 if ("EMAIL".equals(s)) {
143 return Type.EMAIL;
333 UNKNOWN, EMAIL, SMS_GSM, SMS_CDMA, MMS
  /packages/apps/Contacts/src/com/android/contacts/
SplitAggregateView.java 23 import android.provider.ContactsContract.CommonDataKinds.Email;
48 * and additional data such as a nickname, email address or phone number, whichever
58 Data.IS_PRIMARY, StructuredName.DISPLAY_NAME, Nickname.NAME, Email.DATA,
69 int EMAIL = 7;
121 String email; field in class:SplitAggregateView.RawContactInfo
133 if (email != null) {
134 return email;
179 } else if (Email.CONTENT_ITEM_TYPE.equals(mimetype)) {
205 if (info.email == null || cursor.getInt(SplitQuery.IS_PRIMARY) != 0) {
206 info.email = cursor.getString(SplitQuery.EMAIL)
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/logging/
QuickContactEvent.java 72 public static final int EMAIL = 13;
  /packages/apps/Settings/tests/robotests/src/com/android/settings/enterprise/
EnterpriseSetDefaultAppsPreferenceControllerTest.java 93 setEnterpriseSetDefaultApps(EnterpriseDefaultApps.EMAIL.getIntents(), 8);
  /developers/build/prebuilts/gradle/AutofillFramework/afservice/src/main/java/com/example/android/autofill/service/
W3cHints.java 81 public static final String EMAIL = "email";
  /developers/build/prebuilts/gradle/LNotifications/Application/src/main/java/com/example/android/lnotifications/
OtherMetadataFragment.java 298 EMAIL("email"),
  /developers/samples/android/notification/LNotifications/Application/src/main/java/com/example/android/lnotifications/
OtherMetadataFragment.java 298 EMAIL("email"),
  /development/samples/browseable/LNotifications/src/com.example.android.lnotifications/
OtherMetadataFragment.java 298 EMAIL("email"),
  /external/toolchain-utils/cros_utils/
tabulator.py 971 EMAIL = 4
1013 elif self._output_type in [self.EMAIL, self.HTML]:
1028 elif self._output_type in [self.EMAIL, self.HTML]:
1059 if self._output_type in [self.PLAIN, self.CONSOLE, self.EMAIL]:
1088 if self._output_type in [self.CONSOLE, self.PLAIN, self.EMAIL]:
1096 if self._output_type in [self.PLAIN, self.CONSOLE, self.TSV, self.EMAIL]:
1102 if self._output_type in [self.PLAIN, self.CONSOLE, self.TSV, self.EMAIL]
1240 email = GetComplexTable(runs, labels, TablePrinter.EMAIL) variable
    [all...]
  /external/sl4a/ScriptingLayerForAndroid/src/org/connectbot/
ConsoleActivity.java 130 EDIT, PREFS, EMAIL, RESIZE, COPY, PASTE;
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapUtils.java 104 NONE, EMAIL, SMS_GSM, SMS_CDMA, MMS, IM;
285 case EMAIL:
319 case EMAIL:
370 return TYPE.EMAIL;
  /packages/apps/Contacts/src/com/android/contacts/model/account/
BaseAccountType.java 23 import android.provider.ContactsContract.CommonDataKinds.Email;
81 // basic format as email addresses
107 static final int EMAIL = 15;
132 return new EditType(type, Email.getTypeLabelResource(type));
288 DataKind kind = addKind(new DataKind(Email.CONTENT_ITEM_TYPE, R.string.emailLabelsGroup,
289 Weight.EMAIL, true));
291 kind.actionBody = new SimpleInflater(Email.DATA);
292 kind.typeColumn = Email.TYPE;
294 kind.typeList.add(buildEmailType(Email.TYPE_HOME));
295 kind.typeList.add(buildEmailType(Email.TYPE_WORK))
    [all...]
  /packages/apps/Dialer/java/com/android/contacts/common/model/account/
BaseAccountType.java 23 import android.provider.ContactsContract.CommonDataKinds.Email;
103 // basic format as email addresses
127 return new EditType(type, Email.getTypeLabelResource(type));
349 new DataKind(Email.CONTENT_ITEM_TYPE, R.string.emailLabelsGroup, Weight.EMAIL, true));
351 kind.actionBody = new SimpleInflater(Email.DATA);
352 kind.typeColumn = Email.TYPE;
354 kind.typeList.add(buildEmailType(Email.TYPE_HOME));
355 kind.typeList.add(buildEmailType(Email.TYPE_WORK));
356 kind.typeList.add(buildEmailType(Email.TYPE_OTHER))
    [all...]
  /frameworks/base/core/java/android/provider/
Contacts.java 64 * Signifies an email address row that is stored in the ContactMethods table
262 * else if email is not null email.
425 * The ID of the persons preferred email.
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
BluetoothPbapVcardManager.java     [all...]

Completed in 1197 milliseconds

1 2 3