Searched refs: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
144 mUpdateValues = new ContentValues();
145 mUpdateValues.put(BluetoothShare.USER_CONFIRMATION,
147 this.getContentResolver().update(mUri, mUpdateValues, null, null);
155 mUpdateValues = new ContentValues();
156 mUpdateValues.put(BluetoothShare.USER_CONFIRMATION,
158 this.getContentResolver().update(mUri, mUpdateValues, null, null);
167 mUpdateValues = new ContentValues();
168 mUpdateValues.put(BluetoothShare.VISIBILITY, BluetoothShare.VISIBILITY_HIDDEN);
169 this.getContentResolver().update(mUri, mUpdateValues, nul
[all...]

Completed in 51 milliseconds