Searched refs:mUpdateValues (Results 1 – 1 of 1) sorted by relevance
78 private ContentValues mUpdateValues; field in BluetoothOppIncomingFileConfirmActivity156 mUpdateValues = new ContentValues(); in onIncomingFileConfirmOk()157 mUpdateValues.put( in onIncomingFileConfirmOk()161 this.getContentResolver(), mUri, mUpdateValues, null, null); in onIncomingFileConfirmOk() local169 mUpdateValues = new ContentValues(); in onIncomingFileConfirmCancel()170 mUpdateValues.put( in onIncomingFileConfirmCancel()173 .contentResolverUpdate(this.getContentResolver(), mUri, mUpdateValues, null, null); in onIncomingFileConfirmCancel() local