Searched refs:SEARCH_PAGE (Results 1 – 1 of 1) sorted by relevance
384 public static final int SEARCH_PAGE = SEARCH << PAGE_SHIFT; field in Tags385 public static final int SEARCH_SEARCH = SEARCH_PAGE + 5;386 public static final int SEARCH_STORES = SEARCH_PAGE + 6;387 public static final int SEARCH_STORE = SEARCH_PAGE + 7;388 public static final int SEARCH_NAME = SEARCH_PAGE + 8;389 public static final int SEARCH_QUERY = SEARCH_PAGE + 9;390 public static final int SEARCH_OPTIONS = SEARCH_PAGE + 0xA;391 public static final int SEARCH_RANGE = SEARCH_PAGE + 0xB;392 public static final int SEARCH_STATUS = SEARCH_PAGE + 0xC;393 public static final int SEARCH_RESPONSE = SEARCH_PAGE + 0xD;[all …]