Home
last modified time | relevance | path

Searched refs:changeVisibility (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/carrier/
DCellSignalStateTest.kt35 val other = c.changeVisibility(c.visible) in testChangeVisibility_sameObject()
44 val other = c.changeVisibility(!c.visible) in testChangeVisibility_otherObject()
DQSCarrierTest.java72 CellSignalState other = c.changeVisibility(false); in testUpdateState_changed()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/carrier/
DQSCarrierGroupController.java98 mInfos[i] = mInfos[i].changeVisibility(false);
240 mInfos[slot] = mInfos[slot].changeVisibility(true); in handleUpdateCarrierInfo()
248 mInfos[i] = mInfos[i].changeVisibility(false); in handleUpdateCarrierInfo()
259 mInfos[i] = mInfos[i].changeVisibility(false); in handleUpdateCarrierInfo()
DCellSignalState.kt39 fun changeVisibility(visible: Boolean): CellSignalState { in changeVisibility() method in com.android.systemui.qs.carrier.CellSignalState