Searched defs:mConnectionGeneration (Results 1 - 2 of 2) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
H A DApnContext.java96 private final AtomicInteger mConnectionGeneration = new AtomicInteger(0); field in class:ApnContext
532 return mConnectionGeneration.incrementAndGet();
536 return mConnectionGeneration.get();
H A DDataConnection.java109 final int mConnectionGeneration; field in class:DataConnection.ConnectionParams
119 mConnectionGeneration = connectionGeneration;
519 new Pair<ApnContext, Integer>(apnContext, cp.mConnectionGeneration);
1868 new Pair<ApnContext, Integer>(apnContext, cp.mConnectionGeneration);

Completed in 76 milliseconds