Home | History | Annotate | Download | only in defcontainer

Lines Matching full:uri

31 import android.net.Uri;
75 * @param paackageURI the uri of resource to be copied. Can be either
76 * a content uri or a file uri
86 public String copyResourceToContainer(final Uri packageURI,
97 * @param packageURI the uri of resource to be copied. Should be a
98 * file uri
102 public boolean copyResource(final Uri packageURI,
114 * specified by file uri location.
115 * @param fileUri the uri of resource to be copied. Should be a
116 * file uri
120 public PackageInfoLite getMinimalPackageInfo(final Uri fileUri, int flags) {
123 Log.i(TAG, "Invalid package uri " + fileUri);
154 public boolean checkFreeStorage(boolean external, Uri fileUri) {
205 private String copyResourceInner(Uri packageURI, String newCid, String key, String resFileName) {
335 private boolean copyFile(Uri pPackageURI, FileOutputStream outStream) {
372 Log.e(TAG, "Package URI is not 'file:' or 'content:' - " + pPackageURI);
504 private boolean checkFreeStorageInner(boolean external, Uri packageURI) {