Searched refs:settingsIcon (Results 1 – 4 of 4) sorted by relevance
414 final int settingsIcon = R.drawable.ic_settings_accent; in getSafeIcon_replacesEmptyIconWithSettingsIcon() local423 assertThat(actualIconResource).isEqualTo(settingsIcon); in getSafeIcon_replacesEmptyIconWithSettingsIcon()428 final int settingsIcon = R.drawable.ic_settings_accent; in getSafeIcon_invalidResource_shouldFallbackToSettingsIcon() local436 assertThat(actualIconResource).isEqualTo(settingsIcon); in getSafeIcon_invalidResource_shouldFallbackToSettingsIcon()
319 val settingsIcon = in <lambda>() constant331 .setLargeIcon(settingsIcon) in <lambda>()
1004 val settingsIcon = in showUnusedAppsNotification() constant1007 b.setLargeIcon(settingsIcon) in showUnusedAppsNotification()
702 Bitmap settingsIcon = KotlinUtils.INSTANCE.getSettingsIcon(app, user, mPackageManager); in createNotificationForLocationUser() local703 b.setLargeIcon(settingsIcon); in createNotificationForLocationUser()