Home
last modified time | relevance | path

Searched refs:BluetoothOppManager (Results 1 – 10 of 10) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
DBluetoothOppManager.java60 public class BluetoothOppManager { class
64 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 …]
DBluetoothOppHandoverReceiver.java65 BluetoothOppManager.getInstance(finalContext) in onReceive()
68 BluetoothOppManager.getInstance(finalContext).startTransfer(device); in onReceive()
87 BluetoothOppManager.getInstance(context).addToAcceptlist(device.getAddress()); in onReceive()
DBluetoothOppLauncherActivity.java170 BluetoothOppManager.getInstance(BluetoothOppLauncherActivity.this) in onCreate()
216 if (!BluetoothOppManager.getInstance(this).isEnabled()) { in launchDevicePicker()
411 BluetoothOppManager manager = BluetoothOppManager.getInstance(getApplicationContext()); in sendFileInfo()
DBluetoothOppBtEnableActivity.java50 private BluetoothOppManager mOppManager;
58 mOppManager = BluetoothOppManager.getInstance(this); in onCreate()
DBluetoothOppBtEnablingActivity.java159 BluetoothOppManager mOppManager = BluetoothOppManager.getInstance(this); in cancelSendingProgress()
DBluetoothOppReceiver.java65 BluetoothOppManager mOppManager = BluetoothOppManager.getInstance(context); in onReceive()
DBluetoothOppObexServerSession.java203 BluetoothOppManager.getInstance(mContext).isAcceptlisted(destination); in onPut()
598 boolean isHandover = BluetoothOppManager.getInstance(mContext).isAcceptlisted(destination); in onConnect()
DBluetoothOppTransferAdapter.java97 String deviceName = BluetoothOppManager.getInstance(context).getDeviceName(remoteDevice); in bindView()
DBluetoothOppService.java530 if (BluetoothOppManager.getInstance(context).mSendingFlag) {
532 BluetoothOppManager.getInstance(context).mSendingFlag = false;
DBluetoothOppUtility.java132 info.mDeviceName = BluetoothOppManager.getInstance(context).getDeviceName(remoteDevice); in fillRecord()