Home
last modified time | relevance | path

Searched defs:copyToExternalStorage (Results 1 – 2 of 2) sorted by relevance

/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
DFileCopyHelper.java71 public void copyToExternalStorage(final String res, File path) throws IOException { in copyToExternalStorage() method in FileCopyHelper
77 public void copyToExternalStorage(int resId, File path) throws IOException { in copyToExternalStorage() method in FileCopyHelper
/cts/hostsidetests/appsecurity/test-apps/WriteExternalStorageApp/src/com/android/cts/writeexternalstorageapp/
DChangeDefaultUris.java80 private void copyToExternalStorage(int resId, File path) in copyToExternalStorage() method in ChangeDefaultUris