Home
last modified time | relevance | path

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

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DServiceStateTrackerTest.java367 final int getOperatorCallCount = mSimulatedCommands.getGetOperatorCallCount(); in testRilTrafficAfterSetRadioPower()
382 assertEquals(getOperatorCallCount + 1, mSimulatedCommands.getGetOperatorCallCount()); in testRilTrafficAfterSetRadioPower()
395 assertEquals(getOperatorCallCount + 2 , mSimulatedCommands.getGetOperatorCallCount()); in testRilTrafficAfterSetRadioPower()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/test/
DSimulatedCommands.java1042 public int getGetOperatorCallCount() { in getGetOperatorCallCount() method in SimulatedCommands