Searched refs:BluetoothPbapClient (Results 1 – 9 of 9) sorted by relevance
19 import com.android.bluetooth.pbapclient.BluetoothPbapClient;41 case BluetoothPbapClient.EVENT_PULL_PHONE_BOOK_DONE: in handleMessage()46 case BluetoothPbapClient.EVENT_PULL_PHONE_BOOK_ERROR: in handleMessage()50 case BluetoothPbapClient.EVENT_SESSION_CONNECTED: in handleMessage()54 case BluetoothPbapClient.EVENT_SESSION_DISCONNECTED: in handleMessage()60 case BluetoothPbapClient.EVENT_SET_PHONE_BOOK_DONE: in handleMessage()63 case BluetoothPbapClient.EVENT_PULL_VCARD_LISTING_DONE: in handleMessage()66 case BluetoothPbapClient.EVENT_PULL_VCARD_ENTRY_DONE: in handleMessage()69 case BluetoothPbapClient.EVENT_PULL_PHONE_BOOK_SIZE_DONE: in handleMessage()72 case BluetoothPbapClient.EVENT_PULL_VCARD_LISTING_SIZE_DONE: in handleMessage()[all …]
67 private BluetoothPbapClient mClient;93 BluetoothPbapClient.ConnectionState currentState = mClient.getState(); in getConnectionState()126 BluetoothPbapClient.ConnectionState.CONNECTED) { in processNextRequest()245 mClient = new BluetoothPbapClient(mDevice, mAccount, mHandler); in handleConnect()270 … Intent intent = new Intent(android.bluetooth.BluetoothPbapClient.ACTION_CONNECTION_STATE_CHANGED); in onConnectionStateChanged()324 new CallLogPullRequest(mContext, BluetoothPbapClient.ICH_PATH); in downloadCallLogs()329 new CallLogPullRequest(mContext, BluetoothPbapClient.OCH_PATH); in downloadCallLogs()334 new CallLogPullRequest(mContext, BluetoothPbapClient.MCH_PATH); in downloadCallLogs()
18 import com.android.bluetooth.pbapclient.BluetoothPbapClient;62 if (path.equals(BluetoothPbapClient.ICH_PATH)) { in onPullComplete()64 } else if (path.equals(BluetoothPbapClient.OCH_PATH)) { in onPullComplete()66 } else if (path.equals(BluetoothPbapClient.MCH_PATH)) { in onPullComplete()
75 public class BluetoothPbapClient { class387 private final WeakReference<BluetoothPbapClient> mClient;389 SessionHandler(BluetoothPbapClient client) { in SessionHandler()390 mClient = new WeakReference<BluetoothPbapClient>(client); in SessionHandler()397 BluetoothPbapClient client = mClient.get(); in handleMessage()515 public BluetoothPbapClient(BluetoothDevice device, Account account, Handler handler) { in BluetoothPbapClient() method in BluetoothPbapClient
52 if (format != BluetoothPbapClient.VCARD_TYPE_21 in BluetoothPbapRequestPullVcardEntry()53 && format != BluetoothPbapClient.VCARD_TYPE_30) { in BluetoothPbapRequestPullVcardEntry()54 format = BluetoothPbapClient.VCARD_TYPE_21; in BluetoothPbapRequestPullVcardEntry()
66 if (format != BluetoothPbapClient.VCARD_TYPE_21 in BluetoothPbapRequestPullPhoneBook()67 && format != BluetoothPbapClient.VCARD_TYPE_30) { in BluetoothPbapRequestPullPhoneBook()68 format = BluetoothPbapClient.VCARD_TYPE_21; in BluetoothPbapRequestPullPhoneBook()
6 import com.android.bluetooth.pbapclient.BluetoothPbapClient;42 path = BluetoothPbapClient.PB_PATH; in PhonebookPullRequest()
63 if (format == BluetoothPbapClient.VCARD_TYPE_30) { in parse()
41703 … PbapPCEClient: pull request mClient=android.bluetooth.client.pbap.BluetoothPbapClient@7ad19b9 con…41731 … PbapPCEClient: pull request mClient=android.bluetooth.client.pbap.BluetoothPbapClient@7ad19b9 con…41768 01-13 23:19:41.072 2689 2689 D BluetoothPbapClient: handleMessage: what=541794 01-13 23:19:41.996 2689 2689 D BluetoothPbapClient: handleMessage: what=642007 01-13 23:19:45.872 2689 2689 D BluetoothPbapClient: handleMessage: what=3