Home
last modified time | relevance | path

Searched refs:BluetoothOppReceiver (Results 1 – 8 of 8) sorted by relevance

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/opp/
DBluetoothOppNotification.java444 intent.setClassName(mContext, BluetoothOppReceiver.class.getName()); in updateActiveNotification()
514 .setClassName(mContext, BluetoothOppReceiver.class.getName()); in updateCompletedNotification()
518 Intent deleteIntent = new Intent(mContext, BluetoothOppReceiver.class); in updateCompletedNotification()
603 .setClassName(mContext, BluetoothOppReceiver.class.getName()); in updateCompletedNotification()
607 Intent deleteIntent = new Intent(mContext, BluetoothOppReceiver.class); in updateCompletedNotification()
689 .setClassName(mContext, BluetoothOppReceiver.class.getName()); in updateIncomingFileConfirmNotification()
DBluetoothOppLauncherActivity.java248 intent1.setClassName(this, BluetoothOppReceiver.class.getName()); in onCreate()
287 BluetoothDevicePicker.EXTRA_LAUNCH_CLASS, BluetoothOppReceiver.class.getName()); in launchDevicePicker()
DConstants.java255 intent.setClassName(context, BluetoothOppReceiver.class.getName()); in sendIntentIfCompleted()
DBluetoothOppReceiver.java62 public class BluetoothOppReceiver extends BroadcastReceiver { class
DBluetoothOppService.java100 private static final String OPP_RECEIVER = BluetoothOppReceiver.class.getCanonicalName();
666 BluetoothOppReceiver.class.getName());
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/opp/
DBluetoothOppReceiverTest.java81 BluetoothOppReceiver mReceiver;
93 mReceiver = new BluetoothOppReceiver(); in setUp()
DBluetoothOppLauncherActivityTest.java146 .isEqualTo(BluetoothOppReceiver.class.getName()); in onCreate_withActionOpen_sendBroadcast()
DBluetoothOppNotificationTest.java97 mTargetContext, com.android.bluetooth.opp.BluetoothOppReceiver.class); in setUp()