HomeSort by relevance Sort by last modified time
    Searched refs:updateValues (Results 1 - 22 of 22) sorted by null

  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppObexClientSession.java 324 ContentValues updateValues = new ContentValues();
327 updateValues.put(BluetoothShare.FILENAME_HINT, fileInfo.mFileName);
328 updateValues.put(BluetoothShare.TOTAL_BYTES, fileInfo.mLength);
329 updateValues.put(BluetoothShare.MIMETYPE, fileInfo.mMimetype);
331 mContext1.getContentResolver().update(contentUri, updateValues, null, null);
343 ContentValues updateValues;
388 updateValues = new ContentValues();
389 updateValues.put(BluetoothShare.CURRENT_BYTES, 0);
390 updateValues.put(BluetoothShare.STATUS, BluetoothShare.STATUS_RUNNING);
391 mContext1.getContentResolver().update(contentUri, updateValues, null, null)
    [all...]
BluetoothOppTransfer.java 280 ContentValues updateValues = new ContentValues();
281 updateValues
283 mContext.getContentResolver().update(contentUri, updateValues, null, null);
316 ContentValues updateValues = new ContentValues();
317 updateValues.put(BluetoothShare.STATUS, info.mStatus);
324 updateValues.put(BluetoothShare.FILENAME_HINT, fileInfo.mFileName);
325 updateValues.put(BluetoothShare.TOTAL_BYTES, fileInfo.mLength);
326 updateValues.put(BluetoothShare.MIMETYPE, fileInfo.mMimetype);
333 mContext.getContentResolver().update(contentUri, updateValues, null, null);
686 ContentValues updateValues = new ContentValues()
    [all...]
Constants.java 288 ContentValues updateValues = new ContentValues();
289 updateValues.put(BluetoothShare.STATUS, status);
290 context.getContentResolver().update(contentUri, updateValues, null, null);
BluetoothOppObexServerSession.java 350 ContentValues updateValues = new ContentValues();
352 updateValues.put(BluetoothShare._DATA, mFileInfo.mFileName);
353 updateValues.put(BluetoothShare.STATUS, BluetoothShare.STATUS_RUNNING);
354 mContext.getContentResolver().update(contentUri, updateValues, null, null);
432 ContentValues updateValues = new ContentValues();
433 updateValues.put(BluetoothShare._DATA, fileInfo.mFileName);
434 mContext.getContentResolver().update(contentUri, updateValues, null, null);
474 ContentValues updateValues = new ContentValues();
475 updateValues.put(BluetoothShare.CURRENT_BYTES, position);
476 mContext.getContentResolver().update(contentUri, updateValues, null, null)
    [all...]
BluetoothOppReceiveFileInfo.java 174 ContentValues updateValues = new ContentValues();
175 updateValues.put(BluetoothShare.FILENAME_HINT, displayName);
176 context.getContentResolver().update(contentUri, updateValues, null, null);
TestActivity.java 178 * ContentValues updateValues = new ContentValues();
179 * updateValues.put(BluetoothShare.TOTAL_BYTES, 120000);
180 * getContentResolver().update(contentUri1,updateValues,null,null);
193 * updateValues.put(BluetoothShare.CURRENT_BYTES, currentByte);
194 * getContentResolver().update(contentUri1,updateValues,null,null); } }
289 ContentValues updateValues = new ContentValues();
291 // updateValues.put(BluetoothShare.TOTAL_BYTES, "120000");
292 // updateValues.put(BluetoothShare.CURRENT_BYTES, mCurrentByte);
293 // updateValues.put(BluetoothShare.VISIBILITY,
295 updateValues.put(BluetoothShare.USER_CONFIRMATION
    [all...]
BluetoothOppReceiver.java 219 ContentValues updateValues = new ContentValues();
220 updateValues.put(BluetoothShare.VISIBILITY, BluetoothShare.VISIBILITY_HIDDEN);
221 context.getContentResolver().update(BluetoothShare.CONTENT_URI, updateValues,
BluetoothOppUtility.java 261 ContentValues updateValues = new ContentValues();
262 updateValues.put(BluetoothShare.VISIBILITY, BluetoothShare.VISIBILITY_HIDDEN);
263 context.getContentResolver().update(uri, updateValues, null, null);
BluetoothOppService.java 250 ContentValues updateValues = new ContentValues();
252 updateValues.put(Constants.MEDIA_SCANNED, Constants.MEDIA_SCANNED_SCANNED_OK);
253 updateValues.put(BluetoothShare.URI, msg.obj.toString()); // update
254 updateValues.put(BluetoothShare.MIMETYPE, getContentResolver().getType(
256 getContentResolver().update(contentUri, updateValues, null, null);
    [all...]
  /external/autotest/frontend/client/src/autotest/afe/
UserPreferencesView.java 100 updateValues();
108 private void updateValues() {
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/editors/
EditorGrad.java 181 mAdapters[i].updateValues(rep);
199 updateValues(rep);
204 public void updateValues(FilterGradRepresentation rep) {
  /cts/tests/tests/provider/src/android/provider/cts/
CalendarTest.java     [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/browse/
ConversationCursor.java     [all...]
  /packages/apps/Calendar/src/com/android/calendar/event/
EditEventHelper.java 714 ContentValues updateValues = new ContentValues();
    [all...]
  /packages/apps/Email/provider_src/com/android/email/service/
ImapService.java     [all...]
  /packages/providers/CalendarProvider/src/com/android/providers/calendar/
CalendarProvider2.java     [all...]
  /external/libgdx/extensions/gdx-tools/src/com/badlogic/gdx/tools/hiero/
Hiero.java     [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
SMSDispatcher.java     [all...]
  /packages/apps/Email/provider_src/com/android/email/provider/
EmailProvider.java     [all...]
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
ContactsProvider2.java     [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
AbstractActivityController.java     [all...]
  /external/robolectric/v3/runtime/
android-all-5.1.1_r9-robolectric-1.jar 

Completed in 1448 milliseconds