Home
last modified time | relevance | path

Searched refs:BluetoothOppLauncherActivity (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/opp/
DBluetoothOppLauncherActivityTest.java92 mIntent.setClass(mTargetContext, BluetoothOppLauncherActivity.class); in setUp()
113 ActivityScenario<BluetoothOppLauncherActivity> activityScenario = in onCreate_withNoAction_returnImmediately()
121 ActivityScenario<BluetoothOppLauncherActivity> activityScenario = in onCreate_withActionSend_withoutMetadata_finishImmediately()
130 ActivityScenario<BluetoothOppLauncherActivity> activityScenario = in onCreate_withActionSendMultiple_withoutMetadata_finishImmediately()
156 ActivityScenario<BluetoothOppLauncherActivity> scenario = ActivityScenario.launch(mIntent); in launchDevicePicker_bluetoothNotEnabled_launchEnableActivity()
158 scenario.onActivity(BluetoothOppLauncherActivity::launchDevicePicker); in launchDevicePicker_bluetoothNotEnabled_launchEnableActivity()
169 ActivityScenario<BluetoothOppLauncherActivity> scenario = ActivityScenario.launch(mIntent); in launchDevicePicker_bluetoothEnabled_launchActivity()
171 scenario.onActivity(BluetoothOppLauncherActivity::launchDevicePicker); in launchDevicePicker_bluetoothEnabled_launchActivity()
181 ActivityScenario<BluetoothOppLauncherActivity> scenario = ActivityScenario.launch(mIntent); in createFileForSharedContent_returnFile()
204 ActivityScenario<BluetoothOppLauncherActivity> scenario = ActivityScenario.launch(mIntent); in sendFileInfo_finishImmediately()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/opp/
DBluetoothOppLauncherActivity.java72 public class BluetoothOppLauncherActivity extends Activity { class
207 BluetoothOppLauncherActivity.this) in onCreate()
508 BluetoothOppLauncherActivity.this.runOnUiThread( in showToast()