Searched defs:contacts (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/tests/AccessoryDisplay/sink/src/com/android/accessorydisplay/sink/
H A DUsbHid.java100 public void generateReport(ByteBuffer buffer, Contact[] contacts, int contactCount) { argument
107 final Contact contact = contacts[i];
/frameworks/ex/common/java/com/android/common/contacts/
H A DDataUsageStatUpdater.java17 package com.android.common.contacts;
253 Log.d(TAG, "update toward raw contacts " + contactIds + " failed");
H A DBaseEmailAddressAdapter.java17 package com.android.common.contacts;
278 * Set the account when known. Causes the search to prioritize contacts from
405 // underneath the local contacts.
/frameworks/base/core/java/android/bluetooth/
H A DBluetoothMapClient.java352 * Send an SMS message to either the contacts primary number or the telephone number specified.
355 * @param contacts Uri[] of the contacts
361 public boolean sendMessage(BluetoothDevice device, Uri[] contacts, String message, argument
363 if (DBG) Log.d(TAG, "sendMessage(" + device + ", " + contacts + ", " + message);
367 return service.sendMessage(device, contacts, message, sentIntent, deliveredIntent);

Completed in 121 milliseconds