Home
last modified time | relevance | path

Searched refs:History (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/core/java/android/provider/
DBrowser.java30 import android.provider.BrowserContract.History;
297 return cr.query(History.CONTENT_URI, new String[] { History._ID, History.VISITS }, in getVisitedLike()
321 values.put(History.VISITS, c.getInt(1) + 1); in updateVisitedHistory()
323 values.put(History.USER_ENTERED, 1); in updateVisitedHistory()
325 values.put(History.DATE_LAST_VISITED, now); in updateVisitedHistory()
326 cr.update(ContentUris.withAppendedId(History.CONTENT_URI, c.getLong(0)), in updateVisitedHistory()
340 values.put(History.URL, url); in updateVisitedHistory()
341 values.put(History.VISITS, visits); in updateVisitedHistory()
342 values.put(History.DATE_LAST_VISITED, now); in updateVisitedHistory()
343 values.put(History.TITLE, url); in updateVisitedHistory()
[all …]
DBrowserContract.java438 public static final class History implements CommonColumns, HistoryColumns, ImageColumns { class in BrowserContract
442 private History() {} in History() method in BrowserContract.History
/frameworks/base/include/androidfw/
DInputTransport.h351 struct History { struct
377 History history[2]; argument
378 History lastResample;
397 const History* getHistory(size_t index) const { in getHistory()
/frameworks/base/libs/androidfw/
DInputTransport.cpp691 const History* current = touchState.getHistory(0); in resampleTouchState()
704 const History* other; in resampleTouchState()
705 History future; in resampleTouchState()
/frameworks/native/opengl/specs/
DEGL_ANDROID_recordable.txt134 Revision History
DEGL_ANDROID_blob_cache.txt201 Revision History
/frameworks/base/docs/html/intl/ja/resources/tutorials/
Dhello-world.jd288 …め、ここでは緑色の矢印アイコンをクリックして実行するか、または <strong>[[]実行(Run)] &gt; [[]ヒストリーの実行(Run History)] &gt; [[]Android…
352 …カー バーをダブルクリックします)。次に、メニューから <strong>[[]実行(Run)] &gt; [[]デバッグ ヒストリー(Debug History)] &gt; [[]Hello, …
/frameworks/base/docs/html/intl/ja/guide/tutorials/
Dhello-world.jd287 …め、ここでは緑色の矢印アイコンをクリックして実行するか、または <strong>[[]実行(Run)] &gt; [[]ヒストリーの実行(Run History)] &gt; [[]Android…
351 …カー バーをダブルクリックします)。次に、メニューから <strong>[[]実行(Run)] &gt; [[]デバッグ ヒストリー(Debug History)] &gt; [[]Hello, …
/frameworks/base/docs/html/guide/topics/search/
Dadding-recent-query-suggestions.jd233 <p>Execute this from your choice of a "Clear Search History" menu item,