Home
last modified time | relevance | path

Searched refs:BluetoothPbapClient (Results 1 – 9 of 9) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/pbapclient/
DPbapHandler.java19 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 …]
DPbapPCEClient.java67 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()
DCallLogPullRequest.java18 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()
DBluetoothPbapClient.java75 public class BluetoothPbapClient { class
387 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
DBluetoothPbapRequestPullVcardEntry.java52 if (format != BluetoothPbapClient.VCARD_TYPE_21 in BluetoothPbapRequestPullVcardEntry()
53 && format != BluetoothPbapClient.VCARD_TYPE_30) { in BluetoothPbapRequestPullVcardEntry()
54 format = BluetoothPbapClient.VCARD_TYPE_21; in BluetoothPbapRequestPullVcardEntry()
DBluetoothPbapRequestPullPhoneBook.java66 if (format != BluetoothPbapClient.VCARD_TYPE_21 in BluetoothPbapRequestPullPhoneBook()
67 && format != BluetoothPbapClient.VCARD_TYPE_30) { in BluetoothPbapRequestPullPhoneBook()
68 format = BluetoothPbapClient.VCARD_TYPE_21; in BluetoothPbapRequestPullPhoneBook()
DPhonebookPullRequest.java6 import com.android.bluetooth.pbapclient.BluetoothPbapClient;
42 path = BluetoothPbapClient.PB_PATH; in PhonebookPullRequest()
DBluetoothPbapVcardList.java63 if (format == BluetoothPbapClient.VCARD_TYPE_30) { in parse()
/packages/services/Car/bluetooth/bt-map-service/
Dbt_hci_startup_issues.txt41703 … 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=5
41794 01-13 23:19:41.996 2689 2689 D BluetoothPbapClient: handleMessage: what=6
42007 01-13 23:19:45.872 2689 2689 D BluetoothPbapClient: handleMessage: what=3