Home
last modified time | relevance | path

Searched refs:update (Results 1 – 25 of 57) sorted by relevance

123

/development/samples/Support7Demos/src/com/example/android/supportv7/view/
DCardViewActivity.java59 update();
73 private void update() { in update() method in CardViewActivity
147 update(); in onCreate()
159 update(); in onCreate()
/development/samples/Vault/src/com/example/android/vault/
DEncryptedDocument.java286 mMac.update(inbuf, 0, n); in readSection()
287 outbuf = mCipher.update(inbuf, 0, n); in readSection()
329 outbuf = mCipher.update(inbuf, 0, n); in writeSection()
331 mMac.update(outbuf); in writeSection()
338 mMac.update(outbuf); in writeSection()
/development/samples/Snake/src/com/example/android/snake/
DSnakeView.java118 SnakeView.this.update(); in handleMessage()
269 update(); in moveSnake()
278 update(); in moveSnake()
336 update(); in setMode()
410 public void update() { in update() method in SnakeView
/development/samples/browseable/BasicMediaDecoder/src/com.example.android.common.media/
DMediaCodecWrapper.java283 update(); in peekSample()
310 update(); in popSample()
329 private void update() { in update() method in MediaCodecWrapper
/development/samples/browseable/BasicRenderScript/src/com.example.android.common.media/
DMediaCodecWrapper.java283 update(); in peekSample()
310 update(); in popSample()
329 private void update() { in update() method in MediaCodecWrapper
/development/samples/browseable/MediaRecorder/src/com.example.android.common.media/
DMediaCodecWrapper.java283 update(); in peekSample()
310 update(); in popSample()
329 private void update() { in update() method in MediaCodecWrapper
/development/samples/browseable/BasicSyncAdapter/src/com.example.android.common/db/
DSelectionBuilder.java339 public int update(SQLiteDatabase db, ContentValues values) { in update() method in SelectionBuilder
342 return db.update(mTable, values, getSelection(), getSelectionArgs()); in update()
/development/samples/browseable/BasicSyncAdapter/src/com.example.android.basicsyncadapter/provider/
DFeedProvider.java180 public int update(Uri uri, ContentValues values, String selection, String[] selectionArgs) { in update() method in FeedProvider
189 .update(db, values); in update()
196 .update(db, values); in update()
/development/samples/VoicemailProviderDemo/src/com/example/android/voicemail/common/core/
DVoicemailProviderHelper.java99 public int update(Uri uri, Voicemail voicemail); in update() method
DVoicemailProviderHelpers.java110 public int update(Uri uri, Voicemail voicemail) { in update() method in VoicemailProviderHelpers
114 return mContentResolver.update(uri, values, null, null); in update()
152 int updatedCount = mContentResolver.update(voicemailUri, values, null, null); in setVoicemailContent()
/development/samples/MySampleRss/src/com/example/codelab/rssexample/
DRssContentProvider.java170 public int update(Uri uri, ContentValues values, String whereClause) { in update() method in RssContentProvider
172 int updateCount = mDb.update(DATABASE_TABLE_NAME, values, whereClause); in update()
/development/samples/browseable/MediaRouter/src/com.example.android.mediarouter/player/
DPlayer.java40 public abstract void getStatus(final PlaylistItem item, final boolean update); in getStatus() argument
DRemotePlayer.java162 public void getStatus(final PlaylistItem item, final boolean update) { in getStatus() argument
170 Log.d(TAG, "getStatus: item=" + item + ", update=" + update); in getStatus()
186 if (update && mCallback != null) { in getStatus()
194 if (update && mCallback != null) { in getStatus()
/development/perftests/panorama/feature_stab/db_vlvm/
Ddb_rob_image_homography.cpp229 int i,update,stop; in db_RobCamRotation_Polish() local
234 for(update=1,stop=0,i=0;(stop<2) && (i<max_iterations);i++) in db_RobCamRotation_Polish()
237 if(update) in db_RobCamRotation_Polish()
240 update=0; in db_RobCamRotation_Polish()
266 update=1; in db_RobCamRotation_Polish()
570 int i,update,stop,n; in db_RobCamRotation_Polish_Generic() local
577 for(update=1,stop=0,i=0;(stop<2) && (i<max_iterations);i++) in db_RobCamRotation_Polish_Generic()
580 if(update) in db_RobCamRotation_Polish_Generic()
584 update=0; in db_RobCamRotation_Polish_Generic()
609 update=1; in db_RobCamRotation_Polish_Generic()
/development/samples/NotePad/src/com/example/android/notepad/
DTitleEditor.java154 getContentResolver().update( in onPause()
/development/samples/browseable/ActionBarCompat-ShareActionProvider/src/com.example.android.actionbarcompat.shareactionprovider/content/
DAssetProvider.java69 public int update(Uri uri, ContentValues values, String selection, String[] selectionArgs) { in update() method in AssetProvider
/development/samples/browseable/Quiz/
D_index.jd12 …which allows the phone application to update the status of the question (i.e. did the user answer …
/development/samples/ApiDemos/src/com/example/android/apis/os/
DMmsFileProvider.java63 public int update(Uri uri, ContentValues values, String selection, String[] selectionArgs) { in update() method in MmsFileProvider
/development/samples/Support4Demos/src/com/example/android/supportv4/content/
DSharingSupportProvider.java70 public int update(Uri uri, ContentValues values, String selection, String[] selectionArgs) { in update() method in SharingSupportProvider
/development/samples/Support7Demos/src/com/example/android/supportv7/media/
DRemotePlayer.java165 public void getStatus(final PlaylistItem item, final boolean update) { in getStatus() argument
173 Log.d(TAG, "getStatus: item=" + item + ", update=" + update); in getStatus()
189 if (update && mCallback != null) { in getStatus()
197 if (update && mCallback != null) { in getStatus()
/development/samples/ApiDemos/src/com/example/android/apis/graphics/kube/
DGLVertex.java73 public void update(IntBuffer vertexBuffer, M4 transform) { in update() method in GLVertex
/development/samples/training/threadsample/src/com/example/android/threadsample/
DDataProvider.java447 public int update(Uri uri, ContentValues values, String selection, in update() method in DataProvider
460 int rows = localSQLiteDatabase.update( in update()
/development/samples/ApiDemos/src/com/example/android/apis/graphics/
DPurgeableBitmap.java46 int index = mView.update(this); in handleMessage()
/development/samples/ApiDemos/src/com/example/android/apis/app/
DLoaderThrottle.java341 public int update(Uri uri, ContentValues values, String where, String[] whereArgs) { in update() method in LoaderThrottle.SimpleProvider
349 count = db.update(MainTable.TABLE_NAME, values, where, whereArgs); in update()
357 count = db.update(MainTable.TABLE_NAME, values, finalWhere, whereArgs); in update()
/development/samples/Support4Demos/src/com/example/android/supportv4/app/
DLoaderThrottleSupport.java342 public int update(Uri uri, ContentValues values, String where, String[] whereArgs) { in update() method in LoaderThrottleSupport.SimpleProvider
350 count = db.update(MainTable.TABLE_NAME, values, where, whereArgs); in update()
358 count = db.update(MainTable.TABLE_NAME, values, finalWhere, whereArgs); in update()

123