Searched refs:DIRECTION (Results 1 – 10 of 10) sorted by relevance
165 + BluetoothShare.MIMETYPE + " TEXT, " + BluetoothShare.DIRECTION + " INTEGER, " in createTable()246 Integer dir = values.getAsInteger(BluetoothShare.DIRECTION); in insert()250 if (values.getAsInteger(BluetoothShare.DIRECTION) == null) { in insert()260 filteredValues.put(BluetoothShare.DIRECTION, dir); in insert()
98 direction = "(" + BluetoothShare.DIRECTION + " == " + BluetoothShare.DIRECTION_OUTBOUND in onCreate()106 direction = "(" + BluetoothShare.DIRECTION + " == " + BluetoothShare.DIRECTION_INBOUND in onCreate()124 BluetoothShare.VISIBILITY, BluetoothShare.DESTINATION, BluetoothShare.DIRECTION in onCreate()
576 cursor.getInt(cursor.getColumnIndexOrThrow(BluetoothShare.DIRECTION)), in insertShare()703 info.mDirection = cursor.getInt(cursor.getColumnIndexOrThrow(BluetoothShare.DIRECTION)); in updateShare()923 final String WHERE_INVISIBLE_COMPLETE_OUTBOUND = BluetoothShare.DIRECTION + "=" in trimDatabase()931 final String WHERE_INVISIBLE_COMPLETE_INBOUND_FAILED = BluetoothShare.DIRECTION + "=" in trimDatabase()940 final String WHERE_INBOUND_SUCCESS = BluetoothShare.DIRECTION + "=" in trimDatabase()
82 + BluetoothShare.DIRECTION + " == " + BluetoothShare.DIRECTION_OUTBOUND + ")";85 + BluetoothShare.DIRECTION + " == " + BluetoothShare.DIRECTION_INBOUND + ")";232 final int directionIndex = cursor.getColumnIndexOrThrow(BluetoothShare.DIRECTION); in updateActiveNotification()
130 public static final String DIRECTION = "direction"; field in BluetoothShare
72 int dir = cursor.getInt(cursor.getColumnIndexOrThrow(BluetoothShare.DIRECTION)); in bindView()
89 .getColumnIndexOrThrow(BluetoothShare.DIRECTION)); in fillRecord()
254 values.put(BluetoothShare.DIRECTION, BluetoothShare.DIRECTION_OUTBOUND);
272 values.put(BluetoothShare.DIRECTION, BluetoothShare.DIRECTION_INBOUND); in onPut()
687 updateValues.put(BluetoothShare.DIRECTION, share.mDirection); in tickShareStatus()