Home
last modified time | relevance | path

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

/aosp12/packages/apps/Settings/src/com/android/settings/bluetooth/
H A DAdvancedBluetoothDetailsHeaderController.java195 updateSubLayout(mLayoutPreference.findViewById(R.id.layout_middle), in refresh()
206 updateSubLayout(mLayoutPreference.findViewById(R.id.layout_left), in refresh()
214 updateSubLayout(mLayoutPreference.findViewById(R.id.layout_middle), in refresh()
222 updateSubLayout(mLayoutPreference.findViewById(R.id.layout_right), in refresh()
252 private void updateSubLayout(LinearLayout linearLayout, int iconMetaKey, int batteryMetaKey, in updateSubLayout() method in AdvancedBluetoothDetailsHeaderController