Home
last modified time | relevance | path

Searched refs:BluetoothOppTransferHistory (Results 1 – 6 of 6) sorted by relevance

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/opp/
DBluetoothOppTransferHistoryTest.java94 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()
DBluetoothOppReceiverTest.java196 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/
DBluetoothOppReceiver.java171 Intent in = new Intent(context, BluetoothOppTransferHistory.class); in onReceive()
179 Intent in = new Intent(context, BluetoothOppTransferHistory.class); in onReceive()
DBluetoothOppNotification.java508 in.setClass(mContext, BluetoothOppTransferHistory.class); in updateCompletedNotification()
597 in.setClass(mContext, BluetoothOppTransferHistory.class); in updateCompletedNotification()
DBluetoothOppTransferHistory.java68 public class BluetoothOppTransferHistory extends Activity class
DBluetoothOppService.java97 BluetoothOppTransferHistory.class.getCanonicalName();