Searched defs:mIsLoading (Results 1 - 1 of 1) sorted by last modified time

/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/dirlist/
H A DModel.java54 private boolean mIsLoading; field in class:Model
94 mIsLoading = false;
116 mIsLoading = extras.getBoolean(DocumentsContract.EXTRA_LOADING, false);
389 return mIsLoading;

Completed in 56 milliseconds