Home
last modified time | relevance | path

Searched refs:EVENT_PULL_PHONE_BOOK_SIZE_DONE (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/pbapclient/
DBluetoothPbapClient.java306 public static final int EVENT_PULL_PHONE_BOOK_SIZE_DONE = 5; field in BluetoothPbapClient
430 client.sendToClient(EVENT_PULL_PHONE_BOOK_SIZE_DONE, size); in handleMessage()
DPbapHandler.java69 case BluetoothPbapClient.EVENT_PULL_PHONE_BOOK_SIZE_DONE: in handleMessage()