Home
last modified time | relevance | path

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

/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
H A DBluetoothOppIncomingFileConfirmActivity.java75 private ContentValues mUpdateValues; field in BluetoothOppIncomingFileConfirmActivity
147 mUpdateValues = new ContentValues(); in onIncomingFileConfirmOk()
148 mUpdateValues.put(BluetoothShare.USER_CONFIRMATION, in onIncomingFileConfirmOk()
150 this.getContentResolver().update(mUri, mUpdateValues, null, null); in onIncomingFileConfirmOk()
158 mUpdateValues = new ContentValues(); in onIncomingFileConfirmCancel()
159 mUpdateValues.put(BluetoothShare.USER_CONFIRMATION, in onIncomingFileConfirmCancel()
161 this.getContentResolver().update(mUri, mUpdateValues, null, null); in onIncomingFileConfirmCancel()