Home
last modified time | relevance | path

Searched refs:THIS_PACKAGE_NAME (Results 1 – 6 of 6) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
DBluetoothOppNotification.java344 intent.setClassName(Constants.THIS_PACKAGE_NAME, BluetoothOppReceiver.class.getName()); in updateActiveNotification()
421 intent.setClassName(Constants.THIS_PACKAGE_NAME, BluetoothOppReceiver.class.getName()); in updateCompletedNotification()
427 intent.setClassName(Constants.THIS_PACKAGE_NAME, BluetoothOppReceiver.class.getName()); in updateCompletedNotification()
473 intent.setClassName(Constants.THIS_PACKAGE_NAME, BluetoothOppReceiver.class.getName()); in updateCompletedNotification()
479 intent.setClassName(Constants.THIS_PACKAGE_NAME, BluetoothOppReceiver.class.getName()); in updateCompletedNotification()
504 .setClassName(Constants.THIS_PACKAGE_NAME, BluetoothOppReceiver.class.getName()); in updateIncomingFileConfirmNotification()
DConstants.java182 public static final String THIS_PACKAGE_NAME = "com.android.bluetooth"; field in Constants
301 intent.setClassName(THIS_PACKAGE_NAME, BluetoothOppReceiver.class.getName()); in sendIntentIfCompleted()
DBluetoothOppLauncherActivity.java180 intent1.setClassName(Constants.THIS_PACKAGE_NAME, BluetoothOppReceiver.class.getName()); in onCreate()
211 Constants.THIS_PACKAGE_NAME); in launchDevicePicker()
DBluetoothOppReceiver.java83 Constants.THIS_PACKAGE_NAME); in onReceive()
/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
DBluetoothPbapActivity.java197 intent.setClassName(BluetoothPbapService.THIS_PACKAGE_NAME, BluetoothPbapReceiver.class in sendIntentToReceiver()
208 intent.setClassName(BluetoothPbapService.THIS_PACKAGE_NAME, BluetoothPbapReceiver.class in sendIntentToReceiver()
DBluetoothPbapService.java116 public static final String THIS_PACKAGE_NAME = "com.android.bluetooth"; field in BluetoothPbapService