Searched refs:BluetoothOppTransferHistory (Results 1 – 6 of 6) sorted by relevance
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/opp/ |
D | BluetoothOppTransferHistoryTest.java | 94 mIntent.setClass(mTargetContext, BluetoothOppTransferHistory.class); in setUp() 140 BluetoothOppTransferHistory.class, true, mTargetContext); in setUp() 149 BluetoothOppTransferHistory.class, false, mTargetContext); in tearDown() 201 ActivityScenario<BluetoothOppTransferHistory> scenario = ActivityScenario.launch(mIntent); in onOptionsItemSelected_clearAllSelected_promptWarning()
|
D | BluetoothOppReceiverTest.java | 196 BluetoothOppTestUtils.enableActivity(BluetoothOppTransferHistory.class, true, mContext); in onReceive_withActionOutboundTransfer_startsTransferHistoryActivity() 206 intended(hasComponent(BluetoothOppTransferHistory.class.getName())); in onReceive_withActionOutboundTransfer_startsTransferHistoryActivity() 210 BluetoothOppTransferHistory.class, false, mContext); in onReceive_withActionOutboundTransfer_startsTransferHistoryActivity() 218 BluetoothOppTestUtils.enableActivity(BluetoothOppTransferHistory.class, true, mContext); in onReceive_withActionInboundTransfer_startsTransferHistoryActivity() 227 intended(hasComponent(BluetoothOppTransferHistory.class.getName())); in onReceive_withActionInboundTransfer_startsTransferHistoryActivity() 231 BluetoothOppTransferHistory.class, false, mContext); in onReceive_withActionInboundTransfer_startsTransferHistoryActivity()
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/opp/ |
D | BluetoothOppReceiver.java | 171 Intent in = new Intent(context, BluetoothOppTransferHistory.class); in onReceive() 179 Intent in = new Intent(context, BluetoothOppTransferHistory.class); in onReceive()
|
D | BluetoothOppNotification.java | 508 in.setClass(mContext, BluetoothOppTransferHistory.class); in updateCompletedNotification() 597 in.setClass(mContext, BluetoothOppTransferHistory.class); in updateCompletedNotification()
|
D | BluetoothOppTransferHistory.java | 68 public class BluetoothOppTransferHistory extends Activity class
|
D | BluetoothOppService.java | 97 BluetoothOppTransferHistory.class.getCanonicalName();
|