Searched refs:BluetoothOppTransferActivity (Results 1 – 5 of 5) sorted by relevance
21 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 …]
68 public class BluetoothOppTransferActivity extends AlertActivity class70 private static final String TAG = BluetoothOppTransferActivity.class.getSimpleName();
367 Intent in = new Intent(this, BluetoothOppTransferActivity.class); in openCompleteTransfer()
149 Intent in = new Intent(context, BluetoothOppTransferActivity.class); in onReceive()
95 BluetoothOppTransferActivity.class.getCanonicalName();