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.java47 public class BluetoothOppBtErrorActivity extends AlertActivity class
DBluetoothOppUtility.java212 Intent in = new Intent(context, BluetoothOppBtErrorActivity.class); in openReceivedFile()
248 Intent in = new Intent(context, BluetoothOppBtErrorActivity.class); in openReceivedFile()
DBluetoothOppLauncherActivity.java87 Intent in = new Intent(this, BluetoothOppBtErrorActivity.class); in onCreate()
DBluetoothOppManager.java372 Intent in = new Intent(mContext, BluetoothOppBtErrorActivity.class); in startTransfer()