OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FolderController
(Results
1 - 7
of
7
) sorted by null
/packages/apps/UnifiedEmail/src/com/android/mail/providers/
FolderObserver.java
20
import com.android.mail.ui.
FolderController
;
29
* the observer with the {@link com.android.mail.ui.
FolderController
} provided. The object will then begin to
37
* The
FolderController
that the observer is registered with.
39
private
FolderController
mController;
45
* {@link #initialize(
FolderController
)} is called.
56
public Folder initialize(
FolderController
controller) {
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
FolderController.java
29
public interface
FolderController
{
ControllableActivity.java
80
* Returns the {@link
FolderController
} object associated with this activity, if any.
83
FolderController
getFolderController();
ActivityController.java
63
ConversationUpdater, ErrorListener,
FolderController
, AccountController,
FolderSelectionActivity.java
408
public
FolderController
getFolderController() {
MailActivity.java
307
public
FolderController
getFolderController() {
FolderListFragment.java
248
final
FolderController
controller = mActivity.getFolderController();
[
all
...]
Completed in 3300 milliseconds