Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
DBluetoothOppNotification.java60 class BluetoothOppNotification { class
149 BluetoothOppNotification(Context ctx) { in BluetoothOppNotification() method in BluetoothOppNotification
167 synchronized (BluetoothOppNotification.this) { in updateNotification()
197 synchronized (BluetoothOppNotification.this) {
229 synchronized (BluetoothOppNotification.this) { in run()
239 synchronized (BluetoothOppNotification.this) { in run()
DBluetoothOppTransferHistory.java83 private BluetoothOppNotification mNotifier;
146 mNotifier = new BluetoothOppNotification(this); in onCreate()
DBluetoothOppReceiver.java110 cancelNotification(context, BluetoothOppNotification.NOTIFICATION_ID_PROGRESS); in onReceive()
213 BluetoothOppNotification.WHERE_COMPLETED, null); in onReceive()
DBluetoothOppService.java110 private BluetoothOppNotification mNotifier;
234 mNotifier = new BluetoothOppNotification(this); in start()
DBluetoothOppUtility.java476 nm.cancel(BluetoothOppNotification.NOTIFICATION_ID_PROGRESS); in cancelNotification()