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.java390 intent.setClassName(Constants.THIS_PACKAGE_NAME, BluetoothOppReceiver.class.getName()); in updateActiveNotification()
446 Constants.THIS_PACKAGE_NAME, BluetoothOppReceiver.class.getName()); in updateCompletedNotification()
448 Constants.THIS_PACKAGE_NAME, BluetoothOppReceiver.class.getName()); in updateCompletedNotification()
512 Constants.THIS_PACKAGE_NAME, BluetoothOppReceiver.class.getName()); in updateCompletedNotification()
514 Constants.THIS_PACKAGE_NAME, BluetoothOppReceiver.class.getName()); in updateCompletedNotification()
559 BluetoothOppReceiver.class.getName()); in updateIncomingFileConfirmNotification()
DBluetoothOppLauncherActivity.java196 intent1.setClassName(Constants.THIS_PACKAGE_NAME, BluetoothOppReceiver.class.getName()); in onCreate()
232 BluetoothOppReceiver.class.getName()); in launchDevicePicker()
DConstants.java237 intent.setClassName(THIS_PACKAGE_NAME, BluetoothOppReceiver.class.getName()); in sendIntentIfCompleted()
DBluetoothOppReceiver.java53 public class BluetoothOppReceiver extends BroadcastReceiver { class
DBluetoothOppService.java545 BluetoothOppReceiver.class.getName());