Update package names to work with the proto3 compiler

Bug: b/28974522
Change-Id: I5f3adf4946ee4ba1e09e4f40afe83c151405972a
(cherry picked from commit 265d3c2a0c)
This commit is contained in:
Tamas Berghammer
2016-06-22 15:34:45 +01:00
parent 216dcdc9dc
commit fbd5f5fdce
195 changed files with 196 additions and 197 deletions

View File

@@ -34,7 +34,7 @@ public abstract class InstrumentedFragment extends PreferenceFragment {
/**
* Declare the view of this category.
*
* Categories are defined in {@link com.android.internal.logging.MetricsProto.MetricsEvent}
* Categories are defined in {@link com.android.internal.logging.nano.MetricsProto.MetricsEvent}
* or if there is no relevant existing category you may define one in
* {@link com.android.settings.InstrumentedFragment}.
*/