Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
DBluetoothOppNotification.java55 class BluetoothOppNotification { class
133 BluetoothOppNotification(Context ctx) { in BluetoothOppNotification() method in BluetoothOppNotification
144 synchronized (BluetoothOppNotification.this) { in updateNotification()
169 synchronized (BluetoothOppNotification.this) {
195 synchronized (BluetoothOppNotification.this) { in run()
205 synchronized (BluetoothOppNotification.this) { in run()
DBluetoothOppTransferHistory.java82 private BluetoothOppNotification mNotifier;
140 mNotifier = new BluetoothOppNotification(this); in onCreate()
DBluetoothOppService.java94 private BluetoothOppNotification mNotifier;
157 mNotifier = new BluetoothOppNotification(this); in onCreate()
DBluetoothOppReceiver.java220 BluetoothOppNotification.WHERE_COMPLETED, null); in onReceive()