OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RecentFolderList
(Results
1 - 5
of
5
) sorted by null
/packages/apps/UnifiedEmail/src/com/android/mail/providers/
RecentFolderObserver.java
23
import com.android.mail.ui.
RecentFolderList
;
32
* The {@link
RecentFolderList
} returned in {@link #initialize(RecentFolderController)} is updated
59
public
RecentFolderList
initialize(RecentFolderController controller) {
75
public final
RecentFolderList
getRecentFolders() {
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
RecentFolderController.java
44
RecentFolderList
getRecentFolders();
RecentFolderList.java
52
public final class
RecentFolderList
{
53
private static final String TAG = "
RecentFolderList
";
92
* Copy {@link
RecentFolderList
#mAccount} in case the account changes between when the
128
* retrieve the
RecentFolderList
from persistent storage (if any).
131
public
RecentFolderList
(Context context) {
138
* Initialize the {@link
RecentFolderList
} with a controllable activity.
167
LogUtils.e(TAG, "
RecentFolderList
.loadFromUiProvider: bad input. mAccount=%s,cursor=%s",
FolderListFragment.java
[
all
...]
AbstractActivityController.java
194
protected final
RecentFolderList
mRecentFolderList;
527
mRecentFolderList = new
RecentFolderList
(mContext);
[
all
...]
Completed in 102 milliseconds