HomeSort by relevance Sort by last modified time
    Searched refs:getSearchBaseDomainApplyTime (Results 1 - 4 of 4) sorted by null

  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
SearchSettings.java 62 public long getSearchBaseDomainApplyTime();
SearchSettingsImpl.java 237 public long getSearchBaseDomainApplyTime() {
245 // ideally check that getSearchBaseDomainApplyTime() is not -1 before
  /packages/apps/QuickSearchBox/tests/src/com/android/quicksearchbox/
MockSearchSettings.java 74 public long getSearchBaseDomainApplyTime() {
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/google/
SearchBaseUrlHelper.java 76 long lastUpdateTime = mSearchSettings.getSearchBaseDomainApplyTime();
107 mSearchSettings.getSearchBaseDomainApplyTime());

Completed in 2074 milliseconds