to top
Android APIs
public static class

Browser.SearchColumns

extends Object
implements BaseColumns
java.lang.Object
   ↳ android.provider.Browser.SearchColumns

Class Overview

Column definitions for the search history table, available at SEARCHES_URI.

Summary

Constants
String DATE The date the search was performed, in milliseconds since the epoch.
String SEARCH The user entered search term.
String URL This constant is deprecated. Not used.
[Expand]
Inherited Constants
From interface android.provider.BaseColumns
Public Constructors
Browser.SearchColumns()
[Expand]
Inherited Methods
From class java.lang.Object

Constants

public static final String DATE

Since: API Level 1

The date the search was performed, in milliseconds since the epoch.

Type: NUMBER (date in milliseconds since January 1, 1970)

Constant Value: "date"

public static final String SEARCH

Since: API Level 1

The user entered search term.

Constant Value: "search"

public static final String URL

Since: API Level 1

This constant is deprecated.
Not used.

Constant Value: "url"

Public Constructors

public Browser.SearchColumns ()

Since: API Level 1