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

  /packages/apps/Bluetooth/tests/src/com/android/bluetooth/tests/pbap/
BluetoothPhabVcardManagerTest.java 26 import com.android.bluetooth.pbap.BluetoothPbapObexServer;
91 .getPhonebookNameList(BluetoothPbapObexServer.ORDER_BY_INDEXED);
116 .getPhonebookNameList(BluetoothPbapObexServer.ORDER_BY_ALPHABETICAL);
  /packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
BluetoothPbapVcardManager.java 153 case BluetoothPbapObexServer.ContentType.PHONEBOOK:
186 String selection = BluetoothPbapObexServer.createSelectionPara(type);
208 String selection = BluetoothPbapObexServer.createSelectionPara(type);
271 if (orderByWhat == BluetoothPbapObexServer.ORDER_BY_INDEXED) {
274 } else if (orderByWhat == BluetoothPbapObexServer.ORDER_BY_ALPHABETICAL) {
346 String typeSelection = BluetoothPbapObexServer.createSelectionPara(type);
578 if (BluetoothPbapObexServer.sIsAborted) {
580 BluetoothPbapObexServer.sIsAborted = false;
635 if (BluetoothPbapObexServer.sIsAborted) {
637 BluetoothPbapObexServer.sIsAborted = false
    [all...]
BluetoothPbapObexServer.java 59 public class BluetoothPbapObexServer extends ServerRequestHandler {
61 private static final String TAG = "BluetoothPbapObexServer";
174 public BluetoothPbapObexServer(Handler callback, Context context) {
    [all...]
BluetoothPbapService.java 158 private BluetoothPbapObexServer mPbapServer;
502 mPbapServer = new BluetoothPbapObexServer(mSessionStatusHandler, this);
    [all...]

Completed in 137 milliseconds