Home
last modified time | relevance | path

Searched refs:ARG_METRICS_KEY (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Settings/src/com/android/settings/fuelgauge/batterytip/
DBatteryTipDialogFragment.java52 private static final String ARG_METRICS_KEY = "metrics_key"; field in BatteryTipDialogFragment
64 args.putInt(ARG_METRICS_KEY, metricsKey); in newInstance()
76 mMetricsKey = bundle.getInt(ARG_METRICS_KEY); in onCreateDialog()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/fuelgauge/batterytip/
DBatteryTipDialogFragment.java52 private static final String ARG_METRICS_KEY = "metrics_key"; field in BatteryTipDialogFragment
64 args.putInt(ARG_METRICS_KEY, metricsKey); in newInstance()
76 mMetricsKey = bundle.getInt(ARG_METRICS_KEY); in onCreateDialog()