OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:RefreshManager
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Email/src/com/android/email/
Email.java
207
RefreshManager
.getInstance(this);
RefreshManager.java
51
public class
RefreshManager
{
56
private static
RefreshManager
sInstance;
169
public static synchronized
RefreshManager
getInstance(Context context) {
171
sInstance = new
RefreshManager
(context, Controller.getInstance(context),
177
protected
RefreshManager
(Context context, Controller controller, Clock clock,
Completed in 33 milliseconds