Searched refs:helpIntent (Results 1 – 1 of 1) sorted by relevance
420 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() local516 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()