Searched refs:BluetoothOppManager (Results 1 – 10 of 10) sorted by relevance
60 public class BluetoothOppManager { class64 private static BluetoothOppManager INSTANCE;123 public static BluetoothOppManager getInstance(Context context) { in getInstance()126 INSTANCE = new BluetoothOppManager(); in getInstance()250 synchronized (BluetoothOppManager.this) { in saveSendingFileInfo()263 synchronized (BluetoothOppManager.this) { in saveSendingFileInfo()327 synchronized (BluetoothOppManager.this) { in getBatchSize()338 synchronized (BluetoothOppManager.this) { in startTransfer()397 synchronized (BluetoothOppManager.this) { in InsertShareInfoThread()416 synchronized (BluetoothOppManager.this) { in run()
52 BluetoothOppManager.getInstance(context).saveSendingFileInfo(type, in onReceive()62 BluetoothOppManager.getInstance(context).saveSendingFileInfo(mimeType, in onReceive()70 BluetoothOppManager.getInstance(context).startTransfer(device); in onReceive()76 BluetoothOppManager.getInstance(context).addToWhitelist(device.getAddress()); in onReceive()
114 BluetoothOppManager.getInstance(BluetoothOppLauncherActivity.this) in onCreate()130 BluetoothOppManager.getInstance(BluetoothOppLauncherActivity.this) in onCreate()158 BluetoothOppManager.getInstance(BluetoothOppLauncherActivity.this) in onCreate()198 if (!BluetoothOppManager.getInstance(this).isEnabled()) { in launchDevicePicker()
81 BluetoothOppManager mOppManager = BluetoothOppManager.getInstance(this); in onClick()
74 if (BluetoothOppManager.getInstance(context).mSendingFlag) { in onReceive()76 BluetoothOppManager.getInstance(context).mSendingFlag = false; in onReceive()93 BluetoothOppManager mOppManager = BluetoothOppManager.getInstance(context); in onReceive()
153 BluetoothOppManager mOppManager = BluetoothOppManager.getInstance(this); in cancelSendingProgress()
98 String deviceName = BluetoothOppManager.getInstance(context).getDeviceName(remoteDevice); in bindView()
185 boolean isWhitelisted = BluetoothOppManager.getInstance(mContext). in onPut()554 boolean isHandover = BluetoothOppManager.getInstance(mContext). in onConnect()
125 BluetoothOppManager.getInstance(context).getDeviceName(remoteDevice); in fillRecord()
381 this.getString(R.string.bt_toast_4, BluetoothOppManager.getInstance( in onClick()