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

  /frameworks/base/packages/DocumentsUI/src/com/android/documentsui/model/
RootInfo.java 48 public String rootId;
69 rootId = null;
89 rootId = DurableUtils.readNullableString(in);
108 DurableUtils.writeNullableString(out, rootId);
145 root.rootId = getCursorString(cursor, Root.COLUMN_ROOT_ID);
175 return authority == null && rootId == null;
188 && "images_root".equals(rootId);
193 && "videos_root".equals(rootId);
198 && "audio_root".equals(rootId);
203 return "Root{authority=" + authority + ", rootId=" + rootId + ", title=" + title + "}"
    [all...]
  /frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
RecentLoader.java 98 public final String rootId;
102 public RecentTask(String authority, String rootId) {
104 this.rootId = rootId;
130 final Uri uri = DocumentsContract.buildRecentDocumentsUri(authority, rootId);
133 mWithRoot = new RootCursorWrapper(authority, rootId, cursor, MAX_DOCS_FROM_ROOT);
136 Log.w(TAG, "Failed to load " + authority + ", " + rootId, e);
177 final RecentTask task = new RecentTask(root.authority, root.rootId);
RecentsProvider.java 67 // state/authority/rootId/docId
103 public static Uri buildState(String authority, String rootId, String documentId) {
105 .appendPath("state").appendPath(authority).appendPath(rootId).appendPath(documentId)
182 final String rootId = uri.getPathSegments().get(2);
186 new String[] { authority, rootId, documentId }, null, null, sortOrder);
214 final String rootId = uri.getPathSegments().get(2);
218 key.put(StateColumns.ROOT_ID, rootId);
225 new String[] { authority, rootId, documentId });
DocumentsActivity.java 275 final String rootId = DocumentsContract.getRootId(mRootUri);
276 return mRoots.getRootOneshot(mRootUri.getAuthority(), 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";
  /frameworks/base/packages/ExternalStorageProvider/src/com/android/externalstorage/
ExternalStorageProvider.java 77 public String rootId;
131 final String rootId;
133 rootId = ROOT_ID_PRIMARY_EMULATED;
135 rootId = volume.getUuid();
141 if (mIdToPath.containsKey(rootId)) {
142 Log.w(TAG, "Duplicate UUID " + rootId + "; skipping");
148 mIdToPath.put(rootId, path);
151 root.rootId = rootId;
154 if (ROOT_ID_PRIMARY_EMULATED.equals(rootId)) {
    [all...]
  /external/chromium_org/content/public/android/java/src/org/chromium/content/browser/accessibility/
BrowserAccessibilityManager.java 120 int rootId = nativeGetRootId(mNativeObj);
123 return createNodeForHost(rootId);
134 if (virtualViewId == rootId) {
330 private AccessibilityNodeInfo createNodeForHost(int rootId) {
358 result.addChild(mView, rootId);
407 int rootId = nativeGetRootId(mNativeObj);
408 if (rootId != mCurrentRootId) {
409 mCurrentRootId = rootId;
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorDOMAgent.cpp     [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 
org.eclipse.pde.core_3.6.1.v20100902_r361.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/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/21/
android.jar 
  /prebuilts/sdk/current/
android.jar 
  /prebuilts/sdk/system_current/
android.jar 
  /prebuilts/sdk/19/
android.jar 
  /prebuilts/sdk/20/
android.jar 

Completed in 403 milliseconds