Home
last modified time | relevance | path

Searched defs: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
161 this.getContentResolver(), mUri, mUpdateValues, null, null); in onIncomingFileConfirmOk() local
173 .contentResolverUpdate(this.getContentResolver(), mUri, mUpdateValues, null, null); in onIncomingFileConfirmCancel() local