Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/power/
DPowerNotificationWarnings.java420 final Intent helpIntent = in showHighTemperatureDialog()
424 Dependency.get(ActivityStarter.class).startActivity(helpIntent, in showHighTemperatureDialog()
455 final Intent helpIntent = in showThermalShutdownDialog()
459 Dependency.get(ActivityStarter.class).startActivity(helpIntent, in showThermalShutdownDialog()
515 final Intent helpIntent = new Intent(); in showUsbHighTemperatureAlarmInternal() local
516 helpIntent.setClassName("com.android.settings", in showUsbHighTemperatureAlarmInternal()
518 helpIntent.putExtra(Intent.EXTRA_TEXT, contextString); in showUsbHighTemperatureAlarmInternal()
519 Dependency.get(ActivityStarter.class).startActivity(helpIntent, in showUsbHighTemperatureAlarmInternal()