Searched refs:destination (Results 1 - 14 of 14) sorted by relevance

/frameworks/ex/chips/src/com/android/ex/chips/
H A DRecipientEntry.java55 /** Type of the destination like {@link Email#TYPE_HOME} */
58 * Label of the destination which will be used when type was {@link Email#TYPE_CUSTOM}.
64 /** ID for the destination */
91 String destination, int destinationType, String destinationLabel,
96 mDestination = destination;
137 String displayName, String destination, int destinationType, String destinationLabel,
140 destination, destinationType, destinationLabel,
146 String displayName, String destination, int destinationType, String destinationLabel,
151 destination, destinationType, destinationLabel,
157 String displayName, String destination, in
89 RecipientEntry( int entryType, String displayName, String destination, int destinationType, String destinationLabel, long contactId, long dataId, Uri photoThumbnailUri, boolean isFirstLevel) argument
136 constructTopLevelEntry( String displayName, String destination, int destinationType, String destinationLabel, long contactId, long dataId, Uri photoThumbnailUri) argument
145 constructTopLevelEntry( String displayName, String destination, int destinationType, String destinationLabel, long contactId, long dataId, String thumbnailUriAsString) argument
156 constructSecondLevelEntry( String displayName, String destination, int destinationType, String destinationLabel, long contactId, long dataId, String thumbnailUriAsString) argument
[all...]
H A DSingleRecipientArrayAdapter.java60 TextView destination = (TextView) view.findViewById(android.R.id.text1);
61 destination.setText(Rfc822Tokenizer.tokenize(entry.getDestination())[0].getAddress());
H A DBaseRecipientAdapter.java166 public final String destination; field in class:BaseRecipientAdapter.TemporaryEntry
174 String destination, int destinationType, String destinationLabel,
177 this.destination = destination;
445 * First, each destination (an email address or a phone number) with a valid contactId is
621 if (existingDestinations.contains(entry.destination)) {
625 existingDestinations.add(entry.destination);
630 entry.destination, entry.destinationType, entry.destinationLabel,
637 entry.destination, entry.destinationType, entry.destinationLabel,
643 entry.destination, entr
173 TemporaryEntry(String displayName, String destination, int destinationType, String destinationLabel, long contactId, long dataId, String thumbnailUriString) argument
[all...]
H A DRecipientAlternatesAdapter.java178 TextView destination = (TextView) view.findViewById(android.R.id.text1);
179 destination.setText(cursor.getString(EmailQuery.ADDRESS));
H A DRecipientEditTextView.java885 private String tokenizeAddress(String destination) { argument
886 Rfc822Token[] tokens = Rfc822Tokenizer.tokenize(destination);
890 return destination;
1470 // valid contact, but the destination is invalid, then make this a fake
1472 String destination = item.getDestination();
1475 || TextUtils.equals(item.getDisplayName(), destination)
1476 || (mValidator != null && !mValidator.isValid(destination)))) {
1477 entry = RecipientEntry.constructFakeEntry(destination);
/frameworks/base/core/java/android/net/
H A DRouteInfo.java36 * The IP destination address for this route.
48 public RouteInfo(LinkAddress destination, InetAddress gateway) { argument
49 if (destination == null) {
52 destination = new LinkAddress(Inet4Address.ANY, 0);
54 destination = new LinkAddress(Inet6Address.ANY, 0);
57 // no destination, no gateway. invalid.
62 if (destination.getAddress() instanceof Inet4Address) {
68 mDestination = new LinkAddress(NetworkUtils.getNetworkPart(destination.getAddress(),
69 destination.getNetworkPrefixLength()), destination
219 matches(InetAddress destination) argument
[all...]
H A DDownloads.java120 * can freely access, copy, delete. Even with that destination,
122 * Downloads to the external destination only write files for which
505 // NOTE: destination should be seperated from whether the download
507 int destination = android.provider.Downloads.Impl.DESTINATION_EXTERNAL;
510 destination = android.provider.Downloads.Impl.DESTINATION_EXTERNAL;
514 destination = android.provider.Downloads.Impl.DESTINATION_CACHE_PARTITION;
516 destination =
521 destination =
525 values.put(android.provider.Downloads.Impl.COLUMN_DESTINATION, destination);
/frameworks/ex/variablespeed/jni/
H A Dring_buffer.cc101 void RingBuffer::Copy(int reader, float* destination, int num_frames) const { argument
104 memcpy(destination, samples_ + pos * num_channels_,
105 num_channels_ * num_frames * sizeof(destination[0]));
108 memcpy(destination, samples_ + pos * num_channels_,
109 num_channels_ * wrapped * sizeof(destination[0]));
111 memcpy(destination + wrapped * num_channels_, samples_,
112 num_channels_ * remaining * sizeof(destination[0]));
H A Dring_buffer.h59 // @param destination float buffer to which the samples will be written.
60 void Copy(int reader, float* destination, int num_frames) const;
/frameworks/compile/libbcc/runtime/make/
H A Dutil.mk72 # if 'src' is undefined. The destination variable must be undefined.
74 $(call AssertValue,$(call IsUndefined,$(2)),destination is already defined)\
/frameworks/base/core/java/android/app/
H A DDownloadManager.java43 * request that a URI be downloaded to a particular destination file. The download manager will
96 * Uri where downloaded file will be stored. If a destination is supplied by client, that URI
223 * Value of {@link #COLUMN_REASON} when the requested destination file already exists (the
327 * Note that the default download destination is a shared volume where the system might delete
417 * Set the local destination for the downloaded file. Must be a file URI to a path on
435 * Set the local destination for the downloaded file to the system cache dir (/cache).
453 * Set the local destination for the downloaded file to a path within the application's
461 * @param subPath the path within the external directory, including the destination filename
471 * Set the local destination for the downloaded file to a path within the public external
480 * @param subPath the path within the external directory, including the destination filenam
[all...]
/frameworks/base/core/java/android/app/backup/
H A DBackupAgent.java169 * file descriptor pointing to the backup data destination.
261 * will be delivered to the backup destination along with the metadata necessary
267 * @param output The destination to which the backed-up file data will be sent.
392 * The default implementation creates the destination file/directory and populates it
399 * destination. If the file system object being restored is a directory, {@code size}
401 * @param destination The File on disk to be restored with the given data.
404 * @param mode The access mode to be assigned to the destination after its data is
411 File destination, int type, long mode, long mtime)
413 FullBackup.restoreFile(data, size, type, mode, mtime, destination);
454 // with a null destination
410 onRestoreFile(ParcelFileDescriptor data, long size, File destination, int type, long mode, long mtime) argument
[all...]
/frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
H A DomxVCM4P2_DecodePadMV_PVOP_s.s41 ; * is not equal to OMX_VC_INTER4V, the destination
/frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/
H A DomxVCM4P2_DecodePadMV_PVOP_s.s41 ; * is not equal to OMX_VC_INTER4V, the destination

Completed in 214 milliseconds