Home
last modified time | relevance | path

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

/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DSimulatedCommands.java1480 getNetworkSelectionModeCallCount.incrementAndGet(); in getNetworkSelectionMode()
1487 private final AtomicInteger getNetworkSelectionModeCallCount = new AtomicInteger(0); field in SimulatedCommands
1491 return getNetworkSelectionModeCallCount.get(); in getGetNetworkSelectionModeCallCount()
H A DServiceStateTrackerTest.java489 final int getNetworkSelectionModeCallCount = in testRilTrafficAfterSetRadioPower() local
504 assertEquals(getNetworkSelectionModeCallCount + 1, in testRilTrafficAfterSetRadioPower()
517 assertEquals(getNetworkSelectionModeCallCount + 2, in testRilTrafficAfterSetRadioPower()