Searched refs:BluetoothOppReceiver (Results 1 – 8 of 8) sorted by relevance
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/opp/ |
D | BluetoothOppNotification.java | 444 intent.setClassName(mContext, BluetoothOppReceiver.class.getName()); in updateActiveNotification() 514 .setClassName(mContext, BluetoothOppReceiver.class.getName()); in updateCompletedNotification() 518 Intent deleteIntent = new Intent(mContext, BluetoothOppReceiver.class); in updateCompletedNotification() 603 .setClassName(mContext, BluetoothOppReceiver.class.getName()); in updateCompletedNotification() 607 Intent deleteIntent = new Intent(mContext, BluetoothOppReceiver.class); in updateCompletedNotification() 689 .setClassName(mContext, BluetoothOppReceiver.class.getName()); in updateIncomingFileConfirmNotification()
|
D | BluetoothOppLauncherActivity.java | 248 intent1.setClassName(this, BluetoothOppReceiver.class.getName()); in onCreate() 287 BluetoothDevicePicker.EXTRA_LAUNCH_CLASS, BluetoothOppReceiver.class.getName()); in launchDevicePicker()
|
D | Constants.java | 255 intent.setClassName(context, BluetoothOppReceiver.class.getName()); in sendIntentIfCompleted()
|
D | BluetoothOppReceiver.java | 62 public class BluetoothOppReceiver extends BroadcastReceiver { class
|
D | BluetoothOppService.java | 100 private static final String OPP_RECEIVER = BluetoothOppReceiver.class.getCanonicalName(); 666 BluetoothOppReceiver.class.getName());
|
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/opp/ |
D | BluetoothOppReceiverTest.java | 81 BluetoothOppReceiver mReceiver; 93 mReceiver = new BluetoothOppReceiver(); in setUp()
|
D | BluetoothOppLauncherActivityTest.java | 146 .isEqualTo(BluetoothOppReceiver.class.getName()); in onCreate_withActionOpen_sendBroadcast()
|
D | BluetoothOppNotificationTest.java | 97 mTargetContext, com.android.bluetooth.opp.BluetoothOppReceiver.class); in setUp()
|