Searched refs:DIRECTION (Results 1 – 8 of 8) sorted by relevance
176 + BluetoothShare.MIMETYPE + " TEXT, " + BluetoothShare.DIRECTION + " INTEGER, " in createTable()251 Integer dir = values.getAsInteger(BluetoothShare.DIRECTION); in insert()254 if (values.getAsInteger(BluetoothShare.DIRECTION) == null) { in insert()264 filteredValues.put(BluetoothShare.DIRECTION, dir); in insert()321 qb.appendWhere(BluetoothShare.DIRECTION + "=" + BluetoothShare.DIRECTION_INBOUND in query()
136 public static final String DIRECTION = "direction"; field in BluetoothShare
176 int dir = cursor.getInt(cursor.getColumnIndexOrThrow(BluetoothShare.DIRECTION)); in updateActiveNotification()268 int dir = cursor.getInt(cursor.getColumnIndexOrThrow(BluetoothShare.DIRECTION)); in updateCompletedNotification()
72 .getColumnIndexOrThrow(BluetoothShare.DIRECTION)); in queryRecord()
526 cursor.getInt(cursor.getColumnIndexOrThrow(BluetoothShare.DIRECTION)), in insertShare()651 info.mDirection = cursor.getInt(cursor.getColumnIndexOrThrow(BluetoothShare.DIRECTION)); in updateShare()
265 values.put(BluetoothShare.DIRECTION, BluetoothShare.DIRECTION_INBOUND); in onPut()
254 values.put(BluetoothShare.DIRECTION, BluetoothShare.DIRECTION_OUTBOUND);
742 updateValues.put(BluetoothShare.DIRECTION, share.mDirection); in tickShareStatus()