Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/pbapclient/
DBluetoothPbapClient.java354 public static final int EVENT_PULL_PHONE_BOOK_SIZE_ERROR = 105; field in BluetoothPbapClient
408 client.sendToClient(EVENT_PULL_PHONE_BOOK_SIZE_ERROR); in handleMessage()
DPbapHandler.java84 case BluetoothPbapClient.EVENT_PULL_PHONE_BOOK_SIZE_ERROR: in handleMessage()