Searched refs:getUniqueIdForConfig (Results 1 – 2 of 2) sorted by relevance
178 long configId = getUniqueIdForConfig(configs.get(configName)); in registerConfigsWithStatsManager()376 protected long getUniqueIdForConfig(StatsdConfig config) { in getUniqueIdForConfig() method in StatsdListener
106 doReturn(CONFIG_ID_1).when(mListener).getUniqueIdForConfig(eq(CONFIG_1)); in setUp()107 doReturn(CONFIG_ID_2).when(mListener).getUniqueIdForConfig(eq(CONFIG_2)); in setUp()