HomeSort by relevance Sort by last modified time
    Searched refs:DESTINATION (Results 1 - 15 of 15) sorted by null

  /frameworks/ex/chips/src/com/android/ex/chips/
RecipientAlternatesAdapter.java 101 query.getProjection()[Queries.Query.DESTINATION] + " IN (" + bindString.toString()
108 String address = c.getString(Queries.Query.DESTINATION);
112 c.getString(Queries.Query.DESTINATION),
123 + " ADDRESS :" + c.getString(Queries.Query.DESTINATION));
180 * - This method ignores all other fields and dedupe solely on the destination. Normally,
181 * if a cursor contains multiple contacts and they have the same destination, we'd still want
195 final String destination = original.getString(Query.DESTINATION); local
196 if (destinationsSeen.contains(destination)) {
199 destinationsSeen.add(destination);
276 TextView destination = (TextView) view.findViewById(android.R.id.text1); local
    [all...]
Queries.java 72 public static final int DESTINATION = 1; // String
BaseRecipientAdapter.java 145 public final String destination; field in class:BaseRecipientAdapter.TemporaryEntry
155 this.destination = cursor.getString(Queries.Query.DESTINATION);
427 * First, each destination (an email address or a phone number) with a valid contactId is
620 if (existingDestinations.contains(entry.destination)) {
624 existingDestinations.add(entry.destination);
630 entry.destination, entry.destinationType, entry.destinationLabel,
638 entry.destination, entry.destinationType, entry.destinationLabel,
645 entry.destination, entry.destinationType, entry.destinationLabel,
834 String destination = entry.getDestination(); local
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothShare.java 148 public static final String DESTINATION = "destination";
BluetoothOppProvider.java 179 + BluetoothShare.DESTINATION + " TEXT, " + BluetoothShare.VISIBILITY
245 copyString(BluetoothShare.DESTINATION, values, filteredValues);
255 String address = values.getAsString(BluetoothShare.DESTINATION);
BluetoothOppTransferAdapter.java 95 int destinationColumnId = cursor.getColumnIndexOrThrow(BluetoothShare.DESTINATION);
BluetoothOppManager.java 432 values.put(BluetoothShare.DESTINATION, mRemoteDevice.getAddress());
452 values.put(BluetoothShare.DESTINATION, mRemoteDevice.getAddress());
BluetoothOppUtility.java 80 .getColumnIndexOrThrow(BluetoothShare.DESTINATION));
298 values.put(BluetoothShare.DESTINATION, transInfo.mDestAddr);
BluetoothOppTransferHistory.java 122 BluetoothShare.VISIBILITY, BluetoothShare.DESTINATION, BluetoothShare.DIRECTION
BluetoothOppService.java 527 cursor.getString(cursor.getColumnIndexOrThrow(BluetoothShare.DESTINATION)),
660 info.mDestination = stringFromCursor(info.mDestination, cursor, BluetoothShare.DESTINATION);
    [all...]
BluetoothOppNotification.java 124 String destination; // destination associated with this transfer field in class:BluetoothOppNotification.NotificationItem
237 final int destinationIndex = cursor.getColumnIndexOrThrow(BluetoothShare.DESTINATION);
248 String destination = cursor.getString(destinationIndex); local
280 item.destination = destination;
310 intent.putExtra(Constants.EXTRA_BT_OPP_ADDRESS, item.destination);
BluetoothOppObexServerSession.java 183 String destination; local
185 destination = ((BluetoothOppRfcommTransport)mTransport).getRemoteAddress();
187 destination = "FF:FF:FF:00:00:00";
190 isWhitelisted(destination);
272 values.put(BluetoothShare.DESTINATION, destination);
TestActivity.java 130 * values.put(BluetoothShare.DESTINATION, "FF:FF:FF:00:00:00");
203 * BluetoothShare.MIMETYPE, BluetoothShare.DESTINATION,
238 // values.put(BluetoothShare.DESTINATION, "FF:FF:FF:00:00:00");
240 // values.put(BluetoothShare.DESTINATION, "12:34:56:78:9A:BC");
242 // values.put(BluetoothShare.DESTINATION, "00:1B:33:F0:58:FB");
244 // values.put(BluetoothShare.DESTINATION, "00:17:E5:5D:74:F3");
246 // values.put(BluetoothShare.DESTINATION, "00:1A:1B:7F:1E:F0");
248 // values.put(BluetoothShare.DESTINATION, "00:17:83:58:5D:CC");
250 // values.put(BluetoothShare.DESTINATION, "00:16:41:49:5B:F3");
252 values.put(BluetoothShare.DESTINATION, address)
    [all...]
  /packages/apps/Email/src/com/android/mail/providers/
UIProvider.java     [all...]
  /prebuilts/tools/common/http-client/
httpcore-4.1.jar 

Completed in 614 milliseconds