Home
last modified time | relevance | path

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

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/data/
DDataConfigManagerTest.java71 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()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/data/
DDataConfigManager.java444 mImsReleaseRequestAnomalyReportThreshold = parseSlidingWindowCounterThreshold( in updateDeviceConfig()
446 mNetworkUnwantedAnomalyReportThreshold = parseSlidingWindowCounterThreshold( in updateDeviceConfig()
448 mSetupDataCallAnomalyReportThreshold = parseSlidingWindowCounterThreshold( in updateDeviceConfig()
1318 public EventFrequency parseSlidingWindowCounterThreshold(String s, in parseSlidingWindowCounterThreshold() method