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

  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppReceiveFileInfo.java 174 ContentValues updateValues = new ContentValues();
175 updateValues.put(BluetoothShare.FILENAME_HINT, displayName);
176 context.getContentResolver().update(contentUri, updateValues, null, null);
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);
Constants.java 288 ContentValues updateValues = new ContentValues();
289 updateValues.put(BluetoothShare.STATUS, status);
290 context.getContentResolver().update(contentUri, updateValues, null, null);
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...]
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...]
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...]
  /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) {
  /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...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
SMSDispatcher.java     [all...]
  /cts/tests/tests/provider/src/android/provider/cts/
CalendarTest.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...]
  /packages/apps/UnifiedEmail/src/com/android/mail/browse/
ConversationCursor.java     [all...]
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
ContactsProvider2.java     [all...]
  /packages/apps/Email/provider_src/com/android/email/provider/
EmailProvider.java     [all...]
  /external/robolectric/v3/runtime/
android-all-5.1.1_r9-robolectric-1.jar 

Completed in 1093 milliseconds