Home
last modified time | relevance | path

Searched refs:PRESENCE_POLLING_INTERVAL (Results 1 – 2 of 2) sorted by relevance

/packages/apps/IM/plugin/com/android/im/plugin/
DImpsConfigNames.java109 public static final String PRESENCE_POLLING_INTERVAL = "imps.presence-polling-interval"; field
/packages/apps/IM/src/com/android/im/imps/
DImpsConnectionConfig.java350 String value = mOthers.get(ImpsConfigNames.PRESENCE_POLLING_INTERVAL); in getPresencePollInterval()