Searched refs:getGetOperatorCallCount (Results 1 – 2 of 2) sorted by relevance
484 final int getOperatorCallCount = mSimulatedCommands.getGetOperatorCallCount(); in testRilTrafficAfterSetRadioPower()499 assertEquals(getOperatorCallCount + 1, mSimulatedCommands.getGetOperatorCallCount()); in testRilTrafficAfterSetRadioPower()512 assertEquals(getOperatorCallCount + 2 , mSimulatedCommands.getGetOperatorCallCount()); in testRilTrafficAfterSetRadioPower()
1085 public int getGetOperatorCallCount() { in getGetOperatorCallCount() method in SimulatedCommands