OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:setDeliveryStatus
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapMessageListingElement.java
183
public void
setDeliveryStatus
(String deliveryStatus) {
BluetoothMapContent.java
685
private void
setDeliveryStatus
(BluetoothMapMessageListingElement e, Cursor c,
694
if (V) Log.d(TAG, "
setDeliveryStatus
: " + deliveryStatus);
695
e.
setDeliveryStatus
(deliveryStatus);
[
all
...]
Completed in 287 milliseconds