Searched refs:BluetoothOppManager (Results 1 – 10 of 10) sorted by relevance
60 public class BluetoothOppManager { class64 private static BluetoothOppManager sInstance;123 public static BluetoothOppManager getInstance(Context context) { in getInstance()126 sInstance = new BluetoothOppManager(); in getInstance()266 synchronized (BluetoothOppManager.this) { in saveSendingFileInfo()283 synchronized (BluetoothOppManager.this) { in saveSendingFileInfo()354 synchronized (BluetoothOppManager.this) { in getBatchSize()367 synchronized (BluetoothOppManager.this) { in startTransfer()426 synchronized (BluetoothOppManager.this) { in InsertShareInfoThread()447 synchronized (BluetoothOppManager.this) { in run()[all …]
65 BluetoothOppManager.getInstance(finalContext) in onReceive()68 BluetoothOppManager.getInstance(finalContext).startTransfer(device); in onReceive()87 BluetoothOppManager.getInstance(context).addToAcceptlist(device.getAddress()); in onReceive()
170 BluetoothOppManager.getInstance(BluetoothOppLauncherActivity.this) in onCreate()216 if (!BluetoothOppManager.getInstance(this).isEnabled()) { in launchDevicePicker()411 BluetoothOppManager manager = BluetoothOppManager.getInstance(getApplicationContext()); in sendFileInfo()
50 private BluetoothOppManager mOppManager;58 mOppManager = BluetoothOppManager.getInstance(this); in onCreate()
159 BluetoothOppManager mOppManager = BluetoothOppManager.getInstance(this); in cancelSendingProgress()
65 BluetoothOppManager mOppManager = BluetoothOppManager.getInstance(context); in onReceive()
203 BluetoothOppManager.getInstance(mContext).isAcceptlisted(destination); in onPut()598 boolean isHandover = BluetoothOppManager.getInstance(mContext).isAcceptlisted(destination); in onConnect()
97 String deviceName = BluetoothOppManager.getInstance(context).getDeviceName(remoteDevice); in bindView()
530 if (BluetoothOppManager.getInstance(context).mSendingFlag) {532 BluetoothOppManager.getInstance(context).mSendingFlag = false;
132 info.mDeviceName = BluetoothOppManager.getInstance(context).getDeviceName(remoteDevice); in fillRecord()