Home
last modified time | relevance | path

Searched refs:DIRECTION (Results 1 – 17 of 17) 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()
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()
DBluetoothOppNotificationTest.java142 BluetoothShare.DIRECTION, in updateActiveNotification()
221 BluetoothShare.DIRECTION, in updateCompletedNotification_withOutBoundShare_showsNoti()
301 BluetoothShare.DIRECTION, in updateCompletedNotification_withInBoundShare_showsNoti()
383 BluetoothShare.TIMESTAMP, BluetoothShare.DIRECTION, BluetoothShare._ID, in updateIncomingFileConfirmationNotification()
DBluetoothOppTransferHistoryTest.java113 BluetoothShare.DIRECTION, in setUp()
180 BluetoothShare.DIRECTION, 2, BluetoothShare.DIRECTION_OUTBOUND)); in onCreate_withDirectionOutbound_displayOutboundHistory()
DBluetoothOppReceiverTest.java349 BluetoothShare.DIRECTION, in onReceive_withActionTransferCompletedAndHandoverInitiated_contextSendBroadcast()
405 BluetoothShare.DIRECTION, in onReceive_withActionTransferComplete_noBroadcastSent()
DIncomingFileConfirmActivityTest.java124 BluetoothShare.DIRECTION, in setUp()
DTestActivity.java256 values.put(BluetoothShare.DIRECTION, BluetoothShare.DIRECTION_OUTBOUND);
DBluetoothOppUtilityTest.java303 new CursorMockData(BluetoothShare.DIRECTION, 2, directionValue), in fillRecord_filledAllProperties()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/opp/
DBluetoothOppTransferHistory.java114 + BluetoothShare.DIRECTION in onCreate()
122 + BluetoothShare.DIRECTION in onCreate()
155 BluetoothShare.DIRECTION in onCreate()
DBluetoothOppProvider.java159 + BluetoothShare.DIRECTION in createTable()
271 BluetoothShare.DIRECTION, in oppDatabaseMigration()
321 Integer dir = values.getAsInteger(BluetoothShare.DIRECTION); in insert()
334 filteredValues.put(BluetoothShare.DIRECTION, dir); in insert()
DBluetoothShare.java108 public static final String DIRECTION = "direction"; field in BluetoothShare
DBluetoothOppNotification.java113 + BluetoothShare.DIRECTION
122 + BluetoothShare.DIRECTION
306 final int directionIndex = cursor.getColumnIndexOrThrow(BluetoothShare.DIRECTION); in updateActiveNotification()
DBluetoothOppService.java172 BluetoothShare.DIRECTION
183 BluetoothShare.DIRECTION
855 cursor.getInt(cursor.getColumnIndexOrThrow(BluetoothShare.DIRECTION)), in insertShare()
1004 info.mDirection = cursor.getInt(cursor.getColumnIndexOrThrow(BluetoothShare.DIRECTION)); in updateShare()
DBluetoothOppTransferAdapter.java71 int dir = cursor.getInt(cursor.getColumnIndexOrThrow(BluetoothShare.DIRECTION)); in bindView()
DBluetoothOppUtility.java117 info.mDirection = cursor.getInt(cursor.getColumnIndexOrThrow(BluetoothShare.DIRECTION)); in fillRecord()
DBluetoothOppObexServerSession.java296 values.put(BluetoothShare.DIRECTION, BluetoothShare.DIRECTION_INBOUND); in onPut()
DBluetoothOppTransfer.java940 updateValues.put(BluetoothShare.DIRECTION, share.mDirection); in tickShareStatus()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/btservice/
DDataMigrationTest.java423 new Pair(BluetoothShare.DIRECTION, 42),