HomeSort by relevance Sort by last modified time
    Searched refs:queryType (Results 1 - 5 of 5) sorted by null

  /packages/apps/Calendar/src/com/android/calendar/agenda/
AgendaWindowAdapter.java 242 int queryType;
245 public QuerySpec(int queryType) {
246 this.queryType = queryType;
256 result = prime * result + queryType;
276 || queryType != other.queryType || start != other.start
764 private DayAdapterInfo pruneAdapterInfo(int queryType) {
769 if (queryType == QUERY_TYPE_NEWER) {
771 } else if (queryType == QUERY_TYPE_OLDER)
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/research/
LogUnit.java 438 * @param queryType a String that must be {@code String.equals()} to the LogStatement type
445 private int findLastIndexBefore(final String queryType, final int startingIndex) {
446 return findLastIndexContainingKeyValueBefore(queryType, null, null, startingIndex);
453 * @param queryType a String that must be {@code String.equals()} to the LogStatement type
460 private int findLastIndexContainingKeyValue(final String queryType, final String queryKey,
462 return findLastIndexContainingKeyValueBefore(queryType, queryKey, queryValue,
470 * @param queryType a String that must be {@code String.equals()} to the LogStatement type
480 private int findLastIndexContainingKeyValueBefore(final String queryType, final String queryKey,
488 if (type.equals(queryType) && (queryKey == null
  /frameworks/ex/chips/src/com/android/ex/chips/
RecipientAlternatesAdapter.java 351 private static Cursor getCursorForConstruction(Context context, long contactId, int queryType) {
353 if (queryType == QUERY_TYPE_EMAIL) {
  /packages/apps/Calendar/src/com/android/calendar/event/
EditEventFragment.java 412 private void setModelIfDone(int queryType) {
414 mOutstandingQueries &= ~queryType;
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.updatesite_1.0.201.R36x_v20100823.jar 

Completed in 6892 milliseconds