Searched defs:SyncStatusHelper (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/sync/android/java/src/org/chromium/sync/notifier/
H A DSyncStatusHelper.java26 * To retrieve an instance of this class, call SyncStatusHelper.get(someContext).
31 public class SyncStatusHelper { class
138 public static final String TAG = "SyncStatusHelper";
145 private static SyncStatusHelper sSyncStatusHelper;
155 // Instantiation of SyncStatusHelper is guarded by a lock so volatile is unneeded.
172 private SyncStatusHelper(Context context, method in class:SyncStatusHelper
197 * A factory method for the SyncStatusHelper.
200 * instance of the SyncStatusHelper by calling overrideSyncStatusHelperForTests(...) with
204 * @return a singleton instance of the SyncStatusHelper
206 public static SyncStatusHelper ge
[all...]

Completed in 61 milliseconds