Searched defs:BluetoothOppManager (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
H A DBluetoothOppManager.java58 * a singleton got from BluetoothOppManager.getInstance(context);
60 public class BluetoothOppManager { class
61 private static final String TAG = "BluetoothOppManager";
64 private static BluetoothOppManager INSTANCE;
123 public static BluetoothOppManager getInstance(Context context) {
126 INSTANCE = new BluetoothOppManager();
250 synchronized (BluetoothOppManager.this) {
265 synchronized (BluetoothOppManager.this) {
332 synchronized (BluetoothOppManager.this) {
343 synchronized (BluetoothOppManager
[all...]

Completed in 38 milliseconds