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

  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppShareInfo.java 93 if (mDirection == BluetoothShare.DIRECTION_OUTBOUND) {
BluetoothShare.java 228 public static final int DIRECTION_OUTBOUND = 0;
BluetoothOppTransfer.java 200 if (mBatch.mDirection == BluetoothShare.DIRECTION_OUTBOUND) {
242 if (mBatch.mDirection == BluetoothShare.DIRECTION_OUTBOUND) {
268 if (mBatch.mDirection == BluetoothShare.DIRECTION_OUTBOUND) {
337 if (info.mDirection == BluetoothShare.DIRECTION_OUTBOUND) {
403 if (mBatch.mDirection == BluetoothShare.DIRECTION_OUTBOUND) {
457 if (mBatch.mDirection == BluetoothShare.DIRECTION_OUTBOUND) {
    [all...]
BluetoothOppTransferHistory.java 94 if (dir == BluetoothShare.DIRECTION_OUTBOUND) {
96 direction = "(" + BluetoothShare.DIRECTION + " == " + BluetoothShare.DIRECTION_OUTBOUND
BluetoothOppReceiver.java 175 in.putExtra("direction", BluetoothShare.DIRECTION_OUTBOUND);
261 if (transInfo.mDirection == BluetoothShare.DIRECTION_OUTBOUND) {
269 if (transInfo.mDirection == BluetoothShare.DIRECTION_OUTBOUND) {
BluetoothOppTransferAdapter.java 76 if (dir == BluetoothShare.DIRECTION_OUTBOUND) {
BluetoothOppService.java 572 if (info.mDirection == BluetoothShare.DIRECTION_OUTBOUND) {
599 if (info.mDirection == BluetoothShare.DIRECTION_OUTBOUND) {
610 if (info.mDirection == BluetoothShare.DIRECTION_OUTBOUND && mTransfer != null) {
712 if (batch.mDirection == BluetoothShare.DIRECTION_OUTBOUND) {
    [all...]
BluetoothOppNotification.java 80 + BluetoothShare.DIRECTION + " == " + BluetoothShare.DIRECTION_OUTBOUND + ")";
268 if (item.direction == BluetoothShare.DIRECTION_OUTBOUND) {
322 if (item.direction == BluetoothShare.DIRECTION_OUTBOUND) {
BluetoothOppProvider.java 258 dir = BluetoothShare.DIRECTION_OUTBOUND;
260 if (dir == BluetoothShare.DIRECTION_OUTBOUND && con == null) {
BluetoothOppTransferActivity.java 194 } else if (direction == BluetoothShare.DIRECTION_OUTBOUND) {
TestActivity.java 132 * BluetoothShare.DIRECTION_OUTBOUND); final Uri contentUri =
254 values.put(BluetoothShare.DIRECTION, BluetoothShare.DIRECTION_OUTBOUND);

Completed in 230 milliseconds