Searched refs:getBar (Results 1 – 2 of 2) sorted by relevance
/aosp12/packages/apps/Car/SystemUI/src/com/android/systemui/car/systembar/ |
H A D | CarSystemBarViewFactory.java | 111 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 D | SampleWithNestedDataClasses.java | 63 public @NonNull String getBar() { in getBar() method in SampleWithNestedDataClasses.NestedDataClass
|