/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/opp/ |
D | BluetoothOppTransferActivityTest.java | 136 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()
|
D | BluetoothOppNotificationTest.java | 142 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()
|
D | BluetoothOppTransferHistoryTest.java | 113 BluetoothShare.DIRECTION, in setUp() 180 BluetoothShare.DIRECTION, 2, BluetoothShare.DIRECTION_OUTBOUND)); in onCreate_withDirectionOutbound_displayOutboundHistory()
|
D | BluetoothOppReceiverTest.java | 349 BluetoothShare.DIRECTION, in onReceive_withActionTransferCompletedAndHandoverInitiated_contextSendBroadcast() 405 BluetoothShare.DIRECTION, in onReceive_withActionTransferComplete_noBroadcastSent()
|
D | IncomingFileConfirmActivityTest.java | 124 BluetoothShare.DIRECTION, in setUp()
|
D | TestActivity.java | 256 values.put(BluetoothShare.DIRECTION, BluetoothShare.DIRECTION_OUTBOUND);
|
D | BluetoothOppUtilityTest.java | 303 new CursorMockData(BluetoothShare.DIRECTION, 2, directionValue), in fillRecord_filledAllProperties()
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/opp/ |
D | BluetoothOppTransferHistory.java | 114 + BluetoothShare.DIRECTION in onCreate() 122 + BluetoothShare.DIRECTION in onCreate() 155 BluetoothShare.DIRECTION in onCreate()
|
D | BluetoothOppProvider.java | 159 + 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()
|
D | BluetoothShare.java | 108 public static final String DIRECTION = "direction"; field in BluetoothShare
|
D | BluetoothOppNotification.java | 113 + BluetoothShare.DIRECTION 122 + BluetoothShare.DIRECTION 306 final int directionIndex = cursor.getColumnIndexOrThrow(BluetoothShare.DIRECTION); in updateActiveNotification()
|
D | BluetoothOppService.java | 172 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()
|
D | BluetoothOppTransferAdapter.java | 71 int dir = cursor.getInt(cursor.getColumnIndexOrThrow(BluetoothShare.DIRECTION)); in bindView()
|
D | BluetoothOppUtility.java | 117 info.mDirection = cursor.getInt(cursor.getColumnIndexOrThrow(BluetoothShare.DIRECTION)); in fillRecord()
|
D | BluetoothOppObexServerSession.java | 296 values.put(BluetoothShare.DIRECTION, BluetoothShare.DIRECTION_INBOUND); in onPut()
|
D | BluetoothOppTransfer.java | 940 updateValues.put(BluetoothShare.DIRECTION, share.mDirection); in tickShareStatus()
|
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/btservice/ |
D | DataMigrationTest.java | 423 new Pair(BluetoothShare.DIRECTION, 42),
|