Searched refs:DIRECTION (Results 1 – 10 of 10) sorted by relevance
98 direction = "(" + BluetoothShare.DIRECTION + " == " + BluetoothShare.DIRECTION_OUTBOUND in onCreate()106 direction = "(" + BluetoothShare.DIRECTION + " == " + BluetoothShare.DIRECTION_INBOUND in onCreate()129 BluetoothShare.DIRECTION in onCreate()
145 + BluetoothShare.MIMETYPE + " TEXT, " + BluetoothShare.DIRECTION + " INTEGER, " in createTable()221 Integer dir = values.getAsInteger(BluetoothShare.DIRECTION); in insert()234 filteredValues.put(BluetoothShare.DIRECTION, dir); in insert()
86 WHERE_COMPLETED + " AND " + "(" + BluetoothShare.DIRECTION + " == "90 WHERE_COMPLETED + " AND " + "(" + BluetoothShare.DIRECTION + " == "266 final int directionIndex = cursor.getColumnIndexOrThrow(BluetoothShare.DIRECTION); in updateActiveNotification()
157 BluetoothShare.DIRECTION + "=" + BluetoothShare.DIRECTION_INBOUND + " AND "162 BluetoothShare.DIRECTION + "=" + BluetoothShare.DIRECTION_INBOUND + " AND "730 cursor.getInt(cursor.getColumnIndexOrThrow(BluetoothShare.DIRECTION)), in insertShare()860 info.mDirection = cursor.getInt(cursor.getColumnIndexOrThrow(BluetoothShare.DIRECTION)); in updateShare()
132 public static final String DIRECTION = "direction"; field in BluetoothShare
72 int dir = cursor.getInt(cursor.getColumnIndexOrThrow(BluetoothShare.DIRECTION)); in bindView()
255 values.put(BluetoothShare.DIRECTION, BluetoothShare.DIRECTION_OUTBOUND);
276 values.put(BluetoothShare.DIRECTION, BluetoothShare.DIRECTION_INBOUND); in onPut()
102 info.mDirection = cursor.getInt(cursor.getColumnIndexOrThrow(BluetoothShare.DIRECTION)); in fillRecord()
851 updateValues.put(BluetoothShare.DIRECTION, share.mDirection); in tickShareStatus()