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 126 case BluetoothPbapObexServer.ContentType.PHONEBOOK:
156 String selection = BluetoothPbapObexServer.createSelectionPara(type);
175 String selection = BluetoothPbapObexServer.createSelectionPara(type);
213 if (orderByWhat == BluetoothPbapObexServer.ORDER_BY_INDEXED) {
216 } else if (orderByWhat == BluetoothPbapObexServer.ORDER_BY_ALPHABETICAL) {
271 String typeSelection = BluetoothPbapObexServer.createSelectionPara(type);
381 if (orderByWhat == BluetoothPbapObexServer.ORDER_BY_INDEXED) {
395 } else if (orderByWhat == BluetoothPbapObexServer.ORDER_BY_ALPHABETICAL) {
444 if (BluetoothPbapObexServer.sIsAborted) {
446 BluetoothPbapObexServer.sIsAborted = false
    [all...]
BluetoothPbapService.java 173 private BluetoothPbapObexServer mPbapServer;
430 mPbapServer = new BluetoothPbapObexServer(mSessionStatusHandler, this);
BluetoothPbapObexServer.java 56 public class BluetoothPbapObexServer extends ServerRequestHandler {
58 private static final String TAG = "BluetoothPbapObexServer";
169 public BluetoothPbapObexServer(Handler callback, Context context) {
    [all...]

Completed in 12 milliseconds