Home
last modified time | relevance | path

Searched refs:BluetoothOppBtEnableActivity (Results 1 – 5 of 5) sorted by relevance

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/opp/
DBluetoothOppBtEnableActivityTest.java64 mIntent.setClass(mTargetContext, BluetoothOppBtEnableActivity.class); in setUp()
80 ActivityScenario<BluetoothOppBtEnableActivity> activityScenario = in onCreate_clickOnEnable_launchEnablingActivity()
DBluetoothOppLauncherActivityTest.java160 intended(hasComponent(BluetoothOppBtEnableActivity.class.getName())); in launchDevicePicker_bluetoothNotEnabled_launchEnableActivity()
DBluetoothOppReceiverTest.java130 BluetoothOppBtEnableActivity.class, false, mContext); in onReceive_withActionDeviceSelected_callsStartTransfer()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/opp/
DBluetoothOppBtEnableActivity.java49 public class BluetoothOppBtEnableActivity extends AlertActivity { class
DBluetoothOppLauncherActivity.java274 Intent in = new Intent(this, BluetoothOppBtEnableActivity.class); in launchDevicePicker()