Searched refs:changeVisibility (Results 1 – 4 of 4) sorted by relevance
35 val other = c.changeVisibility(c.visible) in testChangeVisibility_sameObject()44 val other = c.changeVisibility(!c.visible) in testChangeVisibility_otherObject()
72 CellSignalState other = c.changeVisibility(false); in testUpdateState_changed()
98 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()
39 fun changeVisibility(visible: Boolean): CellSignalState { in changeVisibility() method in com.android.systemui.qs.carrier.CellSignalState