Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/opp/
DBluetoothOppReceiver.java138 if (transInfo.mDirection == BluetoothShare.DIRECTION_INBOUND in onReceive()
230 if (transInfo.mDirection == BluetoothShare.DIRECTION_INBOUND) { in onReceive()
265 } else if (transInfo.mDirection == BluetoothShare.DIRECTION_INBOUND) { in onReceive()
274 } else if (transInfo.mDirection == BluetoothShare.DIRECTION_INBOUND) { in onReceive()
DBluetoothOppService.java179 + BluetoothShare.DIRECTION_INBOUND
190 + BluetoothShare.DIRECTION_INBOUND
910 } else if (info.mDirection == BluetoothShare.DIRECTION_INBOUND) { in insertShare()
929 } else if (info.mDirection == BluetoothShare.DIRECTION_INBOUND in insertShare()
1173 } else if (nextBatch.mDirection == BluetoothShare.DIRECTION_INBOUND in removeBatch()
1198 && info.mDirection == BluetoothShare.DIRECTION_INBOUND in scanFileIfNeeded()
DBluetoothOppNotification.java123 + BluetoothShare.DIRECTION_INBOUND
344 } else if (item.direction == BluetoothShare.DIRECTION_INBOUND) { in updateActiveNotification()
383 if (item.direction == BluetoothShare.DIRECTION_INBOUND) { in updateActiveNotification()
433 } else if (item.direction == BluetoothShare.DIRECTION_INBOUND) { in updateActiveNotification()
DBluetoothShare.java184 public static final int DIRECTION_INBOUND = 1; field in BluetoothShare
DBluetoothOppTransferHistory.java134 + BluetoothShare.DIRECTION_INBOUND in onCreate()
356 if (transInfo.mDirection == BluetoothShare.DIRECTION_INBOUND in openCompleteTransfer()
DBluetoothOppTransfer.java460 if (mCurrentShare.mDirection == BluetoothShare.DIRECTION_INBOUND in markBatchFailed()
555 } else if (mBatch.mDirection == BluetoothShare.DIRECTION_INBOUND) { in start()
624 } else if (mBatch.mDirection == BluetoothShare.DIRECTION_INBOUND) { in startObexSession()
952 if (info.mDirection == BluetoothShare.DIRECTION_INBOUND) { in onShareAdded()
DBluetoothOppShareInfo.java111 } else if (mDirection == BluetoothShare.DIRECTION_INBOUND) { in isReadyToStart()
DBluetoothOppBatch.java141 if (info.mDirection == BluetoothShare.DIRECTION_INBOUND && info.mUri != null) { in cancelBatch()
DBluetoothOppTransferAdapter.java109 if (dir == BluetoothShare.DIRECTION_INBOUND) { in bindView()
DBluetoothOppTransferActivity.java184 if (direction == BluetoothShare.DIRECTION_INBOUND) { in displayWhichDialog()
DBluetoothOppProvider.java330 if (dir == BluetoothShare.DIRECTION_INBOUND && con == null) { in insert()
DBluetoothOppObexServerSession.java279 values.put(BluetoothShare.DIRECTION, BluetoothShare.DIRECTION_INBOUND); in onPut()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/opp/
DBluetoothOppShareInfoTest.java45 BluetoothShare.DIRECTION_INBOUND, in setUp()
62 assertThat(mBluetoothOppShareInfo.mDirection).isEqualTo(BluetoothShare.DIRECTION_INBOUND); in testConstructor()
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()
DBluetoothOppTransferTest.java109 BluetoothShare.DIRECTION_INBOUND, in setUp()
137 BluetoothShare.DIRECTION_INBOUND, in onShareAdded_checkFirstPendingShare()
311 BluetoothShare.DIRECTION_INBOUND, in eventHandler_handleMessage_MSG_CONNECT_TIMEOUT()
DBluetoothOppNotificationTest.java133 int dir = BluetoothShare.DIRECTION_INBOUND; in updateActiveNotification()
294 int dir = BluetoothShare.DIRECTION_INBOUND; in updateCompletedNotification_withInBoundShare_showsNoti()
371 int dir = BluetoothShare.DIRECTION_INBOUND; in updateIncomingFileConfirmationNotification()
DBluetoothOppObexClientSessionTest.java104 int direction = BluetoothShare.DIRECTION_INBOUND; in startThenStop_startsAndStopsClientThread()
172 int direction = BluetoothShare.DIRECTION_INBOUND; in clientThreadSendFile_clientSessionDisconnected_returnsObexDataError()
DBluetoothOppTransferHistoryTest.java114 BluetoothShare.DIRECTION_INBOUND), in setUp()
190 mIntent.putExtra(Constants.EXTRA_DIRECTION, BluetoothShare.DIRECTION_INBOUND); in onOptionsItemSelected_clearAllSelected_promptWarning()
DBluetoothOppObexServerSessionTest.java145 int direction = BluetoothShare.DIRECTION_INBOUND; in addShare_updatesShareInfo()
257 int direction = BluetoothShare.DIRECTION_INBOUND; in onPut_returnsObexHttpOk()