Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationClickNotifier.kt25 val barService: IStatusBarService, constant in com.android.systemui.statusbar.NotificationClickNotifier
56 barService.onNotificationActionClick( in onNotificationActionClick()
77 barService.onNotificationClick(key, visibility) in onNotificationClick()
/frameworks/base/packages/SystemUI/src/com/android/systemui/flags/
DSystemExitRestarter.kt26 private val barService: IStatusBarService, constant in com.android.systemui.flags.SystemExitRestarter
30 barService.restart() in restartAndroid()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/logging/
DNotificationLoggerTest.java324 IStatusBarService barService, in TestableNotificationLogger() argument
338 mBarService = barService; in TestableNotificationLogger()