Home
last modified time | relevance | path

Searched refs:DIRECTION (Results 1 – 8 of 8) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
DBluetoothOppProvider.java176 + 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()
DBluetoothShare.java136 public static final String DIRECTION = "direction"; field in BluetoothShare
DBluetoothOppNotification.java176 int dir = cursor.getInt(cursor.getColumnIndexOrThrow(BluetoothShare.DIRECTION)); in updateActiveNotification()
268 int dir = cursor.getInt(cursor.getColumnIndexOrThrow(BluetoothShare.DIRECTION)); in updateCompletedNotification()
DBluetoothOppUtility.java72 .getColumnIndexOrThrow(BluetoothShare.DIRECTION)); in queryRecord()
DBluetoothOppService.java526 cursor.getInt(cursor.getColumnIndexOrThrow(BluetoothShare.DIRECTION)), in insertShare()
651 info.mDirection = cursor.getInt(cursor.getColumnIndexOrThrow(BluetoothShare.DIRECTION)); in updateShare()
DBluetoothOppObexServerSession.java265 values.put(BluetoothShare.DIRECTION, BluetoothShare.DIRECTION_INBOUND); in onPut()
DTestActivity.java254 values.put(BluetoothShare.DIRECTION, BluetoothShare.DIRECTION_OUTBOUND);
DBluetoothOppTransfer.java742 updateValues.put(BluetoothShare.DIRECTION, share.mDirection); in tickShareStatus()