HomeSort by relevance Sort by last modified time
    Searched refs:DIRECTION_INBOUND (Results 1 - 12 of 12) sorted by null

  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppReceiver.java 138 if (transInfo.mDirection == BluetoothShare.DIRECTION_INBOUND
167 in.putExtra("direction", BluetoothShare.DIRECTION_INBOUND);
176 in.putExtra("direction", BluetoothShare.DIRECTION_INBOUND);
229 if (transInfo.mDirection == BluetoothShare.DIRECTION_INBOUND) {
257 } else if (transInfo.mDirection == BluetoothShare.DIRECTION_INBOUND) {
266 } else if (transInfo.mDirection == BluetoothShare.DIRECTION_INBOUND) {
BluetoothOppShareInfo.java 99 } else if (mDirection == BluetoothShare.DIRECTION_INBOUND) {
BluetoothShare.java 229 public static final int DIRECTION_INBOUND = 1;
BluetoothOppBatch.java 153 if (info.mDirection == BluetoothShare.DIRECTION_INBOUND && info.mFilename != null) {
BluetoothOppNotification.java 91 + BluetoothShare.DIRECTION_INBOUND + ")";
306 } else if (item.direction == BluetoothShare.DIRECTION_INBOUND) {
341 if (item.direction == BluetoothShare.DIRECTION_INBOUND) {
378 } else if (item.direction == BluetoothShare.DIRECTION_INBOUND) {
BluetoothOppTransfer.java 404 if (mCurrentShare.mDirection == BluetoothShare.DIRECTION_INBOUND
490 } else if (mBatch.mDirection == BluetoothShare.DIRECTION_INBOUND) {
561 } else if (mBatch.mDirection == BluetoothShare.DIRECTION_INBOUND) {
    [all...]
BluetoothOppTransferAdapter.java 109 if (dir == BluetoothShare.DIRECTION_INBOUND) {
BluetoothOppTransferHistory.java 106 direction = "(" + BluetoothShare.DIRECTION + " == " + BluetoothShare.DIRECTION_INBOUND
317 if (transInfo.mDirection == BluetoothShare.DIRECTION_INBOUND
BluetoothOppService.java 155 BluetoothShare.DIRECTION + "=" + BluetoothShare.DIRECTION_INBOUND + " AND "
160 BluetoothShare.DIRECTION + "=" + BluetoothShare.DIRECTION_INBOUND + " AND "
782 } else if (info.mDirection == BluetoothShare.DIRECTION_INBOUND) {
    [all...]
BluetoothOppProvider.java 230 if (dir == BluetoothShare.DIRECTION_INBOUND && con == null) {
BluetoothOppObexServerSession.java 276 values.put(BluetoothShare.DIRECTION, BluetoothShare.DIRECTION_INBOUND);
BluetoothOppTransferActivity.java 188 if (direction == BluetoothShare.DIRECTION_INBOUND) {

Completed in 253 milliseconds