Home
last modified time | relevance | path

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

/aosp12/packages/apps/Car/SystemUI/src/com/android/systemui/car/systembar/
H A DCarSystemBarViewFactory.java111 return getBar(isSetUp, Type.TOP, Type.TOP_UNPROVISIONED); in getTopBar()
116 return getBar(isSetUp, Type.BOTTOM, Type.BOTTOM_UNPROVISIONED); in getBottomBar()
121 return getBar(isSetUp, Type.LEFT, Type.LEFT_UNPROVISIONED); in getLeftBar()
126 return getBar(isSetUp, Type.RIGHT, Type.RIGHT_UNPROVISIONED); in getRightBar()
140 private CarSystemBarView getBar(boolean isSetUp, Type provisioned, Type unprovisioned) { in getBar() method in CarSystemBarViewFactory
/aosp12/frameworks/base/tests/Codegen/src/com/android/codegentest/
H A DSampleWithNestedDataClasses.java63 public @NonNull String getBar() { in getBar() method in SampleWithNestedDataClasses.NestedDataClass