OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:RootInfo
(Results
1 - 8
of
8
) sorted by null
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/model/
RootInfo.java
43
public class
RootInfo
implements Durable, Parcelable {
62
public
RootInfo
() {
128
public static final Creator<
RootInfo
> CREATOR = new Creator<
RootInfo
>() {
130
public
RootInfo
createFromParcel(Parcel in) {
131
final
RootInfo
root = new
RootInfo
();
137
public
RootInfo
[] newArray(int size) {
138
return new
RootInfo
[size];
142
public static
RootInfo
fromRootsCursor(String authority, Cursor cursor)
[
all
...]
/frameworks/base/packages/ExternalStorageProvider/src/com/android/externalstorage/
ExternalStorageProvider.java
71
private static class
RootInfo
{
85
private ArrayList<
RootInfo
> mRoots;
87
private HashMap<String,
RootInfo
> mIdToRoot;
143
final
RootInfo
root = new
RootInfo
();
272
final
RootInfo
root = mIdToRoot.get(rootId);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.common_3.6.0.v20100503.jar
org.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jar
/prebuilts/devtools/tools/lib/
org-eclipse-equinox-common-3.6.0.jar
/prebuilts/tools/common/eclipse/
org.eclipse.equinox.common_3.4.0.v20080421-2006.jar
org.eclipse.equinox.common_3.6.0.v20100503.jar
/prebuilts/tools/common/m2/repository/com/android/external/eclipse/org-eclipse-equinox-common/3.6.0/
org-eclipse-equinox-common-3.6.0.jar
Completed in 1236 milliseconds