/development/samples/Vault/src/com/example/android/vault/ |
D | EncryptedDocument.java | 286 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/ |
D | SnakeView.java | 118 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/tools/repo_diff/service/repodiff/remote_scripts/ |
D | gce_startup.sh | 15 apt-get update
|
/development/samples/browseable/BasicRenderScript/src/com.example.android.common.media/ |
D | MediaCodecWrapper.java | 283 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/ |
D | MediaCodecWrapper.java | 283 update(); in peekSample() 310 update(); in popSample() 329 private void update() { in update() method in MediaCodecWrapper
|
/development/samples/browseable/BasicMediaDecoder/src/com.example.android.common.media/ |
D | MediaCodecWrapper.java | 283 update(); in peekSample() 310 update(); in popSample() 329 private void update() { in update() method in MediaCodecWrapper
|
/development/samples/VoicemailProviderDemo/src/com/example/android/voicemail/common/core/ |
D | VoicemailProviderHelper.java | 99 public int update(Uri uri, Voicemail voicemail); in update() method
|
D | VoicemailProviderHelpers.java | 110 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/browseable/BasicSyncAdapter/src/com.example.android.common/db/ |
D | SelectionBuilder.java | 339 public int update(SQLiteDatabase db, ContentValues values) { in update() method in SelectionBuilder 342 return db.update(mTable, values, getSelection(), getSelectionArgs()); in update()
|
/development/tools/logblame/ |
D | sample.txt | 537 enable_audio_route: usecase(23) apply and update mixer path: spkr-vi-record 543 enable_audio_route: usecase(1) apply and update mixer path: low-latency-playback 575 disable_audio_route: usecase(1) reset and update mixer path: low-latency-playback 590 disable_audio_route: usecase(23) reset and update mixer path: spkr-vi-record 629 enable_audio_route: usecase(9) apply and update mixer path: audio-record 732 enable_audio_route: usecase(23) apply and update mixer path: spkr-vi-record 743 enable_audio_route: usecase(1) apply and update mixer path: low-latency-playback 872 disable_audio_route: usecase(1) reset and update mixer path: low-latency-playback 900 disable_audio_route: usecase(23) reset and update mixer path: spkr-vi-record 944 disable_audio_route: usecase(9) reset and update mixer path: audio-record [all …]
|
/development/samples/browseable/BasicSyncAdapter/src/com.example.android.basicsyncadapter/provider/ |
D | FeedProvider.java | 180 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/gsi/gsi_util/gsi_util/dumpers/ |
D | dumper.py | 70 dump_result.update(dumper_result)
|
/development/samples/browseable/MediaRouter/src/com.example.android.mediarouter/player/ |
D | Player.java | 40 public abstract void getStatus(final PlaylistItem item, final boolean update); in getStatus() argument
|
D | RemotePlayer.java | 162 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/samples/MySampleRss/src/com/example/codelab/rssexample/ |
D | RssContentProvider.java | 170 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/AsymmetricFingerprintDialog/src/com.example.android.asymmetricfingerprintdialog/server/ |
D | StoreBackendImpl.java | 50 verificationFunction.update(transaction.toByteArray()); in verify()
|
/development/samples/browseable/Quiz/ |
D | _index.jd | 13 …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/ |
D | MmsFileProvider.java | 63 public int update(Uri uri, ContentValues values, String selection, String[] selectionArgs) { in update() method in MmsFileProvider
|
/development/samples/browseable/ShareActionProvider/src/com.example.android.shareactionprovider/content/ |
D | AssetProvider.java | 72 public int update(@NonNull Uri uri, ContentValues values, String selection, in update() method in AssetProvider
|
/development/samples/ApiDemos/src/com/example/android/apis/graphics/kube/ |
D | GLVertex.java | 73 public void update(IntBuffer vertexBuffer, M4 transform) { in update() method in GLVertex
|
/development/samples/NotePad/src/com/example/android/notepad/ |
D | TitleEditor.java | 184 getContentResolver().update( in saveTitle()
|
/development/samples/browseable/BeamLargeFiles/src/com.example.android.common/assetprovider/ |
D | AssetProvider.java | 137 public int update(Uri uri, ContentValues values, String selection, String[] selectionArgs) { in update() method in AssetProvider
|
/development/samples/training/threadsample/src/com/example/android/threadsample/ |
D | DataProvider.java | 447 public int update(Uri uri, ContentValues values, String selection, in update() method in DataProvider 460 int rows = localSQLiteDatabase.update( in update()
|
/development/tools/repo_diff/ |
D | git_commits_not_upstreamed.py | 86 insertion_commits.update(commits)
|
/development/samples/ApiDemos/src/com/example/android/apis/graphics/ |
D | PurgeableBitmap.java | 46 int index = mView.update(this); in handleMessage()
|