Searched refs:HandoverTimeStateMachine (Results 1 – 1 of 1) sorted by relevance
56 private final ConcurrentHashMap<Integer, HandoverTimeStateMachine> mHandoverTimeMap;298 HandoverTimeStateMachine handoverTimeStateMachine = mHandoverTimeMap.get(slotId); in procQualifiedNetworksForHandoverTime()301 new HandoverTimeStateMachine(info.getNetCapability(), slotId, mHandler); in procQualifiedNetworksForHandoverTime()314 HandoverTimeStateMachine handoverTimeStateMachine = mHandoverTimeMap.get(slotId); in procDataConnectionChangedForHandoverTime()317 new HandoverTimeStateMachine(netCapability, slotId, mHandler); in procDataConnectionChangedForHandoverTime()537 class HandoverTimeStateMachine extends StateMachine { class in QnsMetrics552 HandoverTimeStateMachine(int netCapability, int slotId, Handler handler) { in HandoverTimeStateMachine() method in QnsMetrics.HandoverTimeStateMachine553 super(mLogTag + "_" + HandoverTimeStateMachine.class.getSimpleName() + "_" + slotId in HandoverTimeStateMachine()