Home
last modified time | relevance | path

Searched refs:BluetoothOppNotification (Results 1 – 7 of 7) sorted by relevance

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/opp/
DBluetoothOppReceiver.java120 cancelNotification(context, BluetoothOppNotification.NOTIFICATION_ID_PROGRESS); in onReceive()
227 BluetoothOppNotification.WHERE_COMPLETED, in onReceive()
239 BluetoothOppNotification.WHERE_COMPLETED_INBOUND, in onReceive()
251 BluetoothOppNotification.WHERE_COMPLETED_OUTBOUND, in onReceive()
DBluetoothOppNotification.java64 class BluetoothOppNotification { class
192 BluetoothOppNotification(Context ctx) { in BluetoothOppNotification() method in BluetoothOppNotification
208 synchronized (BluetoothOppNotification.this) { in updateNotification()
235 synchronized (BluetoothOppNotification.this) {
263 synchronized (BluetoothOppNotification.this) { in run()
273 synchronized (BluetoothOppNotification.this) { in run()
DBluetoothOppTransferHistory.java85 private BluetoothOppNotification mNotifier;
175 mNotifier = new BluetoothOppNotification(this); in onCreate()
DBluetoothOppService.java131 private BluetoothOppNotification mNotifier;
272 mNotifier = new BluetoothOppNotification(this); in start()
DBluetoothOppUtility.java571 nm.cancel(BluetoothOppNotification.NOTIFICATION_ID_PROGRESS); in cancelNotification()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/opp/
DBluetoothOppNotificationTest.java70 BluetoothOppNotification mOppNotification;
87 () -> mOppNotification = new BluetoothOppNotification(mTargetContext)); in setUp()
DBluetoothOppReceiverTest.java309 eq(BluetoothOppNotification.WHERE_COMPLETED_INBOUND), in onReceive_withActionHideCompletedInboundTransfer_makesInboundVisibilityHidden()
328 eq(BluetoothOppNotification.WHERE_COMPLETED_OUTBOUND), in onReceive_withActionHideCompletedOutboundTransfer_makesOutboundVisibilityHidden()