Searched refs:SimSlotState (Results 1 – 14 of 14) sorted by relevance
77 SimSlotState state = SimSlotState.getCurrentState(); in testEmptySlots()91 SimSlotState state = SimSlotState.getCurrentState(); in testSingleSim_nullSlot()105 SimSlotState state = SimSlotState.getCurrentState(); in testSingleSim_inactiveSlot()119 SimSlotState state = SimSlotState.getCurrentState(); in testSingleSim_noSimCard()134 SimSlotState state = SimSlotState.getCurrentState(); in testSingleSim_physicalSimCard()149 SimSlotState state = SimSlotState.getCurrentState(); in testSingleSim_physicalSimCardInErrorState()164 SimSlotState state = SimSlotState.getCurrentState(); in testSingleSim_physicalSimCardInRestrictedState()180 SimSlotState state = SimSlotState.getCurrentState(); in testSingleSim_esimCardWithNullCard()195 SimSlotState state = SimSlotState.getCurrentState(); in testSingleSim_esimCardWithoutProfile()210 SimSlotState state = SimSlotState.getCurrentState(); in testSingleSim_esimCardWithProfile()[all …]
26 public class SimSlotState { class27 private static final String TAG = SimSlotState.class.getSimpleName();34 public static SimSlotState getCurrentState() { in getCurrentState()60 return new SimSlotState(numActiveSlots, numActiveSims, numActiveEsims); in getCurrentState()63 private SimSlotState(int numActiveSlots, int numActiveSims, int numActiveEsims) { in SimSlotState() method in SimSlotState
209 proto.isMultiSim = SimSlotState.isMultiSim(); in getIncomingDefaultProto()210 proto.isEsim = SimSlotState.isEsim(getPhoneId()); in getIncomingDefaultProto()230 proto.isMultiSim = SimSlotState.isMultiSim(); in getOutgoingDefaultProto()231 proto.isEsim = SimSlotState.isEsim(getPhoneId()); in getOutgoingDefaultProto()
54 boolean isMultiSim = SimSlotState.getCurrentState().numActiveSims > 1; in onDataStallEvent()
247 proto.isMultiSim = SimSlotState.isMultiSim(); in getDefaultProto()248 proto.isEsim = SimSlotState.isEsim(mPhone.getPhoneId()); in getDefaultProto()
93 newState.isMultiSim = SimSlotState.isMultiSim(); in onServiceStateChanged()
404 proto.isMultiSim = SimSlotState.isMultiSim(); in addCall()405 proto.isEsim = SimSlotState.isEsim(mPhoneId); in addCall()
336 termination.isMultiSim = SimSlotState.isMultiSim(); in onImsUnregistered()
268 SimSlotState state; in pullSimSlotState()270 state = SimSlotState.getCurrentState(); in pullSimSlotState()
679 SimSlotState sim_slot_state = 10078 [(module) = "telephony"];13036 message SimSlotState { message
10101 com.android.internal.telephony.metrics.SimSlotState
34715 Lcom/android/internal/telephony/metrics/SimSlotState;
10122 com.android.internal.telephony.metrics.SimSlotState
44379 Lcom/android/internal/telephony/metrics/SimSlotState;