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

  /packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
BluetoothPbapVcardManager.java 151 case BluetoothPbapObexServer.ContentType.PHONEBOOK:
181 String selection = BluetoothPbapObexServer.createSelectionPara(type);
200 String selection = BluetoothPbapObexServer.createSelectionPara(type);
254 if (orderByWhat == BluetoothPbapObexServer.ORDER_BY_INDEXED) {
258 } else if (orderByWhat == BluetoothPbapObexServer.ORDER_BY_ALPHABETICAL) {
324 String typeSelection = BluetoothPbapObexServer.createSelectionPara(type);
434 if (orderByWhat == BluetoothPbapObexServer.ORDER_BY_INDEXED) {
448 } else if (orderByWhat == BluetoothPbapObexServer.ORDER_BY_ALPHABETICAL) {
520 if (BluetoothPbapObexServer.sIsAborted) {
522 BluetoothPbapObexServer.sIsAborted = false
    [all...]
BluetoothPbapObexServer.java 57 public class BluetoothPbapObexServer extends ServerRequestHandler {
59 private static final String TAG = "BluetoothPbapObexServer";
170 public BluetoothPbapObexServer(Handler callback, Context context) {
    [all...]
BluetoothPbapService.java 156 private BluetoothPbapObexServer mPbapServer;
469 mPbapServer = new BluetoothPbapObexServer(mSessionStatusHandler, this);

Completed in 2248 milliseconds