HomeSort by relevance Sort by last modified time
    Searched full:updatehistory (Results 1 - 5 of 5) sorted by null

  /packages/apps/Browser/tests/src/com/android/browser/tests/
BP2UriObserverTests.java 84 assertTrue(updateHistory(toUpdate, "http://stub1.com", "Stub1: Revenge of the stubs"));
101 assertTrue(updateHistory(toUpdate, values));
  /packages/apps/Browser/tests/src/com/android/browser/tests/utils/
BP2TestCaseHelper.java 194 public boolean updateHistory(Uri uri, String url, String title) {
198 return updateHistory(uri, values);
201 public boolean updateHistory(Uri uri, ContentValues values) {
  /packages/apps/Calculator/src/com/android/calculator2/
Logic.java 144 updateHistory();
215 void updateHistory() {
Calculator.java 230 mLogic.updateHistory();
  /external/chromium/chrome/browser/resources/options/
options_page.js 73 * @param {boolean} updateHistory True if we should update the history after
77 OptionsPage.showPageByName = function(pageName, updateHistory) {
93 if (updateHistory)
130 if (updateHistory)

Completed in 3749 milliseconds