Searched refs:value (Results 201 - 225 of 405) sorted by relevance

1234567891011>>

/packages/apps/Phone/src/com/android/phone/
H A DInCallUiState.java165 // If mPendingCallStatusCode is any value other than SUCCESS, that
173 // (1) set the "pending call status code" to a value other than SUCCESS
207 * If this field is set to a value other than SUCCESS, this indicates to
238 // Uh oh: mPendingCallStatusCode is already set to some value
278 * instead simply use the CallStatusCode value CDMA_CALL_LOST to
314 * to the user. Any value other than NONE will cause the InCallScreen
321 public void setProgressIndication(ProgressIndicationType value) { argument
322 progressIndication = value;
H A DEditPhoneNumberPreference.java48 //String constants used in storing the value of the preference
49 // The preference is backed by a string that holds the encoded value, which reads:
74 /** Arbitrary activity-assigned preference id value */
87 //relevant (parsed) value of the mText
95 * value indicating which of the three possible buttons were pressed.
107 * Notify that we are looking for a default display value.
109 * indicating that the orignal value of mPhoneNumber should be
343 //return the toggle value.
348 //set the toggle value.
373 //set the phone number value
422 persistString(String value) argument
480 setValueFromString(String value) argument
[all...]
/packages/apps/Settings/src/com/android/settings/nfc/
H A DNfcEnabler.java87 public boolean onPreferenceChange(Preference preference, Object value) { argument
90 final boolean desiredState = (Boolean) value;
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/compat/
H A DCompatUtils.java111 public static void setFieldValue(final Object receiver, final Field field, final Object value) { argument
114 field.set(receiver, value);
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
H A DResizableIntArray.java123 public void fill(final int value, final int startPos, final int length) { argument
129 Arrays.fill(mArray, startPos, endPos, value);
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
H A DUserHistoryDictionaryTests.java52 private String generateWord(final int value) { argument
55 long lvalue = Math.abs((long)value);
H A DInputTestsBase.java129 protected boolean setBooleanPreference(final String key, final boolean value, argument
134 editor.putBoolean(key, value);
139 // returns the previous setting value
140 protected boolean setDebugMode(final boolean value) { argument
141 return setBooleanPreference(PREF_DEBUG_MODE, value, false);
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DSearchIndexManager.java141 public void appendContent(String value) { argument
142 appendContent(value, SEPARATOR_SPACE);
145 private void appendContent(String value, int format) { argument
146 if (TextUtils.isEmpty(value)) {
155 mSbElementContent.append(value);
159 mSbElementContent.append('/').append(value);
166 mSbElementContent.append('(').append(value).append(')');
173 mSbElementContent.append(value);
/packages/apps/LegacyCamera/src/com/android/camera/
H A DCamera.java121 private int mZoomValue; // The current zoom value.
136 // The orientation compensation for icons and thumbnails. Ex: if the value
211 // The value for android.hardware.Camera.setDisplayOrientation.
303 // take some time and the rotation value we have got may be
328 String value = mPreferences.getString(CameraSettings.KEY_EXPOSURE,
330 if (!CameraSettings.EXPOSURE_DEFAULT_VALUE.equals(value)) {
488 // Get the parameter to make sure we have the up-to-date zoom value.
502 // Not useful to change zoom value when the activity is paused.
632 private void updateExposureOnScreenIndicator(int value) { argument
636 if (value
650 updateFlashOnScreenIndicator(String value) argument
672 updateWhiteBalanceOnScreenIndicator(String value) argument
692 updateFocusOnScreenIndicator(String value) argument
822 onZoomChange( int value, boolean stopped, android.hardware.Camera camera) argument
1890 isSupported(String value, List<String> supported) argument
[all...]
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
H A DEntrySchema.java145 private void setIfNotNull(Field field, Object object, Object value) argument
147 if (value != null) field.set(object, value);
236 Object value = field.get(entry);
238 .append((value == null) ? "null" : value.toString());
253 Object value = field.get(entry);
255 .append((value == null) ? "null" : value.toString());
456 return table.value();
[all...]
/packages/apps/Settings/src/com/android/settings/
H A DDevelopmentSettings.java435 void updateCheckBox(CheckBoxPreference checkBox, boolean value) { argument
436 checkBox.setChecked(value);
437 mHaveDebugSettings |= value;
751 String value = SystemProperties.get(HardwareRenderer.PROFILE_PROPERTY);
752 if (value == null) {
753 value = "";
758 if (value.contentEquals(values[i])) {
776 String value = SystemProperties.get(
778 if (value == null) {
779 value
[all...]
/packages/apps/Camera/src/com/android/camera/ui/
H A DMoreSettingPopup.java141 // the current value of the preferences
164 String value = keyvalues[i + 1];
169 if (value != null) pref.setValue(value);
171 boolean enable = value == null;
/packages/apps/Email/tests/src/com/android/emailcommon/mail/
H A DMockFolder.java115 public void setFlags(Message[] messages, Flag[] flags, boolean value) { argument
/packages/apps/Gallery2/src/com/android/camera/ui/
H A DMoreSettingPopup.java141 // the current value of the preferences
164 String value = keyvalues[i + 1];
169 if (value != null) pref.setValue(value);
171 boolean enable = value == null;
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/
H A DCenteredLinearLayout.java42 float value = TypedValue.applyDimension(TypedValue.COMPLEX_UNIT_DIP, parentWidth,
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/cache/
H A DFilteringPipeline.java55 private String getType(int value) { argument
56 if (value == COMPUTE_RENDERING_REQUEST) {
59 if (value == COMPUTE_PARTIAL_RENDERING_REQUEST) {
62 if (value == COMPUTE_HIGHRES_RENDERING_REQUEST) {
/packages/apps/Launcher2/src/com/android/launcher2/
H A DPagedViewWidget.java82 public static void setDeletePreviewsWhenDetachedFromWindow(boolean value) { argument
83 sDeletePreviewsWhenDetachedFromWindow = value;
86 public static void setRecyclePreviewsWhenDetachedFromWindow(boolean value) { argument
87 sRecyclePreviewsWhenDetachedFromWindow = value;
/packages/apps/Mms/src/com/android/mms/dom/smil/
H A DSmilRegionElementImpl.java258 double value = 0.01*Integer.parseInt(length.substring(0, length.length() - 1));
260 value *= ((SMILDocument) getOwnerDocument()).getLayout().getRootLayout().getWidth();
262 value *= ((SMILDocument) getOwnerDocument()).getLayout().getRootLayout().getHeight();
264 return (int) Math.round(value);
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/internal/
H A DKeySpecParserCsvTests.java78 private void assertTextArray(final String message, final String value, argument
80 final String resolvedActual = KeySpecParser.resolveTextReference(value, mTextsSet);
86 private void assertError(final String message, final String value, final String ... expected) { argument
88 assertTextArray(message, value, expected);
/packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/
H A DCalendarCacheTest.java56 String value = mCalendarCache.readData(null);
/packages/apps/Settings/src/com/android/settings/deviceinfo/
H A DStorageMeasurement.java89 StorageMeasurement value = sInstances.get(volume);
90 if (value == null) {
91 value = new StorageMeasurement(context.getApplicationContext(), volume);
92 sInstances.put(volume, value);
94 return value;
105 * When measuring internal storage, this value includes the code size of
108 * emulates external storage, this value also includes emulated storage
111 * When measuring a physical {@link StorageVolume}, this value includes
532 private static void addValue(SparseLongArray array, int key, long value) { argument
533 array.put(key, array.get(key) + value);
[all...]
/packages/apps/Exchange/exchange2/src/com/android/exchange/adapter/
H A DContactsSyncAdapter.java240 public boolean isSameAs(int type, String value); argument
373 public boolean isSameAs(int type, String value) { argument
374 return email.equalsIgnoreCase(value);
391 public boolean isSameAs(int type, String value) { argument
392 return im.equalsIgnoreCase(value);
412 public boolean isSameAs(int _type, String value) { argument
413 return type == _type && phone.equalsIgnoreCase(value);
1010 RowBuilder withValue(String key, Object value) { argument
1011 builder.withValue(key, value);
1208 // If the Contact is new, use the saved back value; otherwis
1370 addRelation(Entity entity, int type, String value) argument
[all...]
/packages/apps/Gallery2/src/com/android/camera/
H A DPieController.java87 protected PieItem makeItem(CharSequence value) { argument
88 TextDrawable drawable = new TextDrawable(mActivity.getResources(), value);
223 Log.e(TAG, "Fail to find override value=" + overrideValue);
249 String value = keyvalues[i + 1];
251 mOverrides.put(pref, value);
253 item.setEnabled(value == null);
/packages/apps/Mms/src/com/android/mms/transaction/
H A DHttpUtils.java60 // This is the value to use for the "Accept-Language" header.
170 // Extra http parameters. Split by '|' to get a list of value pairs.
172 // value. Replace the occurrence of the string returned by
174 // the value.
189 String value = splitPair[1].trim();
192 value = value.replace(line1Key, line1Number);
194 if (!TextUtils.isEmpty(name) && !TextUtils.isEmpty(value)) {
195 req.addHeader(name, value);
/packages/providers/UserDictionaryProvider/src/com/android/providers/userdictionary/
H A DDictionaryBackupAgent.java257 * @param value integer to write
260 private int writeInt(byte[] out, int pos, int value) { argument
261 out[pos + 0] = (byte) ((value >> 24) & 0xFF);
262 out[pos + 1] = (byte) ((value >> 16) & 0xFF);
263 out[pos + 2] = (byte) ((value >> 8) & 0xFF);
264 out[pos + 3] = (byte) ((value >> 0) & 0xFF);

Completed in 507 milliseconds

1234567891011>>