Searched refs:Bar (Results 1 – 18 of 18) sorted by relevance
95 for (Bar bar : Bar.BARS) { in runTestEnsureContrast()131 for (Bar bar : Bar.BARS) { in runTestDontEnsureContrast()288 boolean barIsTapThrough(Bar bar) {295 Bitmap screenshotBar(Bar bar, DumpOnFailure dumper) {311 abstract static class Bar {313 static final Bar STATUS = new Bar("Status") {332 static final Bar NAVIGATION = new Bar("Navigation") {351 static final Bar[] BARS = {STATUS, NAVIGATION};355 public Bar(String name) {
3 import test_package.Bar;12 Bar d;13 Bar e;
3 parcelable Bar {
6 test_package.Bar d;7 test_package.Bar e;
2 parcelable Bar {
23 test_package.Bar d;24 test_package.Bar e;
19 parcelable Bar {
38 import test_package.Bar;578 foo.d = new Bar(); in testGetLastItem()579 foo.e = new Bar(); in testGetLastItem()595 foo.d = new Bar(); in testRepeatFoo()598 foo.e = new Bar(); in testRepeatFoo()626 foo.d = new Bar(); in testNewField()627 foo.e = new Bar(); in testNewField()642 foo.d = new Bar(); in testRenameFoo()643 foo.e = new Bar(); in testRenameFoo()653 foo.d = new Bar(); in testRenameBar()[all …]
29 import test_package.Bar;386 foo.d = new Bar(); in renameBar()
18 "test_package/Bar.aidl",
26 using Bar = ::aidl::test_package::Bar; variable
36 using ::aidl::test_package::Bar;