Searched refs:destination (Results 101 - 108 of 108) sorted by relevance

12345

/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/
H A DPageContentRepository.java900 try (ParcelFileDescriptor destination = pipe[1]) {
905 destination);
/frameworks/opt/chips/src/com/android/ex/chips/
H A DRecipientEditTextView.java1090 * Draws the icon onto the canvas given the source rectangle of the bitmap and the destination
1108 * Draws the icon onto the canvas given the source rectangle of the bitmap and the destination
1548 private static String tokenizeAddress(String destination) { argument
1549 Rfc822Token[] tokens = Rfc822Tokenizer.tokenize(destination);
1553 return destination;
2290 // valid contact, but the destination is invalid, then make this a fake
2292 String destination = item.getDestination();
2295 destination, item.isValid());
2298 || TextUtils.equals(item.getDisplayName(), destination)
2299 || (mValidator != null && !mValidator.isValid(destination)))) {
[all...]
/frameworks/support/buildSrc/
H A Dinit.gradle300 zipTask.from(junitReport.destination)
/frameworks/base/core/tests/coretests/src/android/print/
H A DIPrintManagerParametersTest.java104 public void onWrite(PageRange[] pages, ParcelFileDescriptor destination,
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...
/frameworks/base/services/core/java/com/android/server/pm/
H A DSettings.java5302 AtomicFile destination = new AtomicFile(getUserRuntimePermissionsFile(userId));
5339 out = destination.startWrite();
5421 destination.finishWrite(out);
5430 destination.failWrite(out);
/frameworks/opt/setupwizard/tools/docs/
H A Djsilver.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/clearsilver/ org/clearsilver/DelegatedHdf.class DelegatedHdf. ...
/frameworks/base/services/backup/java/com/android/server/backup/
H A DBackupManagerService.java4066 private void writeMetadata(PackageInfo pkg, File destination, byte[] widgetData) argument
4073 FileOutputStream fout = new FileOutputStream(destination);
4088 destination.setLastModified(0);
10574 // summary / destination string, the method can return null.
11264 pw.println(" destination: " + transport.currentDestinationString());

Completed in 455 milliseconds

12345