/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/opp/ |
D | BluetoothOppReceiver.java | 138 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()
|
D | BluetoothOppService.java | 179 + 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()
|
D | BluetoothOppNotification.java | 123 + 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()
|
D | BluetoothShare.java | 184 public static final int DIRECTION_INBOUND = 1; field in BluetoothShare
|
D | BluetoothOppTransferHistory.java | 134 + BluetoothShare.DIRECTION_INBOUND in onCreate() 356 if (transInfo.mDirection == BluetoothShare.DIRECTION_INBOUND in openCompleteTransfer()
|
D | BluetoothOppTransfer.java | 460 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()
|
D | BluetoothOppShareInfo.java | 111 } else if (mDirection == BluetoothShare.DIRECTION_INBOUND) { in isReadyToStart()
|
D | BluetoothOppBatch.java | 141 if (info.mDirection == BluetoothShare.DIRECTION_INBOUND && info.mUri != null) { in cancelBatch()
|
D | BluetoothOppTransferAdapter.java | 109 if (dir == BluetoothShare.DIRECTION_INBOUND) { in bindView()
|
D | BluetoothOppTransferActivity.java | 184 if (direction == BluetoothShare.DIRECTION_INBOUND) { in displayWhichDialog()
|
D | BluetoothOppProvider.java | 330 if (dir == BluetoothShare.DIRECTION_INBOUND && con == null) { in insert()
|
D | BluetoothOppObexServerSession.java | 279 values.put(BluetoothShare.DIRECTION, BluetoothShare.DIRECTION_INBOUND); in onPut()
|
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/opp/ |
D | BluetoothOppShareInfoTest.java | 45 BluetoothShare.DIRECTION_INBOUND, in setUp() 62 assertThat(mBluetoothOppShareInfo.mDirection).isEqualTo(BluetoothShare.DIRECTION_INBOUND); in testConstructor()
|
D | BluetoothOppTransferActivityTest.java | 202 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()
|
D | BluetoothOppTransferTest.java | 109 BluetoothShare.DIRECTION_INBOUND, in setUp() 137 BluetoothShare.DIRECTION_INBOUND, in onShareAdded_checkFirstPendingShare() 311 BluetoothShare.DIRECTION_INBOUND, in eventHandler_handleMessage_MSG_CONNECT_TIMEOUT()
|
D | BluetoothOppNotificationTest.java | 133 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()
|
D | BluetoothOppObexClientSessionTest.java | 104 int direction = BluetoothShare.DIRECTION_INBOUND; in startThenStop_startsAndStopsClientThread() 172 int direction = BluetoothShare.DIRECTION_INBOUND; in clientThreadSendFile_clientSessionDisconnected_returnsObexDataError()
|
D | BluetoothOppTransferHistoryTest.java | 114 BluetoothShare.DIRECTION_INBOUND), in setUp() 190 mIntent.putExtra(Constants.EXTRA_DIRECTION, BluetoothShare.DIRECTION_INBOUND); in onOptionsItemSelected_clearAllSelected_promptWarning()
|
D | BluetoothOppObexServerSessionTest.java | 145 int direction = BluetoothShare.DIRECTION_INBOUND; in addShare_updatesShareInfo() 257 int direction = BluetoothShare.DIRECTION_INBOUND; in onPut_returnsObexHttpOk()
|