Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/fragment/dagger/
DStatusBarFragmentComponent.java23 import com.android.systemui.statusbar.phone.LegacyLightsOutNotifController;
107 LegacyLightsOutNotifController getLegacyLightsOutNotifController(); in getLegacyLightsOutNotifController()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DLegacyLightsOutNotifController.java55 public class LegacyLightsOutNotifController extends ViewController<View> { class
67 LegacyLightsOutNotifController( in LegacyLightsOutNotifController() method in LegacyLightsOutNotifController
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DLegacyLightsOutNotifControllerTest.java74 private LegacyLightsOutNotifController mLightsOutNotifController;
89 mLightsOutNotifController = new LegacyLightsOutNotifController( in setUp()