Searched refs:mUpdateValues (Results 1 – 1 of 1) sorted by relevance
75 private ContentValues mUpdateValues; field in BluetoothOppIncomingFileConfirmActivity147 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()