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

/packages/apps/DocumentsUI/tests/common/com/android/documentsui/testing/
H A DTestEvents.java49 TestEvents.builder().mouse().secondary().build();
227 public Builder secondary() { method in class:TestEvents.Builder
/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/selection/testing/
H A DTestEvents.java49 TestEvents.builder().mouse().secondary().build();
227 public Builder secondary() { method in class:TestEvents.Builder
/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/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/Contacts/src/com/android/contacts/model/account/
H A DAccountType.java358 public boolean secondary; field in class:AccountType.EditType
372 public EditType setSecondary(boolean secondary) { argument
373 this.secondary = secondary;
406 + " secondary=" + secondary
H A DBaseAccountType.java1039 protected static EditType build(int type, boolean secondary) { argument
1040 return new EditType(type, Phone.getTypeLabelResource(type)).setSecondary(secondary);
/packages/apps/Dialer/java/com/android/contacts/common/model/account/
H A DAccountType.java325 public boolean secondary; field in class:AccountType.EditType
341 public EditType setSecondary(boolean secondary) { argument
342 this.secondary = secondary;
377 + " secondary="
378 + secondary
H A DBaseAccountType.java1206 protected static EditType build(int type, boolean secondary) { argument
1207 return new EditType(type, Phone.getTypeLabelResource(type)).setSecondary(secondary);
/packages/apps/Dialer/java/com/android/incallui/
H A DCallCardPresenter.java120 private DialerCall secondary; field in class:CallCardPresenter
204 } else if (isIncomingEmergencyCall(primary) || isIncomingEmergencyCall(secondary)) {
262 DialerCall secondary = null;
273 // highest priority call to display as the secondary call.
274 secondary = getCallToDisplay(callList, null, true);
277 secondary = getCallToDisplay(callList, primary, true);
281 LogUtil.v("CallCardPresenter.onStateChange", "secondary call: " + secondary);
287 if (secondary != null) {
288 secondaryNumber = secondary
[all...]
/packages/services/Telecomm/libs/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/util/ ...
/packages/apps/Messaging/build/gcheckstyle/
H A Dgoogle-style-checker_deploy.jarMETA-INF/ META-INF/MANIFEST.MF build-data.properties com/ com/google/ com/google/ ...

Completed in 1879 milliseconds