Searched defs:newValue (Results 101 - 116 of 116) sorted by relevance

12345

/packages/apps/Settings/src/com/android/settings/datausage/
H A DAppDataUsage.java236 public boolean onPreferenceChange(Preference preference, Object newValue) { argument
238 mDataSaverBackend.setIsBlacklisted(mAppItem.key, mPackageName, !(Boolean) newValue);
242 mDataSaverBackend.setIsWhitelisted(mAppItem.key, mPackageName, (Boolean) newValue);
H A DBillingCycleSettings.java150 public boolean onPreferenceChange(Preference preference, Object newValue) { argument
152 boolean enabled = (Boolean) newValue;
161 boolean enabled = (Boolean) newValue;
H A DUnrestrictedDataAccess.java215 public boolean onPreferenceChange(Preference preference, Object newValue) { argument
218 boolean whitelisted = newValue == Boolean.TRUE;
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/system/development/
H A DCaptionCustomFragment.java144 public boolean onPreferenceChange(Preference preference, Object newValue) { argument
151 setCaptionsFontFamily((String) newValue);
154 setCaptionsTextColor((String) newValue);
157 setCaptionsTextOpacity((String) newValue);
160 setCaptionsEdgeType((String) newValue);
163 setCaptionsEdgeColor((String) newValue);
166 setCaptionsBackgroundColor((String) newValue);
169 setCaptionsBackgroundOpacity((String) newValue);
172 setCaptionsWindowColor((String) newValue);
175 setCaptionsWindowOpacity((String) newValue);
[all...]
H A DDevelopmentFragment.java1002 private void writeTrackFrameTimeOptions(Object newValue) { argument
1004 newValue == null ? "" : newValue.toString());
1028 private void writeShowNonRectClipOptions(Object newValue) { argument
1030 newValue == null ? "" : newValue.toString());
1075 private void writeDebugHwOverdrawOptions(Object newValue) { argument
1077 newValue == null ? "" : newValue.toString());
1264 private void writeLogdSizeOption(Object newValue) { argument
1302 writeUsbConfigurationOption(Object newValue) argument
1354 writeAnimationScaleOption(int which, ListPreference pref, Object newValue) argument
1383 writeOverlayDisplayDevicesOptions(Object newValue) argument
1407 writeOpenGLTracesOptions(Object newValue) argument
1435 writeAppProcessLimitOptions(Object newValue) argument
1616 onPreferenceChange(Preference preference, Object newValue) argument
[all...]
/packages/services/Telephony/src/com/android/phone/
H A DNetworkSelectListPreference.java407 * @param newValue should be the value of the selection as index of operators.
409 public boolean onPreferenceChange(Preference preference, Object newValue) { argument
410 int operatorIndex = findIndexOfValue((String) newValue);
/packages/apps/Email/src/com/android/email/activity/setup/
H A DAccountSettingsFragment.java292 * @param newValue The new value of the Preference
296 public boolean onPreferenceChange(Preference preference, Object newValue) { argument
301 String summary = newValue.toString().trim();
309 final String summary = newValue.toString().trim();
319 String signature = newValue.toString();
328 final String summary = newValue.toString();
360 final String summary = newValue.toString();
369 (Boolean) newValue);
375 (Boolean) newValue);
381 (Boolean) newValue);
[all...]
/packages/apps/Settings/src/com/android/settings/
H A DApnSettings.java395 public boolean onPreferenceChange(Preference preference, Object newValue) { argument
397 + ", newValue - " + newValue + ", newValue type - "
398 + newValue.getClass());
399 if (newValue instanceof String) {
400 setSelectedApnKey((String) newValue);
H A DApnEditor.java660 private String mvnoDescription(String newValue) { argument
661 int mvnoIndex = mMvnoType.findIndexOfValue(newValue);
673 if (newValue != null && newValue.equals(oldValue) == false) {
692 public boolean onPreferenceChange(Preference preference, Object newValue) { argument
696 int index = Integer.parseInt((String) newValue);
705 String protocol = protocolDescription((String) newValue, mProtocol);
710 mProtocol.setValue((String) newValue);
712 String protocol = protocolDescription((String) newValue, mRoamingProtocol);
717 mRoamingProtocol.setValue((String) newValue);
[all...]
/packages/apps/Settings/src/com/android/settings/accessibility/
H A DAccessibilitySettings.java268 public boolean onPreferenceChange(Preference preference, Object newValue) { argument
270 handleLongPressTimeoutPreferenceChange((String) newValue);
273 handleToggleInversionPreferenceChange((Boolean) newValue);
/packages/apps/Settings/src/com/android/settings/users/
H A DAppRestrictionsFragment.java523 public boolean onPreferenceChange(Preference preference, Object newValue) { argument
537 entry.setSelectedState((Boolean) newValue);
542 entry.setSelectedString((String) newValue);
544 entry.getChoiceValues(), (String) newValue);
548 Set<String> set = (Set<String>) newValue;
/packages/services/Telephony/sip/src/com/android/services/telephony/sip/
H A DSipEditor.java445 public boolean onPreferenceChange(Preference pref, Object newValue) { argument
454 String value = (newValue == null) ? "" : newValue.toString();
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/users/
H A DAppRestrictionsFragment.java585 public boolean onPreferenceChange(Preference preference, Object newValue) { argument
599 entry.setSelectedState((Boolean) newValue);
604 entry.setSelectedString((String) newValue);
606 entry.getChoiceValues(), (String) newValue);
611 Set<String> set = (Set<String>) newValue;
/packages/apps/Settings/src/com/android/settings/development/
H A DDevelopmentSettings.java1237 private void writeTrackFrameTimeOptions(Object newValue) { argument
1239 newValue == null ? "" : newValue.toString());
1263 private void writeShowNonRectClipOptions(Object newValue) { argument
1265 newValue == null ? "" : newValue.toString());
1310 private void writeDebugHwOverdrawOptions(Object newValue) { argument
1312 newValue == null ? "" : newValue.toString());
1335 private void writeDebugHwRendererOptions(Object newValue) { argument
1610 writeLogdSizeOption(Object newValue) argument
1724 writeLogpersistOption(Object newValue, boolean skipWarning) argument
1798 writeUsbConfigurationOption(Object newValue) argument
1857 writeBluetoothAvrcpVersion(Object newValue) argument
2023 writeBluetoothConfigurationOption(Preference preference, Object newValue) argument
2273 writeAnimationScaleOption(int which, ListPreference pref, Object newValue) argument
2301 writeOverlayDisplayDevicesOptions(Object newValue) argument
2328 writeAppProcessLimitOptions(Object newValue) argument
2591 onPreferenceChange(Preference preference, Object newValue) argument
[all...]
/packages/services/Telecomm/libs/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/util/ ...
/packages/apps/Messaging/build/gcheckstyle/
H A Dgoogle-style-checker_deploy.jarMETA-INF/ META-INF/MANIFEST.MF build-data.properties com/ com/google/ com/google/ ...

Completed in 340 milliseconds

12345