Searched refs:getGetOperatorCallCount (Results 1 – 2 of 2) sorted by relevance
434 final int getOperatorCallCount = mSimulatedCommands.getGetOperatorCallCount(); in testRilTrafficAfterSetRadioPower()449 assertEquals(getOperatorCallCount + 1, mSimulatedCommands.getGetOperatorCallCount()); in testRilTrafficAfterSetRadioPower()462 assertEquals(getOperatorCallCount + 2 , mSimulatedCommands.getGetOperatorCallCount()); in testRilTrafficAfterSetRadioPower()
1067 public int getGetOperatorCallCount() { in getGetOperatorCallCount() method in SimulatedCommands