HomeSort by relevance Sort by last modified time
    Searched refs:BluetoothOppManager (Results 1 - 10 of 10) sorted by null

  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppHandoverReceiver.java 52 BluetoothOppManager.getInstance(context).saveSendingFileInfo(type,
62 BluetoothOppManager.getInstance(context).saveSendingFileInfo(mimeType,
70 BluetoothOppManager.getInstance(context).startTransfer(device);
76 BluetoothOppManager.getInstance(context).addToWhitelist(device.getAddress());
BluetoothOppBtEnableActivity.java 81 BluetoothOppManager mOppManager = BluetoothOppManager.getInstance(this);
BluetoothOppManager.java 58 * a singleton got from BluetoothOppManager.getInstance(context);
60 public class BluetoothOppManager {
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.this)
    [all...]
BluetoothOppBtEnablingActivity.java 153 BluetoothOppManager mOppManager = BluetoothOppManager.getInstance(this);
BluetoothOppLauncherActivity.java 105 BluetoothOppManager.getInstance(BluetoothOppLauncherActivity.this)
121 BluetoothOppManager.getInstance(BluetoothOppLauncherActivity.this)
149 BluetoothOppManager.getInstance(BluetoothOppLauncherActivity.this)
189 if (!BluetoothOppManager.getInstance(this).isEnabled()) {
BluetoothOppReceiver.java 74 if (BluetoothOppManager.getInstance(context).mSendingFlag) {
76 BluetoothOppManager.getInstance(context).mSendingFlag = false;
93 BluetoothOppManager mOppManager = BluetoothOppManager.getInstance(context);
BluetoothOppTransferAdapter.java 98 String deviceName = BluetoothOppManager.getInstance(context).getDeviceName(remoteDevice);
BluetoothOppObexServerSession.java 189 boolean isWhitelisted = BluetoothOppManager.getInstance(mContext).
562 boolean isHandover = BluetoothOppManager.getInstance(mContext).
BluetoothOppUtility.java 113 BluetoothOppManager.getInstance(context).getDeviceName(remoteDevice);
126 if (V) Log.v(TAG, "BluetoothOppManager Error: not got data from db for uri:" + uri);
BluetoothOppTransferActivity.java 381 this.getString(R.string.bt_toast_4, BluetoothOppManager.getInstance(

Completed in 89 milliseconds