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 55 class BluetoothOppNotification {
56 private static final String TAG = "BluetoothOppNotification";
133 BluetoothOppNotification(Context ctx) {
144 synchronized (BluetoothOppNotification.this) {
169 synchronized (BluetoothOppNotification.this) {
195 synchronized (BluetoothOppNotification.this) {
198 "multiple UpdateThreads in BluetoothOppNotification");
205 synchronized (BluetoothOppNotification.this) {
BluetoothOppTransferHistory.java 80 private BluetoothOppNotification mNotifier;
138 mNotifier = new BluetoothOppNotification(this);
BluetoothOppReceiver.java 220 BluetoothOppNotification.WHERE_COMPLETED, null);
BluetoothOppService.java 94 private BluetoothOppNotification mNotifier;
157 mNotifier = new BluetoothOppNotification(this);
    [all...]

Completed in 147 milliseconds