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