Searched refs:configKey (Results 1 – 2 of 2) sorted by relevance
357 protected void addStatsConfig(long configKey, byte[] config) throws StatsUnavailableException { in addStatsConfig() argument358 getStatsManager().addConfig(configKey, config); in addStatsConfig()367 protected void removeStatsConfig(long configKey) throws StatsUnavailableException { in removeStatsConfig() argument368 mStatsManager.removeConfig(configKey); in removeStatsConfig()377 protected byte[] getStatsReports(long configKey) throws StatsUnavailableException { in getStatsReports() argument378 return mStatsManager.getReports(configKey); in getStatsReports()
104 REPORT_1.configKey = report1Key; in setUp()111 REPORT_2.configKey = report2Key; in setUp()