Home
last modified time | relevance | path

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

/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DSimulatedCommands.java1072 mGetOperatorCallCount.incrementAndGet(); in getOperator()
1082 private final AtomicInteger mGetOperatorCallCount = new AtomicInteger(0); field in SimulatedCommands
1086 final int count = mGetOperatorCallCount.get(); in getGetOperatorCallCount()
1087 return mGetOperatorCallCount.get(); in getGetOperatorCallCount()