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.java145 BluetoothShare.DIRECTION, in updateActiveNotification()
224 BluetoothShare.DIRECTION, in updateCompletedNotification_withOutBoundShare_showsNoti()
304 BluetoothShare.DIRECTION, in updateCompletedNotification_withInBoundShare_showsNoti()
386 BluetoothShare.TIMESTAMP, BluetoothShare.DIRECTION, BluetoothShare._ID, in updateIncomingFileConfirmationNotification()
DBluetoothOppTransferHistoryTest.java112 BluetoothShare.DIRECTION, in setUp()
175 BluetoothShare.DIRECTION, 2, BluetoothShare.DIRECTION_OUTBOUND)); in onCreate_withDirectionOutbound_displayOutboundHistory()
DBluetoothOppReceiverTest.java264 BluetoothShare.DIRECTION, in onReceive_withActionTransferCompletedAndHandoverInitiated_contextSendBroadcast()
320 BluetoothShare.DIRECTION, in onReceive_withActionTransferComplete_noBroadcastSent()
DTestActivity.java256 values.put(BluetoothShare.DIRECTION, BluetoothShare.DIRECTION_OUTBOUND);
DBluetoothOppUtilityTest.java304 new CursorMockData(BluetoothShare.DIRECTION, 2, directionValue), in fillRecord_filledAllProperties()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/opp/
DBluetoothOppTransferHistory.java124 + BluetoothShare.DIRECTION in onCreate()
132 + BluetoothShare.DIRECTION in onCreate()
165 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.java112 + BluetoothShare.DIRECTION
121 + BluetoothShare.DIRECTION
304 final int directionIndex = cursor.getColumnIndexOrThrow(BluetoothShare.DIRECTION); in updateActiveNotification()
DBluetoothOppService.java177 BluetoothShare.DIRECTION
188 BluetoothShare.DIRECTION
834 cursor.getInt(cursor.getColumnIndexOrThrow(BluetoothShare.DIRECTION)), in insertShare()
983 info.mDirection = cursor.getInt(cursor.getColumnIndexOrThrow(BluetoothShare.DIRECTION)); in updateShare()
DBluetoothOppTransferAdapter.java72 int dir = cursor.getInt(cursor.getColumnIndexOrThrow(BluetoothShare.DIRECTION)); in bindView()
DBluetoothOppObexServerSession.java279 values.put(BluetoothShare.DIRECTION, BluetoothShare.DIRECTION_INBOUND); in onPut()
DBluetoothOppUtility.java122 info.mDirection = cursor.getInt(cursor.getColumnIndexOrThrow(BluetoothShare.DIRECTION)); in fillRecord()
DBluetoothOppTransfer.java934 updateValues.put(BluetoothShare.DIRECTION, share.mDirection); in tickShareStatus()
/packages/modules/Bluetooth/android/app/tests/instrumentation/com/android/bluetooth/opp/
DIncomingFileConfirmActivityTest.java124 BluetoothShare.DIRECTION, in setUp()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/btservice/
DDataMigrationTest.java419 new Pair(BluetoothShare.DIRECTION, 42),