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.java390 intent.setClassName(Constants.THIS_PACKAGE_NAME, BluetoothOppReceiver.class.getName()); in updateActiveNotification()
446 Constants.THIS_PACKAGE_NAME, BluetoothOppReceiver.class.getName()); in updateCompletedNotification()
448 Constants.THIS_PACKAGE_NAME, BluetoothOppReceiver.class.getName()); in updateCompletedNotification()
512 Constants.THIS_PACKAGE_NAME, BluetoothOppReceiver.class.getName()); in updateCompletedNotification()
514 Constants.THIS_PACKAGE_NAME, BluetoothOppReceiver.class.getName()); in updateCompletedNotification()
558 .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.java196 intent1.setClassName(Constants.THIS_PACKAGE_NAME, BluetoothOppReceiver.class.getName()); in onCreate()
230 in1.putExtra(BluetoothDevicePicker.EXTRA_LAUNCH_PACKAGE, Constants.THIS_PACKAGE_NAME); in launchDevicePicker()
DBluetoothOppService.java543 Constants.THIS_PACKAGE_NAME);
/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
DBluetoothPbapActivity.java185 intent.setPackage(BluetoothPbapService.THIS_PACKAGE_NAME); in sendIntentToReceiver()
DBluetoothPbapService.java116 static final String THIS_PACKAGE_NAME = "com.android.bluetooth"; field in BluetoothPbapService