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 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()
DBluetoothOppHandoverReceiver.java52 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()
DBluetoothOppLauncherActivity.java114 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()
DBluetoothOppBtEnableActivity.java81 BluetoothOppManager mOppManager = BluetoothOppManager.getInstance(this); in onClick()
DBluetoothOppReceiver.java74 if (BluetoothOppManager.getInstance(context).mSendingFlag) { in onReceive()
76 BluetoothOppManager.getInstance(context).mSendingFlag = false; in onReceive()
93 BluetoothOppManager mOppManager = BluetoothOppManager.getInstance(context); in onReceive()
DBluetoothOppBtEnablingActivity.java153 BluetoothOppManager mOppManager = BluetoothOppManager.getInstance(this); in cancelSendingProgress()
DBluetoothOppTransferAdapter.java98 String deviceName = BluetoothOppManager.getInstance(context).getDeviceName(remoteDevice); in bindView()
DBluetoothOppObexServerSession.java185 boolean isWhitelisted = BluetoothOppManager.getInstance(mContext). in onPut()
554 boolean isHandover = BluetoothOppManager.getInstance(mContext). in onConnect()
DBluetoothOppUtility.java125 BluetoothOppManager.getInstance(context).getDeviceName(remoteDevice); in fillRecord()
DBluetoothOppTransferActivity.java381 this.getString(R.string.bt_toast_4, BluetoothOppManager.getInstance( in onClick()