Home
last modified time | relevance | path

Searched defs:mLights (Results 1 – 4 of 4) sorted by relevance

/frameworks/native/services/inputflinger/reader/controller/
DPeripheralController.h144 std::unordered_map<int32_t, std::unique_ptr<Light>> mLights; variable
/frameworks/native/include/input/
DInputDevice.h283 std::unordered_map<int32_t, InputDeviceLightInfo> mLights; variable
/frameworks/base/core/java/android/app/
DNotificationChannel.java241 private boolean mLights; field in NotificationChannel
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationManagerService.java556 ArrayList<String> mLights = new ArrayList<>(); field in NotificationManagerService