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

  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
Constants.java 182 public static final String THIS_PACKAGE_NAME = "com.android.bluetooth";
283 intent.setClassName(THIS_PACKAGE_NAME, BluetoothOppReceiver.class.getName());
BluetoothOppNotification.java 360 intent.setClassName(Constants.THIS_PACKAGE_NAME, BluetoothOppReceiver.class.getName());
412 .setClassName(Constants.THIS_PACKAGE_NAME,
415 .setClassName(Constants.THIS_PACKAGE_NAME,
472 .setClassName(Constants.THIS_PACKAGE_NAME,
475 .setClassName(Constants.THIS_PACKAGE_NAME,
514 .setClassName(Constants.THIS_PACKAGE_NAME, BluetoothOppReceiver.class.getName());
BluetoothOppLauncherActivity.java 178 intent1.setClassName(Constants.THIS_PACKAGE_NAME, BluetoothOppReceiver.class.getName());
209 Constants.THIS_PACKAGE_NAME);
BluetoothOppService.java 414 Constants.THIS_PACKAGE_NAME);
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
BluetoothPbapActivity.java 195 intent.setPackage(BluetoothPbapService.THIS_PACKAGE_NAME);
205 intent.setPackage(BluetoothPbapService.THIS_PACKAGE_NAME);
BluetoothPbapService.java 126 public static final String THIS_PACKAGE_NAME = "com.android.bluetooth";
    [all...]

Completed in 107 milliseconds