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()
87 WHERE_COMPLETED + " AND " + "(" + BluetoothShare.DIRECTION + " == "91 WHERE_COMPLETED + " AND " + "(" + BluetoothShare.DIRECTION + " == "267 final int directionIndex = cursor.getColumnIndexOrThrow(BluetoothShare.DIRECTION); in updateActiveNotification()
155 BluetoothShare.DIRECTION + "=" + BluetoothShare.DIRECTION_INBOUND + " AND "160 BluetoothShare.DIRECTION + "=" + BluetoothShare.DIRECTION_INBOUND + " AND "728 cursor.getInt(cursor.getColumnIndexOrThrow(BluetoothShare.DIRECTION)), in insertShare()858 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()
276 values.put(BluetoothShare.DIRECTION, BluetoothShare.DIRECTION_INBOUND); in onPut()
850 updateValues.put(BluetoothShare.DIRECTION, share.mDirection); in tickShareStatus()