Merge "annoint new constants" into mnc-dev
This commit is contained in:
@@ -21,6 +21,7 @@ import android.preference.Preference;
|
||||
import android.preference.SwitchPreference;
|
||||
import android.provider.Settings;
|
||||
|
||||
import com.android.internal.logging.MetricsLogger;
|
||||
import com.android.settings.InstrumentedFragment;
|
||||
import com.android.settings.R;
|
||||
import com.android.settings.SettingsPreferenceFragment;
|
||||
@@ -47,7 +48,7 @@ public class ManageAssist extends SettingsPreferenceFragment
|
||||
|
||||
@Override
|
||||
protected int getMetricsCategory() {
|
||||
return InstrumentedFragment.APPLICATIONS_MANAGE_ASSIST;
|
||||
return MetricsLogger.APPLICATIONS_MANAGE_ASSIST;
|
||||
}
|
||||
|
||||
@Override
|
||||
|
@@ -22,6 +22,7 @@ import android.preference.Preference.OnPreferenceClickListener;
|
||||
import android.text.format.Formatter;
|
||||
import android.widget.TextView;
|
||||
|
||||
import com.android.internal.logging.MetricsLogger;
|
||||
import com.android.settings.InstrumentedFragment;
|
||||
import com.android.settings.R;
|
||||
import com.android.settings.Utils;
|
||||
@@ -102,7 +103,7 @@ public class ProcessStatsSummary extends ProcessStatsBase implements OnPreferenc
|
||||
|
||||
@Override
|
||||
protected int getMetricsCategory() {
|
||||
return InstrumentedFragment.PROCESS_STATS_SUMMARY;
|
||||
return MetricsLogger.PROCESS_STATS_SUMMARY;
|
||||
}
|
||||
|
||||
@Override
|
||||
|
Reference in New Issue
Block a user