Searched refs:force (Results 1 - 11 of 11) sorted by relevance
/packages/apps/Settings/src/com/android/settings/ |
H A D | SoundSettings.java | 247 private void updateState(boolean force) { argument 256 if (silentOrVibrateMode != mSilent.isChecked() || force) { 262 if (! phoneVibrateSetting.equals(mVibrate.getValue()) || force) {
|
H A D | ApnEditor.java | 340 * @param force save even if the fields are not valid, if the app is 344 private boolean validateAndSave(boolean force) { argument 361 if (errorMsg != null && !force) { 373 if (force && mNewApn && name.length() < 1 && apn.length() < 1) {
|
H A D | DisplaySettings.java | 118 private void updateState(boolean force) { argument
|
/packages/apps/Settings/src/com/android/settings/bluetooth/ |
H A D | LocalBluetoothManager.java | 170 public void startScanning(boolean force) { argument 180 if (!force) {
|
/packages/apps/Settings/src/com/android/settings/deviceinfo/ |
H A D | Memory.java | 203 private void doUnmount(boolean force) { argument 212 mountService.unmountVolume(extStoragePath, force);
|
/packages/apps/Browser/src/com/android/browser/ |
H A D | TabControl.java | 524 // back all the clients so force it to be the current tab. 591 * If force is true, this method skips the check for newTab == current. 593 private boolean setCurrentTab(Tab newTab, boolean force) { argument 595 if (current == newTab && !force) {
|
/packages/apps/Camera/src/com/android/camera/ui/ |
H A D | GLListView.java | 254 private void setScrollPosition(int position, boolean force) { argument 259 if (!force && position == mScrollY) return;
|
/packages/apps/Phone/src/com/android/phone/ |
H A D | BluetoothAtPhonebook.java | 307 * If force then re-query that phonebook 310 private synchronized PhonebookResult getPhonebookResult(String pb, boolean force) { argument 318 if (force || pbr.cursor == null) {
|
/packages/apps/Music/src/com/android/music/ |
H A D | MediaPlaybackService.java | 1221 public void next(boolean force) { argument 1269 if (mRepeatMode == REPEAT_ALL || force) { 1302 if (mRepeatMode == REPEAT_NONE && !force) { 1308 } else if (mRepeatMode == REPEAT_ALL || force) {
|
/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
H A D | ContactAggregator.java | 395 public void markForAggregation(long rawContactId, int aggregationMode, boolean force) { argument 396 if (!force && mRawContactsMarkedForAggregation.containsKey(rawContactId)) {
|
/packages/apps/Email/src/com/android/exchange/ |
H A D | SyncManager.java | 1273 static public void reloadFolderList(Context context, long accountId, boolean force) { argument 1292 if (!force && (syncKey == null || syncKey.equals("0"))) {
|
Completed in 125 milliseconds