Searched refs:THIS_PACKAGE_NAME (Results 1 – 6 of 6) sorted by relevance
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/ |
D | BluetoothOppNotification.java | 344 intent.setClassName(Constants.THIS_PACKAGE_NAME, BluetoothOppReceiver.class.getName()); in updateActiveNotification() 421 intent.setClassName(Constants.THIS_PACKAGE_NAME, BluetoothOppReceiver.class.getName()); in updateCompletedNotification() 427 intent.setClassName(Constants.THIS_PACKAGE_NAME, BluetoothOppReceiver.class.getName()); in updateCompletedNotification() 473 intent.setClassName(Constants.THIS_PACKAGE_NAME, BluetoothOppReceiver.class.getName()); in updateCompletedNotification() 479 intent.setClassName(Constants.THIS_PACKAGE_NAME, BluetoothOppReceiver.class.getName()); in updateCompletedNotification() 504 .setClassName(Constants.THIS_PACKAGE_NAME, BluetoothOppReceiver.class.getName()); in updateIncomingFileConfirmNotification()
|
D | Constants.java | 182 public static final String THIS_PACKAGE_NAME = "com.android.bluetooth"; field in Constants 301 intent.setClassName(THIS_PACKAGE_NAME, BluetoothOppReceiver.class.getName()); in sendIntentIfCompleted()
|
D | BluetoothOppLauncherActivity.java | 180 intent1.setClassName(Constants.THIS_PACKAGE_NAME, BluetoothOppReceiver.class.getName()); in onCreate() 211 Constants.THIS_PACKAGE_NAME); in launchDevicePicker()
|
D | BluetoothOppReceiver.java | 83 Constants.THIS_PACKAGE_NAME); in onReceive()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/ |
D | BluetoothPbapActivity.java | 197 intent.setClassName(BluetoothPbapService.THIS_PACKAGE_NAME, BluetoothPbapReceiver.class in sendIntentToReceiver() 208 intent.setClassName(BluetoothPbapService.THIS_PACKAGE_NAME, BluetoothPbapReceiver.class in sendIntentToReceiver()
|
D | BluetoothPbapService.java | 116 public static final String THIS_PACKAGE_NAME = "com.android.bluetooth"; field in BluetoothPbapService
|