Searched defs:mUpdateValues (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
H A DBluetoothOppIncomingFileConfirmActivity.java76 private ContentValues mUpdateValues; field in class:BluetoothOppIncomingFileConfirmActivity
142 mUpdateValues = new ContentValues();
143 mUpdateValues.put(BluetoothShare.USER_CONFIRMATION,
145 this.getContentResolver().update(mUri, mUpdateValues, null, null);
153 mUpdateValues = new ContentValues();
154 mUpdateValues.put(BluetoothShare.USER_CONFIRMATION,
156 this.getContentResolver().update(mUri, mUpdateValues, null, null);
165 mUpdateValues = new ContentValues();
166 mUpdateValues.put(BluetoothShare.VISIBILITY, BluetoothShare.VISIBILITY_HIDDEN);
167 this.getContentResolver().update(mUri, mUpdateValues, nul
[all...]

Completed in 84 milliseconds