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 56 class BluetoothOppNotification {
57 private static final String TAG = "BluetoothOppNotification";
123 BluetoothOppNotification(Context ctx) {
134 synchronized (BluetoothOppNotification.this) {
159 synchronized (BluetoothOppNotification.this) {
185 synchronized (BluetoothOppNotification.this) {
188 "multiple UpdateThreads in BluetoothOppNotification");
195 synchronized (BluetoothOppNotification.this) {
BluetoothOppTransferHistory.java 80 private BluetoothOppNotification mNotifier;
125 mNotifier = new BluetoothOppNotification(this);
BluetoothOppReceiver.java 214 BluetoothOppNotification.WHERE_COMPLETED, null);
BluetoothOppService.java 96 private BluetoothOppNotification mNotifier;
159 mNotifier = new BluetoothOppNotification(this);
    [all...]

Completed in 249 milliseconds