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.java389 intent.setClassName(Constants.THIS_PACKAGE_NAME, BluetoothOppReceiver.class.getName()); in updateActiveNotification()
445 Constants.THIS_PACKAGE_NAME, BluetoothOppReceiver.class.getName()); in updateCompletedNotification()
447 Constants.THIS_PACKAGE_NAME, BluetoothOppReceiver.class.getName()); in updateCompletedNotification()
511 Constants.THIS_PACKAGE_NAME, BluetoothOppReceiver.class.getName()); in updateCompletedNotification()
513 Constants.THIS_PACKAGE_NAME, BluetoothOppReceiver.class.getName()); in updateCompletedNotification()
557 .setClassName(Constants.THIS_PACKAGE_NAME, in updateIncomingFileConfirmNotification()
DConstants.java162 static final String THIS_PACKAGE_NAME = "com.android.bluetooth"; field in Constants
237 intent.setClassName(THIS_PACKAGE_NAME, BluetoothOppReceiver.class.getName()); in sendIntentIfCompleted()
DBluetoothOppLauncherActivity.java202 intent1.setClassName(Constants.THIS_PACKAGE_NAME, BluetoothOppReceiver.class.getName()); in onCreate()
236 in1.putExtra(BluetoothDevicePicker.EXTRA_LAUNCH_PACKAGE, Constants.THIS_PACKAGE_NAME); in launchDevicePicker()
DBluetoothOppService.java545 Constants.THIS_PACKAGE_NAME);
/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
DBluetoothPbapActivity.java193 intent.setPackage(BluetoothPbapService.THIS_PACKAGE_NAME); in sendIntentToReceiver()
DBluetoothPbapService.java114 static final String THIS_PACKAGE_NAME = "com.android.bluetooth"; field in BluetoothPbapService