HomeSort by relevance Sort by last modified time
    Searched refs:THIS_PACKAGE_NAME (Results 1 - 7 of 7) sorted by null

  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
Constants.java 173 public static final String THIS_PACKAGE_NAME = "com.android.bluetooth";
290 intent.setClassName(THIS_PACKAGE_NAME, BluetoothOppReceiver.class.getName());
BluetoothOppNotification.java 332 intent.setClassName(Constants.THIS_PACKAGE_NAME, BluetoothOppReceiver.class.getName());
405 intent.setClassName(Constants.THIS_PACKAGE_NAME, BluetoothOppReceiver.class.getName());
409 intent.setClassName(Constants.THIS_PACKAGE_NAME, BluetoothOppReceiver.class.getName());
452 intent.setClassName(Constants.THIS_PACKAGE_NAME, BluetoothOppReceiver.class.getName());
456 intent.setClassName(Constants.THIS_PACKAGE_NAME, BluetoothOppReceiver.class.getName());
493 intent.setClassName(Constants.THIS_PACKAGE_NAME, BluetoothOppReceiver.class.getName());
501 intent.setClassName(Constants.THIS_PACKAGE_NAME, BluetoothOppReceiver.class.getName());
BluetoothOppLauncherActivity.java 171 intent1.setClassName(Constants.THIS_PACKAGE_NAME, BluetoothOppReceiver.class.getName());
202 Constants.THIS_PACKAGE_NAME);
BluetoothOppReceiver.java 83 Constants.THIS_PACKAGE_NAME);
BluetoothOppObexServerSession.java 297 in.setClassName(Constants.THIS_PACKAGE_NAME, BluetoothOppReceiver.class.getName());
  /packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
BluetoothPbapActivity.java 197 intent.setClassName(BluetoothPbapService.THIS_PACKAGE_NAME, BluetoothPbapReceiver.class
208 intent.setClassName(BluetoothPbapService.THIS_PACKAGE_NAME, BluetoothPbapReceiver.class
BluetoothPbapService.java 114 public static final String THIS_PACKAGE_NAME = "com.android.bluetooth";

Completed in 82 milliseconds