Home
last modified time | relevance | path

Searched refs:mUpdateValues (Results 1 – 1 of 1) sorted by relevance

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