Home
last modified time | relevance | path

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

/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DServiceStateTrackerTest.java484 final int getOperatorCallCount = mSimulatedCommands.getGetOperatorCallCount(); in testRilTrafficAfterSetRadioPower()
499 assertEquals(getOperatorCallCount + 1, mSimulatedCommands.getGetOperatorCallCount()); in testRilTrafficAfterSetRadioPower()
512 assertEquals(getOperatorCallCount + 2 , mSimulatedCommands.getGetOperatorCallCount()); in testRilTrafficAfterSetRadioPower()
H A DSimulatedCommands.java1085 public int getGetOperatorCallCount() { in getGetOperatorCallCount() method in SimulatedCommands