No examples for this method. 
     
 
     
      Frequently called with: [Clear]  
     
 
      
    
 
     
     
     -1 
    
 
     
     
   | java.lang.Object | |
| ↳ | android.provider.Browser.SearchColumns | 
Column definitions for the search history table, available at SEARCHES_URI. 
| 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 was deprecated in API level 11. Not used. | |||||||||
| [Expand] 
           Inherited Constants
           | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|  From interface android.provider.BaseColumns | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|  |  | ||||||||||
| [Expand] 
           Inherited Methods
           | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|  From class java.lang.Object | |||||||||||
The date the search was performed, in milliseconds since the epoch.
Type: NUMBER (date in milliseconds since January 1, 1970)
The user entered search term.
 This constant was deprecated in API level 11.
 Not used.