Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/test/
DSimulatedCommands.java1029 mGetOperatorCallCount.incrementAndGet(); in getOperator()
1039 private final AtomicInteger mGetOperatorCallCount = new AtomicInteger(0); field in SimulatedCommands
1043 final int count = mGetOperatorCallCount.get(); in getGetOperatorCallCount()
1044 return mGetOperatorCallCount.get(); in getGetOperatorCallCount()