Home
last modified time | relevance | path

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

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DSimulatedCommands.java1003 mGetOperatorCallCount.incrementAndGet(); in getOperator()
1013 private final AtomicInteger mGetOperatorCallCount = new AtomicInteger(0); field in SimulatedCommands
1017 return mGetOperatorCallCount.get(); in getGetOperatorCallCount()