Searched refs:THIS_PACKAGE_NAME (Results 1 - 7 of 7) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
H A DConstants.java173 public static final String THIS_PACKAGE_NAME = "com.android.bluetooth"; field in class:Constants
291 intent.setClassName(THIS_PACKAGE_NAME, BluetoothOppReceiver.class.getName());
H A DBluetoothOppNotification.java334 intent.setClassName(Constants.THIS_PACKAGE_NAME, BluetoothOppReceiver.class.getName());
407 intent.setClassName(Constants.THIS_PACKAGE_NAME, BluetoothOppReceiver.class.getName());
413 intent.setClassName(Constants.THIS_PACKAGE_NAME, BluetoothOppReceiver.class.getName());
456 intent.setClassName(Constants.THIS_PACKAGE_NAME, BluetoothOppReceiver.class.getName());
462 intent.setClassName(Constants.THIS_PACKAGE_NAME, BluetoothOppReceiver.class.getName());
499 intent.setClassName(Constants.THIS_PACKAGE_NAME, BluetoothOppReceiver.class.getName());
509 intent.setClassName(Constants.THIS_PACKAGE_NAME, BluetoothOppReceiver.class.getName());
H A DBluetoothOppLauncherActivity.java180 intent1.setClassName(Constants.THIS_PACKAGE_NAME, BluetoothOppReceiver.class.getName());
211 Constants.THIS_PACKAGE_NAME);
H A DBluetoothOppReceiver.java83 Constants.THIS_PACKAGE_NAME);
H A DBluetoothOppObexServerSession.java297 in.setClassName(Constants.THIS_PACKAGE_NAME, BluetoothOppReceiver.class.getName());
/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
H A DBluetoothPbapActivity.java197 intent.setClassName(BluetoothPbapService.THIS_PACKAGE_NAME, BluetoothPbapReceiver.class
208 intent.setClassName(BluetoothPbapService.THIS_PACKAGE_NAME, BluetoothPbapReceiver.class
H A DBluetoothPbapService.java114 public static final String THIS_PACKAGE_NAME = "com.android.bluetooth"; field in class:BluetoothPbapService

Completed in 73 milliseconds