Home
last modified time | relevance | path

Searched refs:updateActionLabel (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Settings/src/com/android/settings/panel/
DPanelSlicesAdapter.java148 updateActionLabel(); in onBind()
172 updateActionLabel(); in onBind()
179 @VisibleForTesting void updateActionLabel() { in updateActionLabel() method in PanelSlicesAdapter.SliceRowViewHolder
/packages/apps/Settings/tests/robotests/src/com/android/settings/panel/
DPanelSlicesAdapterTest.java215 verify(viewHolder).updateActionLabel(); in onBindViewHolder_viewTypeSlider_verifyActionLabelSet()