Searched refs:ACTION_POLLING_NEW_CONTACTS (Results 1 – 3 of 3) sorted by relevance
77 public static final int ACTION_POLLING_NEW_CONTACTS = 1; field in CapabilityPolling425 schedulePolling(5 * 1000, ACTION_POLLING_NEW_CONTACTS); in newContactAdded()447 if (type == ACTION_POLLING_NEW_CONTACTS) { in schedulePolling()
116 type = CapabilityPolling.ACTION_POLLING_NEW_CONTACTS; in add()
79 if (CapabilityPolling.ACTION_POLLING_NEW_CONTACTS == mType) { in PollingTask()