Searched refs:THIS_PACKAGE_NAME (Results 1 – 6 of 6) sorted by relevance
389 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()
162 static final String THIS_PACKAGE_NAME = "com.android.bluetooth"; field in Constants237 intent.setClassName(THIS_PACKAGE_NAME, BluetoothOppReceiver.class.getName()); in sendIntentIfCompleted()
202 intent1.setClassName(Constants.THIS_PACKAGE_NAME, BluetoothOppReceiver.class.getName()); in onCreate()236 in1.putExtra(BluetoothDevicePicker.EXTRA_LAUNCH_PACKAGE, Constants.THIS_PACKAGE_NAME); in launchDevicePicker()
545 Constants.THIS_PACKAGE_NAME);
193 intent.setPackage(BluetoothPbapService.THIS_PACKAGE_NAME); in sendIntentToReceiver()
114 static final String THIS_PACKAGE_NAME = "com.android.bluetooth"; field in BluetoothPbapService