Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/com/android/settings/datetime/ClockDateSettings.java
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ private void parseClockDateFormats() {

@Override
public int getMetricsCategory() {
return MetricsProto.MetricsEvent.ABC;
return MetricsProto.MetricsEvent.GZOSP;
}

public static final SearchIndexProvider SEARCH_INDEX_DATA_PROVIDER =
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ public boolean onPreferenceChange(Preference preference, Object newValue) {

@Override
public int getMetricsCategory() {
return MetricsProto.MetricsEvent.ABC;
return MetricsProto.MetricsEvent.GZOSP;
}

public static final SearchIndexProvider SEARCH_INDEX_DATA_PROVIDER =
Expand Down