Searched refs:values (Results 201 - 225 of 373) sorted by relevance

1234567891011>>

/frameworks/base/core/java/android/provider/
H A DCalendarContract.java367 * <P>Type: INTEGER (one of the values below)</P>
1887 * scheme. A {@link #KEY} must be specified when updating these values.
1903 * Valid values are {@link #TIMEZONE_TYPE_AUTO} or
2068 * {@link #METHOD_ALARM} are possible values; the device will only
2265 ContentValues values = new ContentValues();
2266 values.put(CalendarAlerts.EVENT_ID, eventId);
2267 values.put(CalendarAlerts.BEGIN, begin);
2268 values.put(CalendarAlerts.END, end);
2269 values.put(CalendarAlerts.ALARM_TIME, alarmTime);
2271 values
[all...]
/frameworks/base/core/tests/coretests/src/android/net/
H A DUriTest.java609 // empty values
638 List<String> values = uri.getQueryParameters("");
639 assertEquals(2, values.size());
640 assertEquals("b", values.get(0));
641 assertEquals("", values.get(1));
646 List<String> values = uri.getQueryParameters("");
647 assertEquals(1, values.size());
648 assertEquals("", values.get(0));
653 List<String> values = uri.getQueryParameters("");
654 assertEquals(1, values
[all...]
/frameworks/ex/variablespeed/tests/src/com/android/ex/variablespeed/
H A DMediaPlayerProxyTestCase.java527 ContentValues values = new ContentValues();
528 values.put(VoicemailContract.Voicemails.DATE, String.valueOf(System.currentTimeMillis()));
529 values.put(VoicemailContract.Voicemails.NUMBER, CONTACT_NUMBER);
530 values.put(VoicemailContract.Voicemails.MIME_TYPE, assetMimeType);
533 VoicemailContract.Voicemails.buildSourceUri(packageName), values);
562 for (Uri uri : mContentUriMap.values()) {
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
H A DDocumentsActivity.java939 final ContentValues values = new ContentValues();
940 values.put(ResumeColumns.EXTERNAL, 1);
941 getContentResolver().insert(RecentsProvider.buildResume(packageName), values);
1007 final ContentValues values = new ContentValues();
1012 values.clear();
1013 values.put(RecentColumns.KEY, mState.stack.buildKey());
1014 values.put(RecentColumns.STACK, rawStack);
1015 resolver.insert(RecentsProvider.buildRecent(), values);
1020 values.clear();
1021 values
[all...]
/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DWindowOrientationListener.java229 // Indices into SensorEvent.values for the accelerometer sensor.
397 float x = event.values[ACCELEROMETER_DATA_X];
398 float y = event.values[ACCELEROMETER_DATA_Y];
399 float z = event.values[ACCELEROMETER_DATA_Z];
409 // or when we see values of (0, 0, 0) which indicates that we polled the
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DFilter.java660 for (OutputPort outputPort : mConnectedOutputPorts.values()) {
761 mConnectedInputPortArray = mConnectedInputPorts.values().toArray(new InputPort[0]);
762 mConnectedOutputPortArray = mConnectedOutputPorts.values().toArray(new OutputPort[0]);
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
H A DarmVCM4P2_SetPredDir_s.s31 ; * of the following values:
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/
H A DarmVCM4P2_SetPredDir_s.s31 ; * of the following values:
/frameworks/base/core/java/android/util/
H A DXml.java152 for (Encoding encoding : Encoding.values()) {
170 * attribute values at each of the tags as the parser moves
/frameworks/base/docs/html/samples/
H A Dsamples_toc.cs16 <li class="nav-section"><div class="nav-section-header"><a href="/samples/topic.html#t=Background" title="Background">Background</a></div><ul><li class="nav-section"><div class="nav-section-header"><a href="/samples/repeatingAlarm/index.html" title="repeatingAlarm">repeatingAlarm</a></div><ul><li><a href="/samples/repeatingAlarm/AndroidManifest.html" title="AndroidManifest.xml">AndroidManifest.xml</a></li><li class="nav-section sticky"><div class="nav-section-header empty"><a href="#" onclick="return false;" title="res">res/</a></div><ul><li class="nav-section sticky"><div class="nav-section-header empty"><a href="#" onclick="return false;" title="drawable-hdpi">drawable-hdpi/</a></div><ul><li><a href="/samples/repeatingAlarm/res/drawable-hdpi/ic_launcher.html" title="ic_launcher.png">ic_launcher.png</a></li><li><a href="/samples/repeatingAlarm/res/drawable-hdpi/tile.9.html" title="tile.9.png">tile.9.png</a></li></ul></li><li class="nav-section sticky"><div class="nav-section-header empty"><a href="#" onclick="return false;" title="drawable-mdpi">drawable-mdpi/</a></div><ul><li><a href="/samples/repeatingAlarm/res/drawable-mdpi/ic_launcher.html" title="ic_launcher.png">ic_launcher.png</a></li></ul></li><li class="nav-section sticky"><div class="nav-section-header empty"><a href="#" onclick="return false;" title="drawable-xhdpi">drawable-xhdpi/</a></div><ul><li><a href="/samples/repeatingAlarm/res/drawable-xhdpi/ic_launcher.html" title="ic_launcher.png">ic_launcher.png</a></li></ul></li><li class="nav-section sticky"><div class="nav-section-header empty"><a href="#" onclick="return false;" title="drawable-xxhdpi">drawable-xxhdpi/</a></div><ul><li><a href="/samples/repeatingAlarm/res/drawable-xxhdpi/ic_launcher.html" title="ic_launcher.png">ic_launcher.png</a></li></ul></li><li class="nav-section sticky"><div class="nav-section-header empty"><a href="#" onclick="return false;" title="layout">layout/</a></div><ul><li><a href="/samples/repeatingAlarm/res/layout/activity_main.html" title="activity_main.xml">activity_main.xml</a></li></ul></li><li class="nav-section sticky"><div class="nav-section-header empty"><a href="#" onclick="return false;" title="menu">menu/</a></div><ul><li><a href="/samples/repeatingAlarm/res/menu/main.html" title="main.xml">main.xml</a></li></ul></li><li class="nav-section sticky"><div class="nav-section-header empty"><a href="#" onclick="return false;" title="values">values/</a></div><ul><li><a href="/samples/repeatingAlarm/res/values/base-strings.html" title="base-strings.xml">base-strings.xml</a></li><li><a href="/samples/repeatingAlarm/res/values/dimens.html" title="dimens.xml">dimens.xml</a></li><li><a href="/samples/repeatingAlarm/res/values/strings.html" title="strings.xml">strings.xml</a></li><li><a href="/samples/repeatingAlarm/res/values/styles.html" title="styles.xml">styles.xml</a></li></ul></li><li class="nav-section sticky"><div class="nav-section-header empty"><a href="#" onclick="return false;" title="values-sw600dp">values-sw600dp/</a></div><ul><li><a href="/samples/repeatingAlarm/res/values-sw600dp/dimens.html" title="dimens.xml">dimens.xml</a></li><li><a href="/samples/repeatingAlarm/res/values
[all...]
/frameworks/base/drm/java/android/drm/
H A DDrmUtils.java35 * {@link DrmUtils.ExtendedMetadataParser} to iterate over those values.
180 * all values of the metadata.
185 return mMap.values().iterator();
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
H A DCachedFrameManager.java87 for (Frame frame : mAvailableFrames.values()) {
/frameworks/base/test-runner/src/android/test/mock/
H A DMockIContentProvider.java90 public int update(String callingPackage, Uri url, ContentValues values, String selection, argument
/frameworks/base/tests/CanvasCompare/src/com/android/test/hwuicompare/
H A DDisplayModifier.java396 for (LinkedHashMap<String, DisplayModifier> map : gMaps.values()) {
444 for (LinkedHashMap<String, DisplayModifier> map : gMaps.values()) {
461 for (LinkedHashMap<String, DisplayModifier> map : gMaps.values()) {
483 for (LinkedHashMap<String, DisplayModifier> map : gMaps.values()) {
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DPorterDuffXfermode_Delegate.java71 for (PorterDuff.Mode m : PorterDuff.Mode.values()) {
/frameworks/base/tools/preload/
H A DPrintCsv.java46 for (LoadedClass loadedClass : root.loadedClasses.values()) {
/frameworks/compile/slang/
H A Dllvm-rs-as.cpp64 cl::values(
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
H A DMenu.java72 presentationType = PresentationType.values()[in.readInt()];
/frameworks/base/core/java/android/widget/
H A DGridLayout.java99 * Default values will generally produce a reasonable spacing between components
100 * but values may change between different releases of the platform.
180 * Fields can use this value to indicate that their values
185 * intended to avoid confusion between valid values whose sign may not be known.
757 // Find suitable row/col values when at least one is undefined.
886 // Apply defaults, so as to remove UNDEFINED values
1305 Bounds[] values = groupBounds.values;
1306 for (int i = 0; i < values.length; i++) {
1307 values[
2176 public final V[] values; field in class:GridLayout.PackedMap
2178 PackedMap(K[] keys, V[] values) argument
[all...]
/frameworks/support/v7/gridlayout/src/android/support/v7/widget/
H A DGridLayout.java100 * Default values will generally produce a reasonable spacing between components
101 * but values may change between different releases of the platform.
180 * Fields can use this value to indicate that their values
185 * intended to avoid confusion between valid values whose sign may not be known.
757 // Find suitable row/col values when at least one is undefined.
1194 Bounds[] values = groupBounds.values;
1195 for (int i = 0; i < values.length; i++) {
1196 values[i].reset();
1218 // Add values compute
2059 public final V[] values; field in class:GridLayout.PackedMap
2061 PackedMap(K[] keys, V[] values) argument
[all...]
/frameworks/base/services/java/com/android/server/accounts/
H A DAccountManagerService.java705 ContentValues values = new ContentValues();
706 values.put(ACCOUNTS_NAME, account.name);
707 values.put(ACCOUNTS_TYPE, account.type);
708 values.put(ACCOUNTS_PASSWORD, password);
709 long accountId = db.insert(TABLE_ACCOUNTS, ACCOUNTS_NAME, values);
762 ContentValues values = new ContentValues();
763 values.put(EXTRAS_KEY, key);
764 values.put(EXTRAS_ACCOUNTS_ID, accountId);
765 values.put(EXTRAS_VALUE, value);
766 return db.insert(TABLE_EXTRAS, EXTRAS_KEY, values);
[all...]
/frameworks/base/core/java/android/animation/
H A DLayoutTransition.java69 * But the actual target object, as well as the start and end values for those properties, are
72 * values of the target being animated (such as one of the items in a layout container that is
73 * moving as a result of the layout event) as well as the values that are changing (such as the
74 * position and size of that object). The actual values that are pushed to each animation
79 * values when the transition begins. Custom animations will be similarly populated with
80 * the target and values being animated, assuming they use ObjectAnimator objects with
220 * are inserted, so that we process events (such as setting up start values) in the same order.
234 * the pre-layout values can be cached in that animation. Then a listener is added to the
236 * is set with the final values and then run. If not, the animation is not started. When
279 // "left" is just a placeholder; we'll put real properties/values i
[all...]
/frameworks/base/media/jni/
H A Dandroid_media_MediaMuxer.cpp46 jobjectArray values) {
55 status_t err = ConvertKeyValueArraysToMessage(env, keys, values,
44 android_media_MediaMuxer_addTrack( JNIEnv *env, jclass clazz, jint nativeObject, jobjectArray keys, jobjectArray values) argument
/frameworks/base/media/tests/CameraBrowser/src/com/android/camerabrowser/
H A DMtpClient.java256 for (UsbDevice usbDevice : mUsbManager.getDeviceList().values()) {
262 return new ArrayList<MtpDevice>(mDevices.values());
/frameworks/base/opengl/java/android/opengl/
H A DGLES20.java1785 // C function void glVertexAttrib1fv ( GLuint indx, const GLfloat *values )
1789 float[] values,
1793 // C function void glVertexAttrib1fv ( GLuint indx, const GLfloat *values )
1797 java.nio.FloatBuffer values
1808 // C function void glVertexAttrib2fv ( GLuint indx, const GLfloat *values )
1812 float[] values,
1816 // C function void glVertexAttrib2fv ( GLuint indx, const GLfloat *values )
1820 java.nio.FloatBuffer values
1832 // C function void glVertexAttrib3fv ( GLuint indx, const GLfloat *values )
1836 float[] values,
1787 glVertexAttrib1fv( int indx, float[] values, int offset ) argument
1810 glVertexAttrib2fv( int indx, float[] values, int offset ) argument
1834 glVertexAttrib3fv( int indx, float[] values, int offset ) argument
1859 glVertexAttrib4fv( int indx, float[] values, int offset ) argument
[all...]

Completed in 2654 milliseconds

1234567891011>>