/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/opp/ |
D | BluetoothOppReceiver.java | 150 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()
|
D | BluetoothOppService.java | 174 + 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()
|
D | BluetoothOppNotification.java | 124 + 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()
|
D | BluetoothShare.java | 184 public static final int DIRECTION_INBOUND = 1; field in BluetoothShare
|
D | BluetoothOppShareInfo.java | 111 } else if (mDirection == BluetoothShare.DIRECTION_INBOUND) { in isReadyToStart()
|
D | BluetoothOppTransferHistory.java | 124 + BluetoothShare.DIRECTION_INBOUND in onCreate() 344 if (transInfo.mDirection == BluetoothShare.DIRECTION_INBOUND in openCompleteTransfer()
|
D | BluetoothOppTransfer.java | 467 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()
|
D | BluetoothOppBatch.java | 142 if (info.mDirection == BluetoothShare.DIRECTION_INBOUND && info.mUri != null) { in cancelBatch()
|
D | BluetoothOppTransferAdapter.java | 108 if (dir == BluetoothShare.DIRECTION_INBOUND) { in bindView()
|
D | BluetoothOppProvider.java | 330 if (dir == BluetoothShare.DIRECTION_INBOUND && con == null) { in insert()
|
D | BluetoothOppTransferActivity.java | 185 if (direction == BluetoothShare.DIRECTION_INBOUND) { in displayWhichDialog()
|
D | BluetoothOppObexServerSession.java | 296 values.put(BluetoothShare.DIRECTION, BluetoothShare.DIRECTION_INBOUND); in onPut()
|
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/opp/ |
D | BluetoothOppTransferHistoryTest.java | 115 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()
|
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 | BluetoothOppObexClientSessionTest.java | 96 int direction = BluetoothShare.DIRECTION_INBOUND; in startThenStop_startsAndStopsClientThread() 164 int direction = BluetoothShare.DIRECTION_INBOUND; in clientThreadSendFile_clientSessionDisconnected_returnsObexDataError()
|
D | BluetoothOppNotificationTest.java | 130 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()
|
D | BluetoothOppShareInfoTest.java | 39 private int direction = BluetoothShare.DIRECTION_INBOUND;
|
D | BluetoothOppObexServerSessionTest.java | 137 int direction = BluetoothShare.DIRECTION_INBOUND; in addShare_updatesShareInfo() 249 int direction = BluetoothShare.DIRECTION_INBOUND; in onPut_returnsObexHttpOk()
|
D | BluetoothOppTransferTest.java | 73 private final int mDirection = BluetoothShare.DIRECTION_INBOUND; 152 BluetoothShare.DIRECTION_INBOUND, in onShareAdded_checkFirstPendingShare()
|
D | BluetoothOppReceiverTest.java | 228 intended(hasExtra(Constants.EXTRA_DIRECTION, BluetoothShare.DIRECTION_INBOUND)); in onReceive_withActionInboundTransfer_startsTransferHistoryActivity()
|