Searched defs:primary (Results 1 - 5 of 5) sorted by relevance

/packages/apps/UnifiedEmail/src/com/android/mail/lib/base/
H A DCharEscapers.java861 * characters using a primary {@code CharEscaper} first and falls back to a
865 * primary escaper, and if the primary escaper has no escaping for that
868 * If the primary escaper has an escape for a character, the secondary escaper
870 * primary is not run through the secondary. For a case where you would like
874 * @param primary The primary {@code CharEscaper} to use
879 public static CharEscaper fallThrough(CharEscaper primary, argument
881 checkNotNull(primary);
883 return new FallThroughCharEscaper(primary, secondar
1083 private final CharEscaper primary; field in class:CharEscapers.FallThroughCharEscaper
1086 FallThroughCharEscaper(CharEscaper primary, CharEscaper secondary) argument
[all...]
/packages/apps/UnifiedEmail/src/com/google/android/mail/common/base/
H A DCharEscapers.java861 * characters using a primary {@code CharEscaper} first and falls back to a
865 * primary escaper, and if the primary escaper has no escaping for that
868 * If the primary escaper has an escape for a character, the secondary escaper
870 * primary is not run through the secondary. For a case where you would like
874 * @param primary The primary {@code CharEscaper} to use
879 public static CharEscaper fallThrough(CharEscaper primary, argument
881 checkNotNull(primary);
883 return new FallThroughCharEscaper(primary, secondar
1083 private final CharEscaper primary; field in class:CharEscapers.FallThroughCharEscaper
1086 FallThroughCharEscaper(CharEscaper primary, CharEscaper secondary) argument
[all...]
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
H A DLegacyContactsProviderTest.java152 // Non-primary
164 // Remove the original primary organization
196 // Non-primary
213 // Remove the primary phone number
267 // Non-primary
285 // Remove the primary email
525 String auxData, boolean primary) {
538 values.put(ContactMethods.ISPRIMARY, primary ? 1 : 0);
524 assertContactMethodInsert(int kind, int type, String label, String data, String auxData, boolean primary) argument
H A DBaseContactsProvider2Test.java238 protected Uri insertOrganization(long rawContactId, ContentValues values, boolean primary) { argument
242 if (primary) {
254 protected Uri insertPhoneNumber(long rawContactId, String phoneNumber, boolean primary) { argument
255 return insertPhoneNumber(rawContactId, phoneNumber, primary, Phone.TYPE_HOME);
258 protected Uri insertPhoneNumber(long rawContactId, String phoneNumber, boolean primary, argument
265 if (primary) {
277 protected Uri insertEmail(long rawContactId, String email, boolean primary) { argument
278 return insertEmail(rawContactId, email, primary, Email.TYPE_HOME, null);
281 protected Uri insertEmail(long rawContactId, String email, boolean primary, argument
283 return insertEmail(rawContactId, email, primary, superPrimar
286 insertEmail(long rawContactId, String email, boolean primary, int type, String label) argument
291 insertEmail(long rawContactId, String email, boolean primary, boolean superPrimary, int type, String label) argument
314 insertSipAddress(long rawContactId, String sipAddress, boolean primary) argument
[all...]
/packages/services/Telecomm/libs/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/util/ ...

Completed in 239 milliseconds