Searched refs:CallIndicatorIconState (Results 1 – 5 of 5) sorted by relevance
73 private ArrayList<CallIndicatorIconState> mCallIndicatorStates = new ArrayList<>();179 CallIndicatorIconState state = getNoCallingState(subId); in setCallIndicator()192 CallIndicatorIconState.copyStates(mCallIndicatorStates)); in setCallIndicator()197 CallIndicatorIconState.copyStates(mCallIndicatorStates)); in setCallIndicator()200 private CallIndicatorIconState getNoCallingState(int subId) { in getNoCallingState()201 for (CallIndicatorIconState state : mCallIndicatorStates) { in getNoCallingState()244 public static class CallIndicatorIconState { class in StatusBarSignalPolicy252 private CallIndicatorIconState(int subId) { in CallIndicatorIconState() method in StatusBarSignalPolicy.CallIndicatorIconState264 CallIndicatorIconState that = (CallIndicatorIconState) o; in equals()280 private void copyTo(CallIndicatorIconState other) { in copyTo()[all …]
23 import com.android.systemui.statusbar.phone.StatusBarSignalPolicy.CallIndicatorIconState144 state: CallIndicatorIconState, in fromCallIndicatorState()
20 import com.android.systemui.statusbar.phone.StatusBarSignalPolicy.CallIndicatorIconState;71 public void setCallStrengthIcons(String slot, List<CallIndicatorIconState> states) { in setCallStrengthIcons()75 public void setNoCallingIcons(String slot, List<CallIndicatorIconState> states) { in setNoCallingIcons()
26 import com.android.systemui.statusbar.phone.StatusBarSignalPolicy.CallIndicatorIconState;75 void setCallStrengthIcons(String slot, List<CallIndicatorIconState> states); in setCallStrengthIcons()80 void setNoCallingIcons(String slot, List<CallIndicatorIconState> states); in setNoCallingIcons()
43 import com.android.systemui.statusbar.phone.StatusBarSignalPolicy.CallIndicatorIconState;287 public void setCallStrengthIcons(String slot, List<CallIndicatorIconState> states) { in setCallStrengthIcons()290 for (CallIndicatorIconState state : states) { in setCallStrengthIcons()312 public void setNoCallingIcons(String slot, List<CallIndicatorIconState> states) { in setNoCallingIcons()315 for (CallIndicatorIconState state : states) { in setNoCallingIcons()