Searched refs:BluetoothOppNotification (Results 1 – 7 of 7) sorted by relevance
63 class BluetoothOppNotification { class64 private static final String TAG = BluetoothOppNotification.class.getSimpleName();190 BluetoothOppNotification(Context ctx) { in BluetoothOppNotification() method in BluetoothOppNotification206 synchronized (BluetoothOppNotification.this) { in updateNotification()233 synchronized (BluetoothOppNotification.this) {261 synchronized (BluetoothOppNotification.this) { in run()271 synchronized (BluetoothOppNotification.this) { in run()
108 cancelNotification(context, BluetoothOppNotification.NOTIFICATION_ID_PROGRESS); in onReceive()198 BluetoothOppNotification.WHERE_COMPLETED_INBOUND, in onReceive()209 BluetoothOppNotification.WHERE_COMPLETED_OUTBOUND, in onReceive()
89 private BluetoothOppNotification mNotifier;185 mNotifier = new BluetoothOppNotification(this); in onCreate()
136 @VisibleForTesting final BluetoothOppNotification mNotifier;245 mNotifier = new BluetoothOppNotification(this); in BluetoothOppService()
578 nm.cancel(BluetoothOppNotification.NOTIFICATION_ID_PROGRESS); in cancelNotification()
225 eq(BluetoothOppNotification.WHERE_COMPLETED_INBOUND), in onReceive_withActionHideCompletedInboundTransfer_makesInboundVisibilityHidden()243 eq(BluetoothOppNotification.WHERE_COMPLETED_OUTBOUND), in onReceive_withActionHideCompletedOutboundTransfer_makesOutboundVisibilityHidden()
73 BluetoothOppNotification mOppNotification;90 () -> mOppNotification = new BluetoothOppNotification(mTargetContext)); in setUp()