Home
last modified time | relevance | path

Searched refs:BluetoothOppBtErrorActivity (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
DBluetoothOppBtErrorActivity.java49 public class BluetoothOppBtErrorActivity extends AlertActivity implements class
DBluetoothOppUtility.java181 Intent in = new Intent(context, BluetoothOppBtErrorActivity.class); in openReceivedFile()
228 Intent in = new Intent(context, BluetoothOppBtErrorActivity.class); in openReceivedFile()
DBluetoothOppLauncherActivity.java83 Intent in = new Intent(this, BluetoothOppBtErrorActivity.class); in onCreate()
DBluetoothOppManager.java343 Intent in = new Intent(mContext, BluetoothOppBtErrorActivity.class); in startTransfer()