Searched refs:setHandle (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/map/
H A DBluetoothMapMessageListingElement.java61 public void setHandle(long handle, TYPE type) { method in class:BluetoothMapMessageListingElement
H A DBluetoothMapContent.java647 private void setHandle(BluetoothMapMessageListingElement e, Cursor c, method in class:BluetoothMapContent
660 if (D) Log.d(TAG, "setHandle: " + handle + " - Type: " + type.name());
661 e.setHandle(handle, type);
668 setHandle(e, c, fi, ap);

Completed in 853 milliseconds