Searched defs:force (Results 1 - 17 of 17) sorted by relevance

/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/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) {
/packages/apps/Settings/src/com/android/settings/bluetooth/
H A DLocalBluetoothAdapter.java141 void startScanning(boolean force) { argument
144 if (!force) {
/packages/apps/Browser/src/com/android/browser/
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) {
H A DBrowserSettings.java437 private void updateSearchEngine(boolean force) { argument
439 if (force || mSearchEngine == null ||
533 // so we need to force a settings sync (otherwise the SharedPreferences
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DSearchIndexManager.java246 public void updateIndex(boolean force) { argument
247 if (force) {
/packages/apps/Settings/src/com/android/settings/
H A DApnEditor.java502 * @param force save even if the fields are not valid, if the app is
506 private boolean validateAndSave(boolean force) { argument
512 if (getErrorMsg() != null && !force) {
524 if (force && mNewApn && name.length() < 1 && apn.length() < 1) {
/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/Calendar/src/com/android/calendar/
H A DAllInOneActivity.java847 FragmentTransaction ft, int viewId, int viewType, long timeMillis, boolean force) {
851 if (!force && mCurrentView == viewType) {
846 setMainPane( FragmentTransaction ft, int viewId, int viewType, long timeMillis, boolean force) argument
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
H A DMasterImage.java276 public void updatePresets(boolean force) { argument
277 if (force || mGeometryOnlyPreset == null) {
281 if (force || mGeometryOnlyPreset == null
288 if (force || mFiltersOnlyPreset == null) {
292 if (force || mFiltersOnlyPreset == null
/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/src/com/android/gallery3d/ui/
H A DSlotView.java181 private void updateScrollPosition(int position, boolean force) { argument
182 if (!force && (WIDE ? position == mScrollX : position == mScrollY)) return;
/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/Mms/src/com/android/mms/ui/
H A DComposeMessageActivity.java249 // The max amount of delay before we force load messages and draft.
251 // we force loading. However, there is at least one use case where the keyboard never shows
252 // even if we tell it to (turning off and on the screen). So we need to force load the
2144 // HACK: force load messages+draft after max delay, if it's not already loaded.
2915 // assume a contact was added and get the contact and force our cached contact to
3949 * @param force always scroll to the bottom regardless of current list position
3952 private void smoothScrollToEnd(boolean force, int listSizeChange) { argument
3985 // Only scroll if the list if we're responding to a newly sent message (force == true) or
4000 boolean willScroll = force ||
/packages/apps/Nfc/src/com/android/nfc/
H A DNfcService.java1620 void applyRouting(boolean force) { argument
1649 if (force || mNfcPollingEnabled) {
1657 if (force || mNfceeRouteEnabled) {
1669 if (force || !mNfceeRouteEnabled) {
1675 if (force || mNfceeRouteEnabled) {
1684 if (force || !mNfcPollingEnabled) {
1697 if (force || mNfcPollingEnabled) {
2072 // force apply current routing
/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
H A DContactAggregator.java514 public void markForAggregation(long rawContactId, int aggregationMode, boolean force) { argument
516 if (!force && mRawContactsMarkedForAggregation.containsKey(rawContactId)) {
/packages/apps/Launcher2/src/com/android/launcher2/
H A DWorkspace.java774 // If we are in springloaded mode, then force an event to check if the current touch
1383 private void updateChildrenLayersEnabled(boolean force) { argument
1385 boolean enableChildrenLayers = force || small || mAnimatingViewIntoPlace || isPageMoving();
1430 // force layers to be enabled just for the call to buildLayer

Completed in 445 milliseconds