Home
last modified time | relevance | path

Searched refs:shouldResetDataThrottlingWhenTacChanges (Results 1 – 3 of 3) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/data/
DDataConfigManager.java897 public boolean shouldResetDataThrottlingWhenTacChanges() { in shouldResetDataThrottlingWhenTacChanges() method in DataConfigManager
1602 + shouldResetDataThrottlingWhenTacChanges());
DDataRetryManager.java1097 if (mDataConfigManager.shouldResetDataThrottlingWhenTacChanges()) {
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/data/
DDataRetryManagerTest.java938 doReturn(true).when(mDataConfigManager).shouldResetDataThrottlingWhenTacChanges(); in testTacChangedReset()