Searched refs:mGetDataRegistrationStateCallCount (Results 1 – 1 of 1) sorted by relevance
1003 mGetDataRegistrationStateCallCount.incrementAndGet(); in getDataRegistrationState()1014 private final AtomicInteger mGetDataRegistrationStateCallCount = new AtomicInteger(0); field in SimulatedCommands1018 return mGetDataRegistrationStateCallCount.get(); in getGetDataRegistrationStateCallCount()