Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
DBluetoothOppTransferHistory.java98 direction = "(" + BluetoothShare.DIRECTION + " == " + BluetoothShare.DIRECTION_OUTBOUND in onCreate()
106 direction = "(" + BluetoothShare.DIRECTION + " == " + BluetoothShare.DIRECTION_INBOUND in onCreate()
129 BluetoothShare.DIRECTION in onCreate()
DBluetoothOppProvider.java145 + 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()
DBluetoothOppNotification.java87 WHERE_COMPLETED + " AND " + "(" + BluetoothShare.DIRECTION + " == "
91 WHERE_COMPLETED + " AND " + "(" + BluetoothShare.DIRECTION + " == "
267 final int directionIndex = cursor.getColumnIndexOrThrow(BluetoothShare.DIRECTION); in updateActiveNotification()
DBluetoothOppService.java155 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()
DBluetoothShare.java132 public static final String DIRECTION = "direction"; field in BluetoothShare
DBluetoothOppTransferAdapter.java72 int dir = cursor.getInt(cursor.getColumnIndexOrThrow(BluetoothShare.DIRECTION)); in bindView()
DTestActivity.java255 values.put(BluetoothShare.DIRECTION, BluetoothShare.DIRECTION_OUTBOUND);
DBluetoothOppUtility.java101 info.mDirection = cursor.getInt(cursor.getColumnIndexOrThrow(BluetoothShare.DIRECTION)); in fillRecord()
DBluetoothOppObexServerSession.java276 values.put(BluetoothShare.DIRECTION, BluetoothShare.DIRECTION_INBOUND); in onPut()
DBluetoothOppTransfer.java850 updateValues.put(BluetoothShare.DIRECTION, share.mDirection); in tickShareStatus()