Searched refs:CellSignalState (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/carrier/ |
D | QSCarrierTest.java | 53 CellSignalState c = new CellSignalState(true, 0, "", "", false); in testUpdateState_first() 60 CellSignalState c = new CellSignalState(true, 0, "", "", false); in testUpdateState_same() 68 CellSignalState c = new CellSignalState(true, 0, "", "", false); in testUpdateState_changed() 72 CellSignalState other = c.changeVisibility(false); in testUpdateState_changed()
|
D | CellSignalStateTest.kt | 33 val c = CellSignalState() in testChangeVisibility_sameObject() 42 val c = CellSignalState() in testChangeVisibility_otherObject()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/carrier/ |
D | CellSignalState.kt | 24 data class CellSignalState( class 39 fun changeVisibility(visible: Boolean): CellSignalState { in changeVisibility()
|
D | QSCarrierGroupController.java | 61 private final CellSignalState[] mInfos = 62 new CellSignalState[SIM_SLOTS]; 84 mInfos[slotIndex] = new CellSignalState( 152 mInfos[i] = new CellSignalState(); in QSCarrierGroupController()
|
D | QSCarrier.java | 45 private CellSignalState mLastSignalState; 85 public boolean updateState(CellSignalState state) { in updateState()
|