Searched defs:roots (Results 1 - 14 of 14) sorted by relevance

/frameworks/base/test-runner/src/junit/runner/
H A DClassPathTestCollector.java33 Hashtable collectFilesInRoots(Vector roots) { argument
35 Enumeration e= roots.elements();
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
H A DRootsLoader.java34 public RootsLoader(Context context, RootsCache roots, State state) { argument
36 mRoots = roots;
H A DRecentsLoader.java92 public RecentsLoader(Context context, RootsCache roots, State state) { argument
94 mRoots = roots;
117 final Collection<RootInfo> roots = mRoots.getMatchingRootsBlocking(mState);
118 for (RootInfo root : roots) {
H A DRecentsCreateFragment.java96 final RootsCache roots = DocumentsApplication.getRootsCache(context);
102 return new RecentsCreateLoader(context, roots, state);
162 public RecentsCreateLoader(Context context, RootsCache roots, State state) { argument
164 mRoots = roots;
186 // restore. This also filters away roots that don't
H A DRootsCache.java60 * Cache of known storage backends and their roots.
64 "content://com.android.documentsui.roots/");
116 if (DEBUG) Log.d(TAG, "Updating roots due to change at " + uri);
122 * Gather roots from all known storage providers.
146 * Gather roots from storage providers belonging to given package name.
153 * Gather roots from storage providers belonging to given authority.
177 * @return {@code true} if cached roots is ready to roll, otherwise
193 * Load roots from authorities that are in stopped state. Normal
208 * Load roots from a stopped authority. Normal {@link UpdateTask} passes
233 * Create task to update roots cach
449 getMatchingRoots(Collection<RootInfo> roots, State state) argument
[all...]
H A DRootsFragment.java59 * Display list of known storage backend roots.
103 final RootsCache roots = DocumentsApplication.getRootsCache(context);
109 return new RootsLoader(context, roots, state);
311 * intent will be included in list of roots (in special section at bottom).
313 public RootsAdapter(Context context, Collection<RootInfo> roots, argument
320 for (final RootInfo root : roots) {
354 * in list of roots (in special section at bottom).
H A DBaseActivity.java217 // Advanced roots are shown by default without menu option if forced by config or intent.
222 // Menu option is shown for whitelisted intents if advanced roots are not shown by default.
384 final RootsFragment roots = RootsFragment.get(getFragmentManager());
385 if (roots != null) {
386 roots.onCurrentRootChanged();
433 // Exclude roots provided by the calling package.
817 protected RootInfo run(RootInfo... roots) { argument
818 assert(roots.length == 1);
819 mCurrentRoot = roots[0];
/frameworks/base/packages/MtpDocumentsProvider/src/com/android/mtp/
H A DMtpDeviceRecord.java27 public final MtpRoot[] roots; field in class:MtpDeviceRecord
32 MtpRoot[] roots, @Nullable int[] operationsSupported,
37 this.roots = roots;
31 MtpDeviceRecord(int deviceId, String name, @Nullable String deviceKey, boolean opened, MtpRoot[] roots, @Nullable int[] operationsSupported, @Nullable int[] eventsSupported) argument
H A DMapper.java88 * @param roots List of root information.
89 * @return If roots are added or removed from the database.
93 String parentDocumentId, int[] operationsSupported, MtpRoot[] roots)
98 final ContentValues[] valuesList = new ContentValues[roots.length];
99 final ContentValues[] extraValuesList = new ContentValues[roots.length];
100 for (int i = 0; i < roots.length; i++) {
108 roots[i]);
92 putStorageDocuments( String parentDocumentId, int[] operationsSupported, MtpRoot[] roots) argument
/frameworks/data-binding/extensions/library/src/main/java/android/databinding/
H A DDataBindingUtil.java178 static <T extends ViewDataBinding> T bind(DataBindingComponent bindingComponent, View[] roots, argument
180 return (T) sMapper.getDataBinder(bindingComponent, roots, layoutId);
H A DViewDataBinding.java891 * Walks the view hierarchy under roots and pulls out tagged Views, includes, and views with
896 * @param roots The root Views of the view hierarchy to walk. This is used with merge tags.
905 protected static Object[] mapBindings(DataBindingComponent bindingComponent, View[] roots, argument
908 for (int i = 0; i < roots.length; i++) {
909 mapBindings(bindingComponent, roots[i], bindings, includes, viewsWithIds, true);
/frameworks/base/packages/DocumentsUI/tests/src/com/android/documentsui/
H A DActivityTest.java80 * By default tests are started with one of the test roots.
99 * Resolves testing roots.
174 public final RootsListBot roots; field in class:ActivityTest.Bots
180 this.roots = new RootsListBot(device, context, TIMEOUT);
/frameworks/base/packages/MtpDocumentsProvider/tests/src/com/android/mtp/
H A DMtpDocumentsProviderTest.java835 private String[] setupRoots(int deviceId, MtpRoot[] roots) argument
840 roots, OPERATIONS_SUPPORTED, null));
/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. ...

Completed in 334 milliseconds