HomeSort by relevance Sort by last modified time
    Searched refs:BluetoothOppNotification (Results 1 - 4 of 4) sorted by null

  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppNotification.java 57 class BluetoothOppNotification {
58 private static final String TAG = "BluetoothOppNotification";
135 BluetoothOppNotification(Context ctx) {
146 synchronized (BluetoothOppNotification.this) {
171 synchronized (BluetoothOppNotification.this) {
197 synchronized (BluetoothOppNotification.this) {
200 "multiple UpdateThreads in BluetoothOppNotification");
207 synchronized (BluetoothOppNotification.this) {
BluetoothOppTransferHistory.java 82 private BluetoothOppNotification mNotifier;
140 mNotifier = new BluetoothOppNotification(this);
BluetoothOppReceiver.java 222 BluetoothOppNotification.WHERE_COMPLETED, null);
BluetoothOppService.java 94 private BluetoothOppNotification mNotifier;
157 mNotifier = new BluetoothOppNotification(this);
    [all...]

Completed in 1125 milliseconds