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

/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
H A DBluetoothOppNotification.java55 class BluetoothOppNotification { class
56 private static final String TAG = "BluetoothOppNotification";
133 BluetoothOppNotification(Context ctx) { method in class:BluetoothOppNotification
144 synchronized (BluetoothOppNotification.this) {
169 synchronized (BluetoothOppNotification.this) {
195 synchronized (BluetoothOppNotification.this) {
198 "multiple UpdateThreads in BluetoothOppNotification");
205 synchronized (BluetoothOppNotification.this) {
H A DBluetoothOppTransferHistory.java80 private BluetoothOppNotification mNotifier;
138 mNotifier = new BluetoothOppNotification(this);
H A DBluetoothOppReceiver.java220 BluetoothOppNotification.WHERE_COMPLETED, null);
H A DBluetoothOppService.java94 private BluetoothOppNotification mNotifier;
157 mNotifier = new BluetoothOppNotification(this);

Completed in 51 milliseconds