Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/pbap/
DBluetoothPbapService.java117 static final int LOAD_CONTACTS = 4; field in BluetoothPbapService
557 case LOAD_CONTACTS: in handleMessage()
770 mSessionStatusHandler.sendMessage(mSessionStatusHandler.obtainMessage(LOAD_CONTACTS)); in start()
DBluetoothPbapUtils.java540 handler.obtainMessage(BluetoothPbapService.LOAD_CONTACTS), in fetchAndSetContacts()