Searched refs:USER_CONFIRMATION (Results 1 – 9 of 9) sorted by relevance
174 public static final String USER_CONFIRMATION = "confirm"; field in BluetoothShare
146 mUpdateValues.put(BluetoothShare.USER_CONFIRMATION, in onClick()157 mUpdateValues.put(BluetoothShare.USER_CONFIRMATION, in onClick()
178 + " INTEGER, " + BluetoothShare.USER_CONFIRMATION + " INTEGER, " in createTable()252 Integer con = values.getAsInteger(BluetoothShare.USER_CONFIRMATION); in insert()263 filteredValues.put(BluetoothShare.USER_CONFIRMATION, con); in insert()
66 static final String confirm = "(" + BluetoothShare.USER_CONFIRMATION + " == '"68 + BluetoothShare.USER_CONFIRMATION + " == '"81 static final String WHERE_CONFIRM_PENDING = BluetoothShare.USER_CONFIRMATION + " == '"
531 cursor.getInt(cursor.getColumnIndexOrThrow(BluetoothShare.USER_CONFIRMATION)), in insertShare()667 .getColumnIndexOrThrow(BluetoothShare.USER_CONFIRMATION)); in updateShare()682 .getColumnIndexOrThrow(BluetoothShare.USER_CONFIRMATION)); in updateShare()
197 .getColumnIndexOrThrow(BluetoothShare.USER_CONFIRMATION); in onReceive()
271 values.put(BluetoothShare.USER_CONFIRMATION, in onPut()
295 updateValues.put(BluetoothShare.USER_CONFIRMATION,
301 .put(BluetoothShare.USER_CONFIRMATION, BluetoothShare.USER_CONFIRMATION_TIMEOUT); in markShareTimeout()