Searched refs:History (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/core/java/android/provider/
H A DBrowser.java30 import android.provider.BrowserContract.History;
297 return cr.query(History.CONTENT_URI, new String[] { History._ID, History.VISITS },
321 values.put(History.VISITS, c.getInt(1) + 1);
323 values.put(History.USER_ENTERED, 1);
325 values.put(History.DATE_LAST_VISITED, now);
326 cr.update(ContentUris.withAppendedId(History.CONTENT_URI, c.getLong(0)),
340 values.put(History.URL, url);
341 values.put(History
[all...]
H A DBrowserContract.java438 public static final class History implements CommonColumns, HistoryColumns, ImageColumns { class in class:BrowserContract
442 private History() {} method in class:BrowserContract.History
/frameworks/base/include/androidfw/
H A DInputTransport.h351 struct History { struct in class:android::InputConsumer
377 History history[2];
378 History lastResample;
397 const History* getHistory(size_t index) const {
/frameworks/base/libs/androidfw/
H A DInputTransport.cpp691 const History* current = touchState.getHistory(0);
704 const History* other;
705 History future;

Completed in 59 milliseconds