Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
DBluetoothOppNotification.java392 intent.setClassName(Constants.THIS_PACKAGE_NAME, BluetoothOppReceiver.class.getName()); in updateActiveNotification()
449 Constants.THIS_PACKAGE_NAME, BluetoothOppReceiver.class.getName()); in updateCompletedNotification()
451 Constants.THIS_PACKAGE_NAME, BluetoothOppReceiver.class.getName()); in updateCompletedNotification()
519 Constants.THIS_PACKAGE_NAME, BluetoothOppReceiver.class.getName()); in updateCompletedNotification()
521 Constants.THIS_PACKAGE_NAME, BluetoothOppReceiver.class.getName()); in updateCompletedNotification()
570 BluetoothOppReceiver.class.getName()); in updateIncomingFileConfirmNotification()
DBluetoothOppLauncherActivity.java198 intent1.setClassName(Constants.THIS_PACKAGE_NAME, BluetoothOppReceiver.class.getName()); in onCreate()
234 BluetoothOppReceiver.class.getName()); in launchDevicePicker()
DConstants.java238 intent.setClassName(THIS_PACKAGE_NAME, BluetoothOppReceiver.class.getName()); in sendIntentIfCompleted()
DBluetoothOppReceiver.java54 public class BluetoothOppReceiver extends BroadcastReceiver { class
DBluetoothOppService.java541 BluetoothOppReceiver.class.getName());