Home
last modified time | relevance | path

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

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DSimulatedCommands.java1442 getNetworkSelectionModeCallCount.incrementAndGet(); in getNetworkSelectionMode()
1452 private final AtomicInteger getNetworkSelectionModeCallCount = new AtomicInteger(0); field in SimulatedCommands
1456 return getNetworkSelectionModeCallCount.get(); in getGetNetworkSelectionModeCallCount()
DServiceStateTrackerTest.java724 final int getNetworkSelectionModeCallCount = in testRilTrafficAfterSetRadioPower() local
739 assertEquals(getNetworkSelectionModeCallCount + 1, in testRilTrafficAfterSetRadioPower()
752 assertEquals(getNetworkSelectionModeCallCount + 2, in testRilTrafficAfterSetRadioPower()