Home
last modified time | relevance | path

Searched defs:destination (Results 1 – 15 of 15) sorted by relevance

/frameworks/ex/chips/src/com/android/ex/chips/
DRecipientEntry.java77 private RecipientEntry(int entryType, String displayName, String destination, in RecipientEntry()
137 String destination) { in pickDisplayName()
153 String destination, int destinationType, String destinationLabel, long contactId, in constructTopLevelEntry()
161 String destination, int destinationType, String destinationLabel, long contactId, in constructTopLevelEntry()
170 int displayNameSource, String destination, int destinationType, in constructSecondLevelEntry()
DSingleRecipientArrayAdapter.java60 TextView destination = (TextView) view.findViewById(android.R.id.text1); in bindView() local
DRecipientAlternatesAdapter.java370 final String destination = original.getString(Query.DESTINATION); in removeDuplicateDestinations() local
452 TextView destination = (TextView) view.findViewById(android.R.id.text1); in bindView() local
DBaseRecipientAdapter.java145 public final String destination; field in BaseRecipientAdapter.TemporaryEntry
874 String destination = entry.getDestination(); in getView() local
DRecipientEditTextView.java1071 private static String tokenizeAddress(String destination) { in tokenizeAddress()
1678 String destination = item.getDestination(); in createValidatedEntry() local
/frameworks/base/core/java/android/net/
DRouteInfo.java80 public RouteInfo(LinkAddress destination, InetAddress gateway, String iface) { in RouteInfo()
111 public RouteInfo(LinkAddress destination, InetAddress gateway) { in RouteInfo()
283 protected boolean matches(InetAddress destination) { in matches()
/frameworks/base/core/tests/coretests/src/android/net/
DRouteInfoTest.java75 public PatchedRouteInfo(LinkAddress destination, InetAddress gateway, String iface) { in testMatches()
79 public boolean matches(InetAddress destination) { in testMatches()
/frameworks/ex/chips/tests/src/com/android/ex/chips/
DRecipientAlternatesAdapterTest.java74 String destination, in addRow()
89 String destination, in assertRow()
/frameworks/base/services/java/com/android/server/updates/
DSELinuxPolicyInstallReceiver.java88 private void installFile(File destination, BufferedInputStream stream, int length) in installFile()
/frameworks/ex/variablespeed/jni/
Dring_buffer.cc101 void RingBuffer::Copy(int reader, float* destination, int num_frames) const { in Copy()
/frameworks/compile/libbcc/gdb_plugin/
Dandroid-commands.py285 def push(self, source, destination): argument
289 def forward(self, source, destination): argument
/frameworks/base/core/java/android/app/backup/
DBackupAgent.java469 File destination, int type, long mode, long mtime) in onRestoreFile()
/frameworks/base/libs/hwui/font/
DFont.cpp231 SkPoint destination[4]; in drawCachedGlyph() local
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
DSettingsBackupAgent.java685 final Uri destination = (movedToGlobal != null && movedToGlobal.contains(key)) in restoreSettings() local
/frameworks/base/core/java/android/app/
DDownloadManager.java1028 int destination = cursor.getInt(indx); in getUriForDownloadedFile() local