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.java86 WHERE_COMPLETED + " AND " + "(" + BluetoothShare.DIRECTION + " == "
90 WHERE_COMPLETED + " AND " + "(" + BluetoothShare.DIRECTION + " == "
266 final int directionIndex = cursor.getColumnIndexOrThrow(BluetoothShare.DIRECTION); in updateActiveNotification()
DBluetoothOppService.java157 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()
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);
DBluetoothOppObexServerSession.java276 values.put(BluetoothShare.DIRECTION, BluetoothShare.DIRECTION_INBOUND); in onPut()
DBluetoothOppUtility.java102 info.mDirection = cursor.getInt(cursor.getColumnIndexOrThrow(BluetoothShare.DIRECTION)); in fillRecord()
DBluetoothOppTransfer.java851 updateValues.put(BluetoothShare.DIRECTION, share.mDirection); in tickShareStatus()