Home
last modified time | relevance | path

Searched defs:barService (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tv/
H A DTvStatusBar.java60 final IStatusBarService barService = IStatusBarService.Stub.asInterface( in start() local
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/logging/
H A DNotificationLoggerTest.java270 IStatusBarService barService, in TestableNotificationLogger()