Searched refs:targetStyle (Results 1 – 2 of 2) sorted by relevance
159 final int targetStyle = ThemeHelper.isSetupWizardDayNightEnabled(this) in onStart() local165 WifiConfigUiBase2.MODE_CONNECT, targetStyle); in onStart()168 WifiConfigUiBase.MODE_CONNECT, targetStyle); in onStart()
248 protected boolean hasStyle(Class targetStyle) { in hasStyle() argument250 return targetStyle.getName().equals(templateClass); in hasStyle()