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