Searched defs:storage (Results 1 – 10 of 10) sorted by relevance
63 abstract Iterable<Uri> getUris(ClipStore storage) throws IOException; in getUris()72 public static UrisSupplier create(ClipData clipData, ClipStore storage) throws IOException { in create()85 Selection selection, Function<String, Uri> uriBuilder, ClipStore storage) in create()97 static UrisSupplier create(List<Uri> uris, ClipStore storage) throws IOException { in create()113 private JumboUrisSupplier(ClipData clipData, ClipStore storage) throws IOException { in JumboUrisSupplier()141 Iterable<Uri> getUris(ClipStore storage) throws IOException { in getUris()239 Iterable<Uri> getUris(ClipStore storage) { in getUris()
54 final StorageManager storage = getActivity().getSystemService(StorageManager.class); in onCreateView() local106 final StorageManager storage = context.getSystemService(StorageManager.class); in onCreateDialog() local
33 final StorageManager storage = context.getSystemService(StorageManager.class); in onReceive() local
48 final StorageManager storage = getActivity().getSystemService(StorageManager.class); in onCreateView() local
70 final StorageManager storage = mContext.getSystemService(StorageManager.class); in doInBackground() local
96 final StorageManager storage = mActivity.mStorage; in doInBackground() local
264 MtpStorage storage = new MtpStorage(volume, getApplicationContext()); in addStorageLocked() local265 mStorageMap.put(storage.getPath(), storage); in addStorageLocked() local284 MtpStorage storage = mStorageMap.remove(volume.getPath()); in removeStorageLocked() local
2031 final StorageManager storage = getContext().getSystemService(StorageManager.class); in getStorageId() local2258 Integer storage = values.getAsInteger(FileColumns.STORAGE_ID); in insertFile() local
269 final StorageManager storage = getContext().getSystemService(StorageManager.class); in refreshUi() local318 final StorageManager storage = context.getSystemService(StorageManager.class); in initMoveDialog() local