Home
last modified time | relevance | path

Searched defs:values (Results 1 – 21 of 21) sorted by relevance

/development/samples/Support4Demos/src/com/example/android/supportv4/content/
DSharingSupportProvider.java60 public Uri insert(Uri uri, ContentValues values) { in insert()
70 public int update(Uri uri, ContentValues values, String selection, String[] selectionArgs) { in update()
/development/samples/ApiDemos/src/com/example/android/apis/content/
DFileProvider.java53 public Uri insert(Uri uri, ContentValues values) { in insert()
65 public int update(Uri uri, ContentValues values, String selection, String[] selectionArgs) { in update()
/development/samples/WeatherListWidget/src/com/example/android/weatherlistwidget/
DWeatherDataProvider.java109 public Uri insert(Uri uri, ContentValues values) { in insert()
121 public synchronized int update(Uri uri, ContentValues values, String selection, in update()
/development/samples/NotePad/src/com/example/android/notepad/
DTitleEditor.java141 ContentValues values = new ContentValues(); in onPause() local
DNoteEditor.java527 ContentValues values = new ContentValues(); in updateNote() local
593 ContentValues values = new ContentValues(); in cancelNote() local
DNotePadProvider.java507 ContentValues values; in insert() local
669 public int update(Uri uri, ContentValues values, String where, String[] whereArgs) { in update()
/development/samples/SearchableDictionary/src/com/example/android/searchabledict/
DDictionaryProvider.java189 public Uri insert(Uri uri, ContentValues values) { in insert()
199 public int update(Uri uri, ContentValues values, String selection, String[] selectionArgs) { in update()
/development/samples/NotePad/tests/src/com/example/android/notepad/
DNotePadProviderTest.java140 ContentValues values = new ContentValues(); in insertData() local
673 ContentValues values = note.getContentValues(); in testInserts() local
754 ContentValues values = new ContentValues(); in testUpdates() local
/development/samples/XmlAdapters/src/com/example/android/xmladapters/
DXmlDocumentProvider.java312 public Uri insert(Uri uri, ContentValues values) { in insert()
328 public int update(Uri uri, ContentValues values, String selection, String[] selectionArgs) { in update()
/development/samples/VoicemailProviderDemo/src/com/example/android/voicemail/common/core/
DVoicemailProviderHelpers.java113 ContentValues values = getContentValues(voicemail); in update() local
149 ContentValues values = new ContentValues(); in setVoicemailContent() local
/development/samples/training/threadsample/src/com/example/android/threadsample/
DDataProvider.java306 public Uri insert(Uri uri, ContentValues values) { in insert()
447 public int update(Uri uri, ContentValues values, String selection, in update()
/development/samples/training/bitmapfun/src/com/example/android/bitmapfun/util/
DAsyncTask.java411 protected void onProgressUpdate(Progress... values) { in onProgressUpdate()
646 protected final void publishProgress(Progress... values) { in publishProgress()
/development/samples/ApiDemos/src/com/example/android/apis/app/
DLoaderThrottle.java275 ContentValues values; in insert() local
341 public int update(Uri uri, ContentValues values, String where, String[] whereArgs) { in update()
/development/samples/Support4Demos/src/com/example/android/supportv4/app/
DLoaderThrottleSupport.java276 ContentValues values; in insert() local
342 public int update(Uri uri, ContentValues values, String where, String[] whereArgs) { in update()
/development/samples/SampleSyncAdapter/src/com/example/android/samplesync/platform/
DContactManager.java487 ContentValues values = new ContentValues(); in setAccountContactsVisibility() local
572 final ContentValues values = new ContentValues(); in updateContactStatus() local
615 final ContentValues values = new ContentValues(); in addContactStreamItem() local
640 final ContentValues values = new ContentValues(); in addStreamItemPhoto() local
/development/samples/MySampleRss/src/com/example/codelab/rssexample/
DRssContentProvider.java170 public int update(Uri uri, ContentValues values, String whereClause) { in update()
/development/samples/ApiDemos/src/com/example/android/apis/os/
DSensors.java128 float[] values = mOrientationValues; in onDraw() local
/development/tools/emulator/system/sensors/
Dsensors_qemu.c264 sensors_event_t* values) in pick_sensor()
291 data__poll(struct sensors_poll_device_t *dev, sensors_event_t* values) in data__poll()
/development/apps/GestureBuilder/src/com/android/gesture/builder/
DGestureBuilderActivity.java371 protected void onProgressUpdate(NamedGesture... values) { in onProgressUpdate()
/development/tools/emulator/opengl/system/GLESv2_enc/
Dgl2_entry.cpp1032 void glVertexAttrib1fv(GLuint indx, const GLfloat* values) in glVertexAttrib1fv()
1044 void glVertexAttrib2fv(GLuint indx, const GLfloat* values) in glVertexAttrib2fv()
1056 void glVertexAttrib3fv(GLuint indx, const GLfloat* values) in glVertexAttrib3fv()
1068 void glVertexAttrib4fv(GLuint indx, const GLfloat* values) in glVertexAttrib4fv()
Dgl2_enc.cpp2344 void glVertexAttrib1fv_enc(void *self , GLuint indx, const GLfloat* values) in glVertexAttrib1fv_enc()
2379 void glVertexAttrib2fv_enc(void *self , GLuint indx, const GLfloat* values) in glVertexAttrib2fv_enc()
2415 void glVertexAttrib3fv_enc(void *self , GLuint indx, const GLfloat* values) in glVertexAttrib3fv_enc()
2452 void glVertexAttrib4fv_enc(void *self , GLuint indx, const GLfloat* values) in glVertexAttrib4fv_enc()