Home
last modified time | relevance | path

Searched refs:DIRECTION_INBOUND (Results 1 – 20 of 20) sorted by relevance

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/opp/
DBluetoothOppReceiver.java150 if (transInfo.mDirection == BluetoothShare.DIRECTION_INBOUND in onReceive()
181 in.putExtra(Constants.EXTRA_DIRECTION, BluetoothShare.DIRECTION_INBOUND); in onReceive()
272 if (transInfo.mDirection == BluetoothShare.DIRECTION_INBOUND) { in onReceive()
307 } else if (transInfo.mDirection == BluetoothShare.DIRECTION_INBOUND) { in onReceive()
316 } else if (transInfo.mDirection == BluetoothShare.DIRECTION_INBOUND) { in onReceive()
DBluetoothOppService.java174 + BluetoothShare.DIRECTION_INBOUND
185 + BluetoothShare.DIRECTION_INBOUND
931 } else if (info.mDirection == BluetoothShare.DIRECTION_INBOUND) { in insertShare()
950 } else if (info.mDirection == BluetoothShare.DIRECTION_INBOUND in insertShare()
1194 } else if (nextBatch.mDirection == BluetoothShare.DIRECTION_INBOUND in removeBatch()
1219 && info.mDirection == BluetoothShare.DIRECTION_INBOUND in scanFileIfNeeded()
DBluetoothOppNotification.java124 + BluetoothShare.DIRECTION_INBOUND
346 } else if (item.direction == BluetoothShare.DIRECTION_INBOUND) { in updateActiveNotification()
385 if (item.direction == BluetoothShare.DIRECTION_INBOUND) { in updateActiveNotification()
435 } else if (item.direction == BluetoothShare.DIRECTION_INBOUND) { in updateActiveNotification()
DBluetoothShare.java184 public static final int DIRECTION_INBOUND = 1; field in BluetoothShare
DBluetoothOppShareInfo.java111 } else if (mDirection == BluetoothShare.DIRECTION_INBOUND) { in isReadyToStart()
DBluetoothOppTransferHistory.java124 + BluetoothShare.DIRECTION_INBOUND in onCreate()
344 if (transInfo.mDirection == BluetoothShare.DIRECTION_INBOUND in openCompleteTransfer()
DBluetoothOppTransfer.java467 if (mCurrentShare.mDirection == BluetoothShare.DIRECTION_INBOUND in markBatchFailed()
562 } else if (mBatch.mDirection == BluetoothShare.DIRECTION_INBOUND) { in start()
631 } else if (mBatch.mDirection == BluetoothShare.DIRECTION_INBOUND) { in startObexSession()
958 if (info.mDirection == BluetoothShare.DIRECTION_INBOUND) { in onShareAdded()
DBluetoothOppBatch.java142 if (info.mDirection == BluetoothShare.DIRECTION_INBOUND && info.mUri != null) { in cancelBatch()
DBluetoothOppTransferAdapter.java108 if (dir == BluetoothShare.DIRECTION_INBOUND) { in bindView()
DBluetoothOppProvider.java330 if (dir == BluetoothShare.DIRECTION_INBOUND && con == null) { in insert()
DBluetoothOppTransferActivity.java185 if (direction == BluetoothShare.DIRECTION_INBOUND) { in displayWhichDialog()
DBluetoothOppObexServerSession.java296 values.put(BluetoothShare.DIRECTION, BluetoothShare.DIRECTION_INBOUND); in onPut()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/opp/
DBluetoothOppTransferHistoryTest.java115 BluetoothShare.DIRECTION_INBOUND), in setUp()
161 mIntent.putExtra(Constants.EXTRA_DIRECTION, BluetoothShare.DIRECTION_INBOUND); in onCreate_withDirectionInbound_displayInboundHistory()
199 mIntent.putExtra(Constants.EXTRA_DIRECTION, BluetoothShare.DIRECTION_INBOUND); in onOptionsItemSelected_clearAllSelected_promptWarning()
DBluetoothOppTransferActivityTest.java202 new CursorMockData(BluetoothShare.DIRECTION, 2, BluetoothShare.DIRECTION_INBOUND)); in onCreate_showReceiveOnGoingDialog()
224 new CursorMockData(BluetoothShare.DIRECTION, 2, BluetoothShare.DIRECTION_INBOUND)); in onCreate_showReceiveCompleteSuccessDialog()
247 new CursorMockData(BluetoothShare.DIRECTION, 2, BluetoothShare.DIRECTION_INBOUND)); in onCreate_showReceiveCompleteFailDialog()
DBluetoothOppObexClientSessionTest.java96 int direction = BluetoothShare.DIRECTION_INBOUND; in startThenStop_startsAndStopsClientThread()
164 int direction = BluetoothShare.DIRECTION_INBOUND; in clientThreadSendFile_clientSessionDisconnected_returnsObexDataError()
DBluetoothOppNotificationTest.java130 int dir = BluetoothShare.DIRECTION_INBOUND; in updateActiveNotification()
291 int dir = BluetoothShare.DIRECTION_INBOUND; in updateCompletedNotification_withInBoundShare_showsNoti()
368 int dir = BluetoothShare.DIRECTION_INBOUND; in updateIncomingFileConfirmationNotification()
DBluetoothOppShareInfoTest.java39 private int direction = BluetoothShare.DIRECTION_INBOUND;
DBluetoothOppObexServerSessionTest.java137 int direction = BluetoothShare.DIRECTION_INBOUND; in addShare_updatesShareInfo()
249 int direction = BluetoothShare.DIRECTION_INBOUND; in onPut_returnsObexHttpOk()
DBluetoothOppTransferTest.java73 private final int mDirection = BluetoothShare.DIRECTION_INBOUND;
152 BluetoothShare.DIRECTION_INBOUND, in onShareAdded_checkFirstPendingShare()
DBluetoothOppReceiverTest.java228 intended(hasExtra(Constants.EXTRA_DIRECTION, BluetoothShare.DIRECTION_INBOUND)); in onReceive_withActionInboundTransfer_startsTransferHistoryActivity()