Home
last modified time | relevance | path

Searched refs:DIRECTION_OUTBOUND (Results 1 – 19 of 19) sorted by relevance

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/opp/
DBluetoothOppTransferActivityTest.java136 new CursorMockData(BluetoothShare.DIRECTION, 2, BluetoothShare.DIRECTION_OUTBOUND)); in onCreate_showSendOnGoingDialog()
158 new CursorMockData(BluetoothShare.DIRECTION, 2, BluetoothShare.DIRECTION_OUTBOUND)); in onCreate_showSendCompleteSuccessDialog()
180 new CursorMockData(BluetoothShare.DIRECTION, 2, BluetoothShare.DIRECTION_OUTBOUND)); in onCreate_showSendCompleteFailDialog()
DBluetoothOppTransferHistoryTest.java180 BluetoothShare.DIRECTION, 2, BluetoothShare.DIRECTION_OUTBOUND)); in onCreate_withDirectionOutbound_displayOutboundHistory()
184 mIntent.putExtra(Constants.EXTRA_DIRECTION, BluetoothShare.DIRECTION_OUTBOUND); in onCreate_withDirectionOutbound_displayOutboundHistory()
DBluetoothOppReceiverTest.java207 intended(hasExtra(Constants.EXTRA_DIRECTION, BluetoothShare.DIRECTION_OUTBOUND)); in onReceive_withActionOutboundTransfer_startsTransferHistoryActivity()
351 BluetoothShare.DIRECTION_OUTBOUND), in onReceive_withActionTransferCompletedAndHandoverInitiated_contextSendBroadcast()
407 BluetoothShare.DIRECTION_OUTBOUND), in onReceive_withActionTransferComplete_noBroadcastSent()
DBluetoothOppShareInfoTest.java89 mBluetoothOppShareInfo.mDirection = BluetoothShare.DIRECTION_OUTBOUND; in testReadyToStart()
DBluetoothOppTransferTest.java246 BluetoothShare.DIRECTION_OUTBOUND, in eventHandler_handleMessage_MSG_SHARE_COMPLETE_shareAdded()
298 BluetoothShare.DIRECTION_OUTBOUND, in eventHandler_handleMessage_MSG_SHARE_INTERRUPTED_batchFailed()
DIncomingFileConfirmActivityTest.java126 BluetoothShare.DIRECTION_OUTBOUND), in setUp()
DBluetoothOppNotificationTest.java211 int dir = BluetoothShare.DIRECTION_OUTBOUND; in updateCompletedNotification_withOutBoundShare_showsNoti()
DTestActivity.java256 values.put(BluetoothShare.DIRECTION, BluetoothShare.DIRECTION_OUTBOUND);
DBluetoothOppUtilityTest.java287 int directionValue = BluetoothShare.DIRECTION_OUTBOUND; in fillRecord_filledAllProperties()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/opp/
DBluetoothOppTransfer.java306 if (mBatch.mDirection == BluetoothShare.DIRECTION_OUTBOUND) { in handleMessage()
367 if (mBatch.mDirection == BluetoothShare.DIRECTION_OUTBOUND) { in handleMessage()
399 if (mBatch.mDirection == BluetoothShare.DIRECTION_OUTBOUND) { in handleMessage()
486 if (info.mDirection == BluetoothShare.DIRECTION_OUTBOUND) { in markBatchFailed()
559 if (mBatch.mDirection == BluetoothShare.DIRECTION_OUTBOUND) { in start()
628 if (mBatch.mDirection == BluetoothShare.DIRECTION_OUTBOUND) { in startObexSession()
DBluetoothOppReceiver.java173 in.putExtra(Constants.EXTRA_DIRECTION, BluetoothShare.DIRECTION_OUTBOUND); in onReceive()
305 if (transInfo.mDirection == BluetoothShare.DIRECTION_OUTBOUND) { in onReceive()
313 if (transInfo.mDirection == BluetoothShare.DIRECTION_OUTBOUND) { in onReceive()
DBluetoothOppService.java315 String dir = info.mDirection == BluetoothShare.DIRECTION_OUTBOUND ? " -> " : " <- "; in dump()
901 if (info.mDirection == BluetoothShare.DIRECTION_OUTBOUND) { in insertShare()
923 if (info.mDirection == BluetoothShare.DIRECTION_OUTBOUND) { in insertShare()
942 if (info.mDirection == BluetoothShare.DIRECTION_OUTBOUND && mTransfer != null) { in insertShare()
1059 if (batch.mDirection == BluetoothShare.DIRECTION_OUTBOUND) { in updateShare()
1189 if (nextBatch.mDirection == BluetoothShare.DIRECTION_OUTBOUND) { in removeBatch()
DBluetoothShare.java181 public static final int DIRECTION_OUTBOUND = 0; field in BluetoothShare
DBluetoothOppShareInfo.java107 if (mDirection == BluetoothShare.DIRECTION_OUTBOUND) { in isReadyToStart()
DBluetoothOppTransferHistory.java107 isOutbound = (dir == BluetoothShare.DIRECTION_OUTBOUND); in onCreate()
116 + BluetoothShare.DIRECTION_OUTBOUND in onCreate()
DBluetoothOppNotification.java115 + BluetoothShare.DIRECTION_OUTBOUND
344 if (item.direction == BluetoothShare.DIRECTION_OUTBOUND) { in updateActiveNotification()
433 if (item.direction == BluetoothShare.DIRECTION_OUTBOUND) { in updateActiveNotification()
DBluetoothOppProvider.java325 dir = BluetoothShare.DIRECTION_OUTBOUND; in insert()
327 if (dir == BluetoothShare.DIRECTION_OUTBOUND && con == null) { in insert()
DBluetoothOppTransferAdapter.java75 if (dir == BluetoothShare.DIRECTION_OUTBOUND) { in bindView()
DBluetoothOppTransferActivity.java196 } else if (direction == BluetoothShare.DIRECTION_OUTBOUND) { in displayWhichDialog()