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.java1446 getNetworkSelectionModeCallCount.incrementAndGet(); in getNetworkSelectionMode()
1453 private final AtomicInteger getNetworkSelectionModeCallCount = new AtomicInteger(0); field in SimulatedCommands
1457 return getNetworkSelectionModeCallCount.get(); in getGetNetworkSelectionModeCallCount()
DServiceStateTrackerTest.java439 final int getNetworkSelectionModeCallCount = in testRilTrafficAfterSetRadioPower() local
454 assertEquals(getNetworkSelectionModeCallCount + 1, in testRilTrafficAfterSetRadioPower()
467 assertEquals(getNetworkSelectionModeCallCount + 2, in testRilTrafficAfterSetRadioPower()