HomeSort by relevance Sort by last modified time
    Searched defs:rootId (Results 1 - 25 of 28) sorted by null

1 2

  /packages/apps/DocumentsUI/src/com/android/documentsui/roots/
LoadRootTask.java 51 String rootId = DocumentsContract.getRootId(mRootUri);
52 return mProviders.getRootOneshot(mRootUri.getAuthority(), rootId);
  /packages/apps/DocumentsUI/src/com/android/documentsui/
LoadDocStackTask.java 96 final String rootId = path.getRootId();
97 if (rootId == null) {
AbstractActionHandler.java 152 root.rootId,
535 mState.stack.getRoot().rootId,
  /packages/apps/DocumentsUI/src/com/android/documentsui/base/
RootInfo.java 87 public String rootId;
111 rootId = null;
132 rootId = DurableUtils.readNullableString(in);
151 DurableUtils.writeNullableString(out, rootId);
188 root.rootId = getCursorString(cursor, Root.COLUMN_ROOT_ID);
240 return DocumentsContract.buildRootUri(authority, rootId);
244 return authority == null && rootId == null;
251 return isExternalStorage() && "home".equals(rootId);
264 && Providers.ROOT_ID_IMAGES.equals(rootId);
269 && Providers.ROOT_ID_VIDEOS.equals(rootId);
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
WrapInRefactoring.java 217 String rootId = getRootId();
223 doc, mSelectionStart, mSelectionEnd, rootId, id);
ExtractIncludeRefactoring.java 362 String rootId = getId(primary);
367 if (doc != null && rootId != null) {
369 end, rootId, referenceId);
526 String rootId = getRootId();
527 if (rootId != null) {
528 return rootId + "_ref";
  /cts/hostsidetests/appsecurity/test-apps/DocumentProvider/src/com/android/cts/documentprovider/
MyDocumentsProvider.java 329 String rootId = null;
331 rootId = currentDocId.equals(mLocalRoot.docId) ? "local" : "create";
333 return new Path(rootId, path);
486 public void ejectRoot(String rootId) {
487 if ("eject".equals(rootId)) {
493 throw new IllegalStateException("Root " + rootId + " doesn't support ejection.");
  /frameworks/base/core/java/android/provider/
DocumentsProvider.java 459 public Cursor queryRecentDocuments(String rootId, String[] projection)
600 * @param rootId the root to search under.
614 public Cursor querySearchDocuments(String rootId, String query, String[] projection)
622 * @param rootId the root to be ejected.
626 public void ejectRoot(String rootId) {
    [all...]
  /frameworks/base/packages/ExternalStorageProvider/src/com/android/externalstorage/
ExternalStorageProvider.java 83 public String rootId;
129 final String rootId;
136 rootId = ROOT_ID_PRIMARY_EMULATED;
161 rootId = volume.getFsUuid();
169 if (TextUtils.isEmpty(rootId)) {
173 if (mRoots.containsKey(rootId)) {
174 Log.w(TAG, "Duplicate UUID " + rootId + " for " + volume.getId() + "; skipping");
179 mRoots.put(rootId, root);
181 root.rootId = rootId;
    [all...]
  /packages/providers/DownloadProvider/src/com/android/providers/downloads/
DownloadStorageProvider.java 144 final String rootId = (parentDocId == null) ? DOC_ID_ROOT : null;
146 return new Path(rootId, findDocumentPath(parent, doc));
297 public Cursor queryRecentDocuments(String rootId, String[] projection)
332 public Cursor querySearchDocuments(String rootId, String query, String[] projection)
  /packages/apps/DocumentsUI/tests/common/com/android/documentsui/
StubProvider.java 122 for (String rootId : rootIds) {
124 final File file = new File(getContext().getCacheDir(), rootId);
128 final RootInfo rootInfo = new RootInfo(file, getSize(rootId));
130 if(rootId.equals(ROOT_1_ID)) {
135 mRoots.put(rootId, rootInfo);
144 private long getSize(String rootId) {
145 final String key = STORAGE_SIZE_KEY + "." + rootId;
265 public Cursor queryRecentDocuments(String rootId, String[] projection)
273 public Cursor querySearchDocuments(String rootId, String query, String[] projection)
276 StubDocument parentDocument = mRoots.get(rootId).document
    [all...]
  /prebuilts/tools/common/m2/repository/org/reficio/p2-maven-plugin/1.1.0/
p2-maven-plugin-1.1.0.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.metadata.generator_1.0.200.v20100503a.jar 
org.eclipse.equinox.p2.publisher_1.1.2.v20100824-2220.jar 
  /prebuilts/tools/common/m2/repository/com/squareup/haha/haha/1.3/
haha-1.3.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/
pdebuild.jar 
  /prebuilts/sdk/current/support/media-compat/
android-support-media-compat.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.p2.publisher.eclipse_1.1.200.v20130516-1953.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.p2.publisher.eclipse_1.1.200.v20130516-1953.jar 
  /prebuilts/sdk/26/
android.jar 
  /prebuilts/sdk/current/
android.jar 
  /prebuilts/sdk/21/
android.jar 
  /prebuilts/sdk/25/
android.jar 
  /prebuilts/sdk/19/
android.jar 
  /prebuilts/sdk/20/
android.jar 

Completed in 759 milliseconds

1 2