Searched refs:parseSlidingWindowCounterThreshold (Results 1 – 2 of 2) sorted by relevance
71 mDataConfigManagerUT.parseSlidingWindowCounterThreshold(Long.MAX_VALUE + "," in testParseSlidingWindowCounterThreshold()80 .parseSlidingWindowCounterThreshold( in testParseSlidingWindowCounterThreshold()87 .parseSlidingWindowCounterThreshold( in testParseSlidingWindowCounterThreshold()94 .parseSlidingWindowCounterThreshold("", defaultTimeWindow, defaultOccurrence); in testParseSlidingWindowCounterThreshold()99 .parseSlidingWindowCounterThreshold(null, defaultTimeWindow, defaultOccurrence); in testParseSlidingWindowCounterThreshold()
444 mImsReleaseRequestAnomalyReportThreshold = parseSlidingWindowCounterThreshold( in updateDeviceConfig()446 mNetworkUnwantedAnomalyReportThreshold = parseSlidingWindowCounterThreshold( in updateDeviceConfig()448 mSetupDataCallAnomalyReportThreshold = parseSlidingWindowCounterThreshold( in updateDeviceConfig()1318 public EventFrequency parseSlidingWindowCounterThreshold(String s, in parseSlidingWindowCounterThreshold() method