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) {
263 synchronized (BluetoothOppManager.this) {
327 synchronized (BluetoothOppManager.this) {
338 synchronized (BluetoothOppManager
[all...]

Completed in 109 milliseconds