Searched refs:THIS_PACKAGE_NAME (Results 1 – 8 of 8) sorted by relevance
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/ |
D | BluetoothOppNotification.java | 332 intent.setClassName(Constants.THIS_PACKAGE_NAME, BluetoothOppReceiver.class.getName()); in updateActiveNotification() 405 intent.setClassName(Constants.THIS_PACKAGE_NAME, BluetoothOppReceiver.class.getName()); in updateCompletedNotification() 409 intent.setClassName(Constants.THIS_PACKAGE_NAME, BluetoothOppReceiver.class.getName()); in updateCompletedNotification() 452 intent.setClassName(Constants.THIS_PACKAGE_NAME, BluetoothOppReceiver.class.getName()); in updateCompletedNotification() 456 intent.setClassName(Constants.THIS_PACKAGE_NAME, BluetoothOppReceiver.class.getName()); in updateCompletedNotification() 493 intent.setClassName(Constants.THIS_PACKAGE_NAME, BluetoothOppReceiver.class.getName()); in updateIncomingFileConfirmNotification() 501 intent.setClassName(Constants.THIS_PACKAGE_NAME, BluetoothOppReceiver.class.getName()); in updateIncomingFileConfirmNotification()
|
D | Constants.java | 173 public static final String THIS_PACKAGE_NAME = "com.android.bluetooth"; field in Constants 290 intent.setClassName(THIS_PACKAGE_NAME, BluetoothOppReceiver.class.getName()); in sendIntentIfCompleted()
|
D | BluetoothOppLauncherActivity.java | 171 intent1.setClassName(Constants.THIS_PACKAGE_NAME, BluetoothOppReceiver.class.getName()); in onCreate() 202 Constants.THIS_PACKAGE_NAME); in launchDevicePicker()
|
D | BluetoothOppReceiver.java | 83 Constants.THIS_PACKAGE_NAME); in onReceive()
|
D | BluetoothOppObexServerSession.java | 297 in.setClassName(Constants.THIS_PACKAGE_NAME, BluetoothOppReceiver.class.getName()); in onPut()
|
/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 | 114 public static final String THIS_PACKAGE_NAME = "com.android.bluetooth"; field in BluetoothPbapService
|
/packages/apps/Bluetooth/src/com/android/bluetooth/map/ |
D | BluetoothMapService.java | 90 public static final String THIS_PACKAGE_NAME = "com.android.bluetooth"; field in BluetoothMapService
|