Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/wifi/
DWifiDialogActivity.java205 final int targetStyle = ThemeHelper.isSetupWizardDayNightEnabled(this) in createDialogWithSuwTheme() local
211 WifiConfigUiBase2.MODE_CONNECT, targetStyle); in createDialogWithSuwTheme()
214 WifiConfigUiBase.MODE_CONNECT, targetStyle); in createDialogWithSuwTheme()
/packages/modules/ExtServices/java/src/android/ext/services/notification/
DNotificationEntry.java248 protected boolean hasStyle(Class targetStyle) { in hasStyle() argument
250 return targetStyle.getName().equals(templateClass); in hasStyle()