Lines Matching full:systemui
36 frameworks/base/packages/SystemUI/res \
37 frameworks/base/packages/SystemUI/res-keyguard \
54 SystemUI-proto \
55 SystemUI-tags \
62 LOCAL_AAPT_FLAGS := --extra-packages com.android.systemui:com.android.keyguard
69 # This is needed because the SystemUITests compile SystemUI source directly, rather than using
70 # LOCAL_INSTRUMENTATION_FOR := SystemUI.
73 # package as the rest of SystemUI so they can't be easily filtered by package name.
76 # SystemUI classes are in ../src/ so they won't be excluded.
78 # Input files: src/com/android/systemui/Test.java src/com/android/systemui/AnotherTest.java
79 # Generated exclude list: com.android.systemui.Test*,com.android.systemui.AnotherTest*
94 LOCAL_JACK_COVERAGE_INCLUDE_FILTER := com.android.systemui.*
95 LOCAL_JACK_COVERAGE_EXCLUDE_FILTER := com.android.systemui.tests.*,$(jacoco_exclude)