/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 | 145 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()
|
D | BluetoothOppTransferHistoryTest.java | 112 BluetoothShare.DIRECTION, in setUp() 175 BluetoothShare.DIRECTION, 2, BluetoothShare.DIRECTION_OUTBOUND)); in onCreate_withDirectionOutbound_displayOutboundHistory()
|
D | BluetoothOppReceiverTest.java | 264 BluetoothShare.DIRECTION, in onReceive_withActionTransferCompletedAndHandoverInitiated_contextSendBroadcast() 320 BluetoothShare.DIRECTION, in onReceive_withActionTransferComplete_noBroadcastSent()
|
D | TestActivity.java | 256 values.put(BluetoothShare.DIRECTION, BluetoothShare.DIRECTION_OUTBOUND);
|
D | BluetoothOppUtilityTest.java | 304 new CursorMockData(BluetoothShare.DIRECTION, 2, directionValue), in fillRecord_filledAllProperties()
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/opp/ |
D | BluetoothOppTransferHistory.java | 124 + BluetoothShare.DIRECTION in onCreate() 132 + BluetoothShare.DIRECTION in onCreate() 165 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 | 112 + BluetoothShare.DIRECTION 121 + BluetoothShare.DIRECTION 304 final int directionIndex = cursor.getColumnIndexOrThrow(BluetoothShare.DIRECTION); in updateActiveNotification()
|
D | BluetoothOppService.java | 177 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()
|
D | BluetoothOppTransferAdapter.java | 72 int dir = cursor.getInt(cursor.getColumnIndexOrThrow(BluetoothShare.DIRECTION)); in bindView()
|
D | BluetoothOppObexServerSession.java | 279 values.put(BluetoothShare.DIRECTION, BluetoothShare.DIRECTION_INBOUND); in onPut()
|
D | BluetoothOppUtility.java | 122 info.mDirection = cursor.getInt(cursor.getColumnIndexOrThrow(BluetoothShare.DIRECTION)); in fillRecord()
|
D | BluetoothOppTransfer.java | 934 updateValues.put(BluetoothShare.DIRECTION, share.mDirection); in tickShareStatus()
|
/packages/modules/Bluetooth/android/app/tests/instrumentation/com/android/bluetooth/opp/ |
D | IncomingFileConfirmActivityTest.java | 124 BluetoothShare.DIRECTION, in setUp()
|
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/btservice/ |
D | DataMigrationTest.java | 419 new Pair(BluetoothShare.DIRECTION, 42),
|