OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RootInfo
(Results
1 - 18
of
18
) sorted by null
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
RootsLoader.java
23
import com.android.documentsui.model.
RootInfo
;
27
public class RootsLoader extends AsyncTaskLoader<Collection<
RootInfo
>> {
33
private Collection<
RootInfo
> mResult;
45
public final Collection<
RootInfo
> loadInBackground() {
50
public void deliverResult(Collection<
RootInfo
> result) {
54
Collection<
RootInfo
> oldResult = mResult;
RootsCache.java
40
import com.android.documentsui.model.
RootInfo
;
69
private final
RootInfo
mRecentsRoot = new
RootInfo
();
75
private Multimap<String,
RootInfo
> mRoots = ArrayListMultimap.create();
163
private final Multimap<String,
RootInfo
> mTaskRoots = ArrayListMultimap.create();
239
private Collection<
RootInfo
> loadRootsForAuthority(ContentResolver resolver, String authority) {
250
final List<
RootInfo
> roots = Lists.newArrayList();
259
final
RootInfo
root =
RootInfo
.fromRootsCursor(authority, cursor);
272
* Return the requested {@link
RootInfo
}, but only loading the roots for th
[
all
...]
RootsFragment.java
48
import com.android.documentsui.model.
RootInfo
;
65
private LoaderCallbacks<Collection<
RootInfo
>> mCallbacks;
106
mCallbacks = new LoaderCallbacks<Collection<
RootInfo
>>() {
108
public Loader<Collection<
RootInfo
>> onCreateLoader(int id, Bundle args) {
114
Loader<Collection<
RootInfo
>> loader, Collection<
RootInfo
> result) {
126
public void onLoaderReset(Loader<Collection<
RootInfo
>> loader) {
155
final
RootInfo
root = ((DocumentsActivity) getActivity()).getCurrentRoot();
159
final
RootInfo
testRoot = ((RootItem) item).root;
223
public final
RootInfo
root
[
all
...]
RecentLoader.java
38
import com.android.documentsui.model.
RootInfo
;
84
private final HashMap<
RootInfo
, RecentTask> mTasks = Maps.newHashMap();
174
final Collection<
RootInfo
> roots = mRoots.getMatchingRootsBlocking(mState);
175
for (
RootInfo
root : roots) {
DirectoryLoader.java
42
import com.android.documentsui.model.
RootInfo
;
72
private final
RootInfo
mRoot;
80
public DirectoryLoader(Context context, int type,
RootInfo
root, DocumentInfo doc, Uri uri,
DocumentsActivity.java
83
import com.android.documentsui.model.
RootInfo
;
263
private class RestoreRootTask extends AsyncTask<Void, Void,
RootInfo
> {
271
protected
RootInfo
doInBackground(Void... params) {
277
protected void onPostExecute(
RootInfo
root) {
316
final Collection<
RootInfo
> matchingRoots = mRoots.getMatchingRootsBlocking(mState);
443
final
RootInfo
root = getCurrentRoot();
530
final
RootInfo
root = getCurrentRoot();
731
final
RootInfo
root = getCurrentRoot();
754
final
RootInfo
root = getCurrentRoot();
783
public
RootInfo
getCurrentRoot()
[
all
...]
DirectoryFragment.java
83
import com.android.documentsui.model.
RootInfo
;
132
public static void showNormal(FragmentManager fm,
RootInfo
root, DocumentInfo doc, int anim) {
136
public static void showSearch(FragmentManager fm,
RootInfo
root, String query, int anim) {
144
private static void show(FragmentManager fm, int type,
RootInfo
root, DocumentInfo doc,
173
private static String buildStateKey(
RootInfo
root, DocumentInfo doc) {
231
final
RootInfo
root = getArguments().getParcelable(EXTRA_ROOT);
353
final
RootInfo
root = getArguments().getParcelable(EXTRA_ROOT);
[
all
...]
RecentsCreateFragment.java
52
import com.android.documentsui.model.
RootInfo
;
160
final Collection<
RootInfo
> matchingRoots = mRoots.getMatchingRootsBlocking(mState);
/frameworks/base/packages/DocumentsUI/tests/src/com/android/documentsui/
RootsCacheTest.java
23
import com.android.documentsui.model.
RootInfo
;
31
private static
RootInfo
buildForMimeTypes(String... mimeTypes) {
32
final
RootInfo
root = new
RootInfo
();
37
private
RootInfo
mNull = new
RootInfo
();
38
private
RootInfo
mEmpty = buildForMimeTypes();
39
private
RootInfo
mWild = buildForMimeTypes("*/*");
40
private
RootInfo
mImages = buildForMimeTypes("image/*");
41
private
RootInfo
mAudio = buildForMimeTypes("audio/*", "application/ogg", "application/x-flac")
[
all
...]
/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
...]
DocumentStack.java
38
public
RootInfo
root;
54
public void updateRoot(Collection<
RootInfo
> matchingRoots) throws FileNotFoundException {
55
for (
RootInfo
root : matchingRoots) {
107
root = new
RootInfo
();
/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);
/prebuilts/tools/common/eclipse/
org.eclipse.equinox.common_3.4.0.v20080421-2006.jar
org.eclipse.equinox.common_3.6.0.v20100503.jar
/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/m2/repository/com/android/external/eclipse/org-eclipse-equinox-common/3.6.0/
org-eclipse-equinox-common-3.6.0.jar
Completed in 188 milliseconds