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

/external/ims/rcs/presencepolling/src/com/android/service/ims/presence/
H A DPollingsQueue.java38 public class PollingsQueue { class
47 private static PollingsQueue sInstance = null;
48 public static synchronized PollingsQueue getInstance(Context context) {
50 sInstance = new PollingsQueue(context);
56 private PollingsQueue(Context context) { method in class:PollingsQueue

Completed in 78 milliseconds