Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/fuelgauge/batterytip/
DBatteryTipUtils.java123 final Intent extraIntent = new Intent(context, AnomalyDetectionReceiver.class); in uploadAnomalyPendingIntent() local
125 extraIntent, PendingIntent.FLAG_UPDATE_CURRENT | PendingIntent.FLAG_MUTABLE); in uploadAnomalyPendingIntent()