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

  /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 439 values.put(BluetoothShare.DESTINATION, mRemoteDevice.getAddress());
459 values.put(BluetoothShare.DESTINATION, mRemoteDevice.getAddress());
BluetoothOppUtility.java 85 .getColumnIndexOrThrow(BluetoothShare.DESTINATION));
303 values.put(BluetoothShare.DESTINATION, transInfo.mDestAddr);
BluetoothOppTransferHistory.java 122 BluetoothShare.VISIBILITY, BluetoothShare.DESTINATION, BluetoothShare.DIRECTION
BluetoothOppService.java 562 cursor.getString(cursor.getColumnIndexOrThrow(BluetoothShare.DESTINATION)),
689 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);
556 String destination; local
558 destination = ((BluetoothOppRfcommTransport)mTransport).getRemoteAddress();
560 destination = "FF:FF:FF:00:00:00";
563 isWhitelisted(destination);
    [all...]
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...]
  /frameworks/ex/chips/src/com/android/ex/chips/
RecipientAlternatesAdapter.java 125 query.getProjection()[Queries.Query.DESTINATION] + " IN ("
201 String address = c.getString(Queries.Query.DESTINATION);
206 c.getString(Queries.Query.DESTINATION),
228 + " ADDRESS :" + c.getString(Queries.Query.DESTINATION));
262 // If only one has a display name that is not the same as the destination, use it
355 * - This method ignores all other fields and dedupe solely on the destination. Normally,
356 * if a cursor contains multiple contacts and they have the same destination, we'd still want
370 final String destination = original.getString(Query.DESTINATION); local
371 if (destinationsSeen.contains(destination)) {
452 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);
443 * First, each destination (an email address or a phone number) with a valid contactId is
639 if (existingDestinations.contains(entry.destination)) {
643 existingDestinations.add(entry.destination);
649 entry.destination, entry.destinationType, entry.destinationLabel,
657 entry.destination, entry.destinationType, entry.destinationLabel,
664 entry.destination, entry.destinationType, entry.destinationLabel,
874 String destination = entry.getDestination(); local
    [all...]
  /packages/apps/Email/src/com/android/mail/providers/
UIProvider.java     [all...]
  /external/smack/asmack-master/lib/
httpcore-4.1.4.jar 
  /prebuilts/devtools/tools/lib/
httpcore-4.1.jar 
  /prebuilts/tools/common/http-client/
httpcore-4.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpcore/4.1/
httpcore-4.1.jar 

Completed in 997 milliseconds