Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
DBluetoothPbapService.java131 static final int LOAD_CONTACTS = 4; field in BluetoothPbapService
400 case LOAD_CONTACTS: in handleMessage()
591 mSessionStatusHandler.sendMessage(mSessionStatusHandler.obtainMessage(LOAD_CONTACTS)); in start()
DBluetoothPbapUtils.java422 handler.obtainMessage(BluetoothPbapService.LOAD_CONTACTS), in fetchAndSetContacts()