Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/pbapclient/
DBluetoothPbapClient.java330 public static final int EVENT_SET_PHONE_BOOK_ERROR = 101; field in BluetoothPbapClient
418 client.sendToClient(EVENT_SET_PHONE_BOOK_ERROR); in handleMessage()
DPbapHandler.java75 case BluetoothPbapClient.EVENT_SET_PHONE_BOOK_ERROR: in handleMessage()