Searched refs:refresh (Results 1 - 25 of 36) sorted by relevance

12

/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
H A DShortcutRefresher.java39 * Starts a task to refresh a single shortcut.
44 void refresh(Suggestion shortcut, Listener listener); method in interface:ShortcutRefresher
H A DShortcutCursor.java93 * @param shortcut The shortcut to refresh. Should be a shortcut taken from this cursor.
95 public void refresh(Suggestion shortcut) { method in class:ShortcutCursor
96 mRefresher.refresh(shortcut, new ShortcutRefresher.Listener() {
103 refresh(source, shortcutId, refreshed);
115 private void refresh(Source source, String shortcutId, SuggestionCursor refreshed) { method in class:ShortcutCursor
116 if (DBG) Log.d(TAG, "refresh " + shortcutId);
H A DSourceShortcutRefresher.java41 * Create a ShortcutRefresher that will refresh shortcuts using the given executor.
49 public void refresh(Suggestion shortcut, Listener listener) { method in class:SourceShortcutRefresher
H A DSuggestions.java286 getShortcuts().refresh(promoted);
/packages/apps/QuickSearchBox/tests/src/com/android/quicksearchbox/
H A DMockShortcutRefresher.java31 public void refresh(Suggestion shortcut, Listener listener) { method in class:MockShortcutRefresher
H A DSourceShortcutRefresherTest.java74 mRefresher.refresh(shortcuts, mListener);
85 mRefresher.refresh(shortcuts, mListener);
96 mRefresher.refresh(shortcuts, mListener);
/packages/apps/DeskClock/src/com/android/deskclock/
H A DScreensaverSettingsActivity.java52 refresh();
67 private void refresh() { method in class:ScreensaverSettingsActivity
H A DSettingsActivity.java101 refresh();
196 private void refresh() { method in class:SettingsActivity
/packages/apps/Settings/src/com/android/settings/wifi/p2p/
H A DWifiP2pPeer.java63 refresh();
94 private void refresh() { method in class:WifiP2pPeer
/packages/providers/ApplicationsProvider/tests/src/com/android/providers/applications/
H A DApplicationsProviderTest.java187 // Without a refresh, we should see the same results as before.
189 // If we refresh, we should see the change.
273 private Cursor getGlobalSearchCursor(String searchQuery, boolean refresh) { argument
276 if (refresh) {
282 private void testLastAccessTimes(String searchQuery, boolean refresh, argument
284 Cursor cursor = getGlobalSearchCursor(searchQuery, refresh);
/packages/apps/Protips/src/com/android/protips/
H A DProtipWidget.java101 refresh();
128 refresh();
154 refresh();
158 private void refresh() { method in class:ProtipWidget
167 refresh();
/packages/apps/Settings/src/com/android/settings/wifi/
H A DAccessPoint.java147 refresh();
154 refresh();
278 refresh();
292 refresh();
297 refresh();
337 private void refresh() { method in class:AccessPoint
/packages/apps/Calendar/src/com/android/calendar/agenda/
H A DAgendaListView.java68 refresh(true);
78 refresh(true);
224 mWindowAdapter.refresh(mTime, id, searchQuery, forced, refreshEventInfo);
227 public void refresh(boolean forced) { method in class:AgendaListView
228 mWindowAdapter.refresh(mTime, -1, null, forced, false);
H A DAgendaFragment.java351 mAgendaListView.refresh(true);
/packages/apps/Settings/src/com/android/settings/bluetooth/
H A DDeviceProfilesSettings.java157 refresh();
302 refresh();
305 private void refresh() { method in class:DeviceProfilesSettings
H A DCachedBluetoothDevice.java256 refresh();
392 void refresh() { method in class:CachedBluetoothDevice
519 refresh();
601 // will completely refresh the device list when this happens.
H A DLocalBluetoothProfileManager.java233 cachedDevice.refresh();
/packages/apps/Email/src/com/android/email/activity/
H A DActionBarController.java277 refresh();
340 refresh();
350 refresh();
369 public void refresh() { method in class:ActionBarController
371 // 1. refresh() is called very often.
373 // refresh is often called during a fragment transaction, but updateTitle() may call
H A DUIControllerBase.java316 // TODO: consolidate this refresh with the one that the Fragment itself does. since
780 // Update the refresh button.
781 MenuItem item = menu.findItem(R.id.refresh);
839 case R.id.refresh:
898 * @return true if refresh is in progress for the current mailbox.
903 * @return true if the UI should enable the "refresh" command.
912 mActionBarController.refresh();
/packages/apps/Calendar/src/com/android/calendar/month/
H A DSimpleWeeksAdapter.java157 refresh();
185 protected void refresh() { method in class:SimpleWeeksAdapter
H A DMonthByWeekAdapter.java146 refresh();
176 refresh();
271 protected void refresh() { method in class:MonthByWeekAdapter
290 // If agenda view is visible with month view , refresh the views
379 // This is a workaround , sometimes the top item on the listview doesn't refresh on
H A DMonthByWeekFragment.java106 mAdapter.refresh();
/packages/apps/Mms/src/com/android/mms/util/
H A DDraftCache.java61 refresh();
73 public void refresh() { method in class:DraftCache
75 log("refresh");
83 }, "DraftCache.refresh");
/packages/apps/Calendar/src/com/android/calendar/
H A DCalendarViewAdapter.java82 refresh(mContext);
102 refresh(context);
109 public void refresh(Context context) { method in class:CalendarViewAdapter
/packages/apps/Gallery2/src/com/android/gallery3d/app/
H A DPhotoPageBottomControls.java96 public void refresh() { method in class:PhotoPageBottomControls

Completed in 396 milliseconds

12