Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/opp/
DBluetoothOppTransferActivityTest.java21 import static com.android.bluetooth.opp.BluetoothOppTransferActivity.DIALOG_RECEIVE_COMPLETE_FAIL;
22 import static com.android.bluetooth.opp.BluetoothOppTransferActivity.DIALOG_RECEIVE_COMPLETE_SUCCES…
23 import static com.android.bluetooth.opp.BluetoothOppTransferActivity.DIALOG_RECEIVE_ONGOING;
24 import static com.android.bluetooth.opp.BluetoothOppTransferActivity.DIALOG_SEND_COMPLETE_FAIL;
25 import static com.android.bluetooth.opp.BluetoothOppTransferActivity.DIALOG_SEND_COMPLETE_SUCCESS;
26 import static com.android.bluetooth.opp.BluetoothOppTransferActivity.DIALOG_SEND_ONGOING;
86 mIntent.setClass(mTargetContext, BluetoothOppTransferActivity.class); in setUp()
118 BluetoothOppTransferActivity.class, true, mTargetContext); in setUp()
128 BluetoothOppTransferActivity.class, false, mTargetContext); in tearDown()
142 ActivityScenario<BluetoothOppTransferActivity> activityScenario = in onCreate_showSendOnGoingDialog()
[all …]
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/opp/
DBluetoothOppTransferActivity.java68 public class BluetoothOppTransferActivity extends AlertActivity class
70 private static final String TAG = BluetoothOppTransferActivity.class.getSimpleName();
DBluetoothOppTransferHistory.java367 Intent in = new Intent(this, BluetoothOppTransferActivity.class); in openCompleteTransfer()
DBluetoothOppReceiver.java149 Intent in = new Intent(context, BluetoothOppTransferActivity.class); in onReceive()
DBluetoothOppService.java95 BluetoothOppTransferActivity.class.getCanonicalName();