Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
DBluetoothOppNotification.java332 intent.setClassName(Constants.THIS_PACKAGE_NAME, BluetoothOppReceiver.class.getName()); in updateActiveNotification()
405 intent.setClassName(Constants.THIS_PACKAGE_NAME, BluetoothOppReceiver.class.getName()); in updateCompletedNotification()
409 intent.setClassName(Constants.THIS_PACKAGE_NAME, BluetoothOppReceiver.class.getName()); in updateCompletedNotification()
452 intent.setClassName(Constants.THIS_PACKAGE_NAME, BluetoothOppReceiver.class.getName()); in updateCompletedNotification()
456 intent.setClassName(Constants.THIS_PACKAGE_NAME, BluetoothOppReceiver.class.getName()); in updateCompletedNotification()
493 intent.setClassName(Constants.THIS_PACKAGE_NAME, BluetoothOppReceiver.class.getName()); in updateIncomingFileConfirmNotification()
501 intent.setClassName(Constants.THIS_PACKAGE_NAME, BluetoothOppReceiver.class.getName()); in updateIncomingFileConfirmNotification()
DConstants.java173 public static final String THIS_PACKAGE_NAME = "com.android.bluetooth"; field in Constants
290 intent.setClassName(THIS_PACKAGE_NAME, BluetoothOppReceiver.class.getName()); in sendIntentIfCompleted()
DBluetoothOppLauncherActivity.java171 intent1.setClassName(Constants.THIS_PACKAGE_NAME, BluetoothOppReceiver.class.getName()); in onCreate()
202 Constants.THIS_PACKAGE_NAME); in launchDevicePicker()
DBluetoothOppReceiver.java83 Constants.THIS_PACKAGE_NAME); in onReceive()
DBluetoothOppObexServerSession.java297 in.setClassName(Constants.THIS_PACKAGE_NAME, BluetoothOppReceiver.class.getName()); in onPut()
/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.java114 public static final String THIS_PACKAGE_NAME = "com.android.bluetooth"; field in BluetoothPbapService
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapService.java90 public static final String THIS_PACKAGE_NAME = "com.android.bluetooth"; field in BluetoothMapService