Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/pbapclient/
DBluetoothPbapClient.java336 public static final int EVENT_PULL_PHONE_BOOK_ERROR = 102; field in BluetoothPbapClient
412 client.sendToClient(EVENT_PULL_PHONE_BOOK_ERROR); in handleMessage()
DPbapHandler.java46 case BluetoothPbapClient.EVENT_PULL_PHONE_BOOK_ERROR: in handleMessage()