Searched refs:LEAK_REPORT_EMAIL_NAME (Results 1 – 3 of 3) sorted by relevance
19 import static com.android.systemui.Dependency.LEAK_REPORT_EMAIL_NAME;71 @Named(LEAK_REPORT_EMAIL_NAME) String leakReportEmail) { in LeakReporter()
20 import static com.android.systemui.Dependency.LEAK_REPORT_EMAIL_NAME;148 @Named(LEAK_REPORT_EMAIL_NAME)
97 public static final String LEAK_REPORT_EMAIL_NAME = "leak_report_email"; field in Dependency