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