Searched refs:getGetOperatorCallCount (Results 1 – 2 of 2) sorted by relevance
367 final int getOperatorCallCount = mSimulatedCommands.getGetOperatorCallCount(); in testRilTrafficAfterSetRadioPower()382 assertEquals(getOperatorCallCount + 1, mSimulatedCommands.getGetOperatorCallCount()); in testRilTrafficAfterSetRadioPower()395 assertEquals(getOperatorCallCount + 2 , mSimulatedCommands.getGetOperatorCallCount()); in testRilTrafficAfterSetRadioPower()
1042 public int getGetOperatorCallCount() { in getGetOperatorCallCount() method in SimulatedCommands