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()
88 WHERE_COMPLETED + " AND " + "(" + BluetoothShare.DIRECTION + " == "92 WHERE_COMPLETED + " AND " + "(" + BluetoothShare.DIRECTION + " == "268 final int directionIndex = cursor.getColumnIndexOrThrow(BluetoothShare.DIRECTION); in updateActiveNotification()
156 BluetoothShare.DIRECTION + "=" + BluetoothShare.DIRECTION_INBOUND + " AND "161 BluetoothShare.DIRECTION + "=" + BluetoothShare.DIRECTION_INBOUND + " AND "724 cursor.getInt(cursor.getColumnIndexOrThrow(BluetoothShare.DIRECTION)), in insertShare()856 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);
101 info.mDirection = cursor.getInt(cursor.getColumnIndexOrThrow(BluetoothShare.DIRECTION)); in fillRecord()
277 values.put(BluetoothShare.DIRECTION, BluetoothShare.DIRECTION_INBOUND); in onPut()
858 updateValues.put(BluetoothShare.DIRECTION, share.mDirection); in tickShareStatus()