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

  /frameworks/base/core/java/android/provider/
Browser.java 31 import android.provider.BrowserContract.Searches;
120 * A table containing a log of browser searches. The columns of the table are defined in
125 public static final Uri SEARCHES_URI = Uri.parse("content://browser/searches");
529 * Add a search string to the searches database.
533 * @param search The string to add to the searches database.
536 // The content provider will take care of updating existing searches instead of duplicating
538 values.put(Searches.SEARCH, search);
539 values.put(Searches.DATE, System.currentTimeMillis());
540 cr.insert(Searches.CONTENT_URI, values);
544 * Remove all searches from the search database
    [all...]
BrowserContract.java 464 public static final class Searches {
465 private Searches() {}
470 public static final Uri CONTENT_URI = Uri.withAppendedPath(AUTHORITY_URI, "searches");
475 public static final String CONTENT_TYPE = "vnd.android.cursor.dir/searches";
480 public static final String CONTENT_ITEM_TYPE = "vnd.android.cursor.item/searches";
  /packages/apps/Browser/src/com/android/browser/provider/
BrowserProvider2.java 49 import android.provider.BrowserContract.Searches;
97 static final String TABLE_SEARCHES = "searches";
160 static final int SEARCHES = 3000;
218 matcher.addURI(authority, "searches", SEARCHES);
219 matcher.addURI(authority, "searches/#", SEARCHES_ID);
231 matcher.addURI(LEGACY_AUTHORITY, "searches", SEARCHES);
232 matcher.addURI(LEGACY_AUTHORITY, "searches/#", SEARCHES_ID);
358 // Searches
    [all...]
  /external/regex-re2/re2/
dfa.cc 62 // Searches for the regular expression in text, which is considered
187 // Indices into start_ for unanchored searches.
188 // Add kStartAnchored for anchored searches.
    [all...]
  /external/expat/conftools/
ltmain.sh     [all...]
  /external/expat/
libtool     [all...]
  /external/libcap-ng/libcap-ng-0.7/
ltmain.sh     [all...]
  /external/libmtp/
ltmain.sh     [all...]
  /external/libogg/
ltmain.sh     [all...]
  /external/libpng/
ltmain.sh     [all...]
  /external/libusb/
ltmain.sh     [all...]
  /external/libusb-compat/
ltmain.sh     [all...]
  /external/libvorbis/
ltmain.sh     [all...]
  /external/open-vcdiff/
ltmain.sh     [all...]
  /external/openfst/
ltmain.sh     [all...]
  /external/protobuf/gtest/build-aux/
ltmain.sh     [all...]
  /external/protobuf/
ltmain.sh     [all...]
  /external/qemu/distrib/sdl-1.2.15/build-scripts/
ltmain.sh     [all...]

Completed in 986 milliseconds