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/
DBluetoothOppNotification.java63 class BluetoothOppNotification { class
64 private static final String TAG = BluetoothOppNotification.class.getSimpleName();
190 BluetoothOppNotification(Context ctx) { in BluetoothOppNotification() method in BluetoothOppNotification
206 synchronized (BluetoothOppNotification.this) { in updateNotification()
233 synchronized (BluetoothOppNotification.this) {
261 synchronized (BluetoothOppNotification.this) { in run()
271 synchronized (BluetoothOppNotification.this) { in run()
DBluetoothOppReceiver.java108 cancelNotification(context, BluetoothOppNotification.NOTIFICATION_ID_PROGRESS); in onReceive()
198 BluetoothOppNotification.WHERE_COMPLETED_INBOUND, in onReceive()
209 BluetoothOppNotification.WHERE_COMPLETED_OUTBOUND, in onReceive()
DBluetoothOppTransferHistory.java89 private BluetoothOppNotification mNotifier;
185 mNotifier = new BluetoothOppNotification(this); in onCreate()
DBluetoothOppService.java136 @VisibleForTesting final BluetoothOppNotification mNotifier;
245 mNotifier = new BluetoothOppNotification(this); in BluetoothOppService()
DBluetoothOppUtility.java578 nm.cancel(BluetoothOppNotification.NOTIFICATION_ID_PROGRESS); in cancelNotification()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/opp/
DBluetoothOppReceiverTest.java225 eq(BluetoothOppNotification.WHERE_COMPLETED_INBOUND), in onReceive_withActionHideCompletedInboundTransfer_makesInboundVisibilityHidden()
243 eq(BluetoothOppNotification.WHERE_COMPLETED_OUTBOUND), in onReceive_withActionHideCompletedOutboundTransfer_makesOutboundVisibilityHidden()
DBluetoothOppNotificationTest.java73 BluetoothOppNotification mOppNotification;
90 () -> mOppNotification = new BluetoothOppNotification(mTargetContext)); in setUp()