Searched refs:force (Results 1 - 22 of 22) sorted by last modified time

/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DSearchIndexManager.java246 public void updateIndex(boolean force) { argument
247 if (force) {
/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
H A DContactAggregator.java516 public void markForAggregation(long rawContactId, int aggregationMode, boolean force) { argument
518 if (!force && mRawContactsMarkedForAggregation.containsKey(rawContactId)) {
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/google/
H A DSearchBaseUrlHelper.java70 * (c) if the caller forces an update by setting the "force" parameter.
72 * @param force if true, then the URL is reset whether or not it has
75 public void maybeUpdateBaseUrlSetting(boolean force) { argument
79 if (force || lastUpdateTime == -1 ||
/packages/apps/Settings/src/com/android/settings/
H A DApnEditor.java442 * @param force save even if the fields are not valid, if the app is
446 private boolean validateAndSave(boolean force) { argument
452 if (getErrorMsg() != null && !force) {
464 if (force && mNewApn && name.length() < 1 && apn.length() < 1) {
/packages/apps/Settings/src/com/android/settings/bluetooth/
H A DLocalBluetoothAdapter.java141 void startScanning(boolean force) { argument
144 if (!force) {
/packages/apps/Settings/src/com/android/settings/widget/
H A DChartDataUsageView.java315 private void sendUpdateAxisDelayed(ChartSweepView sweep, boolean force) { argument
316 if (force || !mHandler.hasMessages(MSG_UPDATE_AXIS, sweep)) {
/packages/apps/Nfc/src/com/android/nfc/
H A DNfcService.java1509 void applyRouting(boolean force) { argument
1529 if (force || mNfcPollingEnabled) {
1537 if (force || mNfceeRouteEnabled) {
1549 if (force || !mNfceeRouteEnabled) {
1555 if (force || mNfceeRouteEnabled) {
1564 if (force || !mNfcPollingEnabled) {
1570 if (force || mNfcPollingEnabled) {
1926 // force apply current routing
/packages/apps/Launcher2/src/com/android/launcher2/
H A DWorkspace.java772 // If we are in springloaded mode, then force an event to check if the current touch
1377 private void updateChildrenLayersEnabled(boolean force) { argument
1379 boolean enableChildrenLayers = force || small || mAnimatingViewIntoPlace || isPageMoving();
1424 // force layers to be enabled just for the call to buildLayer
/packages/apps/Mms/src/com/android/mms/ui/
H A DComposeMessageActivity.java246 // The max amount of delay before we force load messages and draft.
248 // we force loading. However, there is at least one use case where the keyboard never shows
249 // even if we tell it to (turning off and on the screen). So we need to force load the
2136 // HACK: force load messages+draft after max delay, if it's not already loaded.
2898 // assume a contact was added and get the contact and force our cached contact to
3920 * @param force always scroll to the bottom regardless of current list position
3923 private void smoothScrollToEnd(boolean force, int listSizeChange) { argument
3956 // Only scroll if the list if we're responding to a newly sent message (force == true) or
3971 boolean willScroll = force ||
/packages/apps/Mms/src/com/android/mms/util/
H A DBlobCache.java565 mIndexBuffer.force();
/packages/apps/Music/src/com/android/music/
H A DMediaPlaybackService.java1321 private int getNextPosition(boolean force) { argument
1359 if (mRepeatMode == REPEAT_ALL || force) {
1387 if (mRepeatMode == REPEAT_NONE && !force) {
1390 } else if (mRepeatMode == REPEAT_ALL || force) {
1400 public void gotoNext(boolean force) { argument
1407 int pos = getNextPosition(force);
/packages/apps/Exchange/exchange2/src/com/android/exchange/
H A DExchangeService.java1347 static public void reloadFolderList(Context context, long accountId, boolean force) { argument
1367 if (!force && (syncKey == null || syncKey.equals("0"))) {
2144 * on whether the "require manual sync when roaming" policy is in force and applicable
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
H A DBlobCache.java579 mIndexBuffer.force();
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/cache/
H A DImageLoader.java344 boolean force) {
347 if (force || bmp == null) {
343 getScaleOneImageForPreset(ImageShow caller, ImagePreset imagePreset, Rect bounds, boolean force) argument
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
H A DImageShow.java396 public void updateImagePresets(boolean force) { argument
401 if (force) {
404 if (force || mImageGeometryOnlyPreset == null) {
413 if (force || mImageFiltersOnlyPreset == null) {
H A DImageSlave.java95 public void updateImagePresets(boolean force) { argument
96 mMasterImageShow.updateImagePresets(force);
H A DImageSmallFilter.java167 public void updateImagePresets(boolean force) { argument
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
H A DSlotView.java180 private void updateScrollPosition(int position, boolean force) { argument
181 if (!force && (WIDE ? position == mScrollX : position == mScrollY)) return;
/packages/apps/Browser/src/com/android/browser/
H A DBrowserSettings.java428 private void updateSearchEngine(boolean force) { argument
430 if (force || mSearchEngine == null ||
524 // so we need to force a settings sync (otherwise the SharedPreferences
H A DTabControl.java615 // back all the clients so force it to be the current tab.
648 * If force is true, this method skips the check for newTab == current.
650 private boolean setCurrentTab(Tab newTab, boolean force) { argument
652 if (current == newTab && !force) {
/packages/apps/Calendar/src/com/android/calendar/
H A DAllInOneActivity.java874 FragmentTransaction ft, int viewId, int viewType, long timeMillis, boolean force) {
878 if (!force && mCurrentView == viewType) {
873 setMainPane( FragmentTransaction ft, int viewId, int viewType, long timeMillis, boolean force) argument
/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
H A DAtPhonebook.java357 * If force then re-query that phonebook
360 private synchronized PhonebookResult getPhonebookResult(String pb, boolean force) { argument
368 if (force || pbr.cursor == null) {

Completed in 549 milliseconds