Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/opp/
DBluetoothOppIncomingFileConfirmActivity.java78 private ContentValues mUpdateValues; field in BluetoothOppIncomingFileConfirmActivity
156 mUpdateValues = new ContentValues(); in onIncomingFileConfirmOk()
157 mUpdateValues.put( in onIncomingFileConfirmOk()
161 this.getContentResolver(), mUri, mUpdateValues, null, null); in onIncomingFileConfirmOk() local
169 mUpdateValues = new ContentValues(); in onIncomingFileConfirmCancel()
170 mUpdateValues.put( in onIncomingFileConfirmCancel()
173 .contentResolverUpdate(this.getContentResolver(), mUri, mUpdateValues, null, null); in onIncomingFileConfirmCancel() local