Searched defs:secondary (Results 1 - 7 of 7) sorted by relevance

/packages/apps/Settings/src/com/android/settings/widget/
H A DChartNetworkSeriesView.java155 public void setSecondary(boolean secondary) { argument
156 mSecondary = secondary;
/packages/apps/UnifiedEmail/src/com/android/mail/lib/base/
H A DCharEscapers.java862 * secondary one if there is no escaping.
866 * character, it will use the secondary escaper. If the secondary escaper has
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
875 * @param secondary The secondary {@code CharEscaper} to use if the first one
880 CharEscaper secondary) {
882 checkNotNull(secondary);
883 return new FallThroughCharEscaper(primary, secondary);
879 fallThrough(CharEscaper primary, CharEscaper secondary) argument
1084 private final CharEscaper secondary; 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.java862 * secondary one if there is no escaping.
866 * character, it will use the secondary escaper. If the secondary escaper has
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
875 * @param secondary The secondary {@code CharEscaper} to use if the first one
880 CharEscaper secondary) {
882 checkNotNull(secondary);
883 return new FallThroughCharEscaper(primary, secondary);
879 fallThrough(CharEscaper primary, CharEscaper secondary) argument
1084 private final CharEscaper secondary; field in class:CharEscapers.FallThroughCharEscaper
1086 FallThroughCharEscaper(CharEscaper primary, CharEscaper secondary) argument
[all...]
/packages/experimental/LoaderApp/src/com/android/loaderapp/model/
H A DContactsSource.java196 public boolean secondary; field in class:ContactsSource.DataKind
249 public boolean secondary; field in class:ContactsSource.EditType
259 public EditType setSecondary(boolean secondary) { argument
260 this.secondary = secondary;
/packages/apps/ContactsCommon/src/com/android/contacts/common/model/account/
H A DAccountType.java350 public boolean secondary; field in class:AccountType.EditType
364 public EditType setSecondary(boolean secondary) { argument
365 this.secondary = secondary;
398 + " secondary=" + secondary
H A DBaseAccountType.java1058 protected static EditType build(int type, boolean secondary) { argument
1059 return new EditType(type, Phone.getTypeLabelResource(type)).setSecondary(secondary);
/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 647 milliseconds