Loading packages/SystemUI/src/com/android/systemui/statusbar/phone/fragment/CollapsedStatusBarFragment.java +1 −1 Original line number Diff line number Diff line Loading @@ -409,7 +409,7 @@ public class CollapsedStatusBarFragment extends Fragment implements CommandQueue boolean showVibrateIcon = mSecureSettings.getIntForUser( Settings.Secure.STATUS_BAR_SHOW_VIBRATE_ICON, 0, 1, UserHandle.USER_CURRENT) == 0; // Filter out vibrate icon from the blocklist if the setting is on Loading packages/SystemUI/src/com/android/systemui/statusbar/phone/fragment/StatusBarIconBlocklist.kt +1 −1 Original line number Diff line number Diff line Loading @@ -42,7 +42,7 @@ fun getStatusBarIconBlocklist( val vibrateIconSlot: String = res.getString(R.string.status_bar_volume) val showVibrateIcon = settings.getIntForUser( Settings.Secure.STATUS_BAR_SHOW_VIBRATE_ICON, 0, 1, UserHandle.USER_CURRENT) == 0 // Filter out vibrate icon from the blocklist if the setting is on Loading Loading
packages/SystemUI/src/com/android/systemui/statusbar/phone/fragment/CollapsedStatusBarFragment.java +1 −1 Original line number Diff line number Diff line Loading @@ -409,7 +409,7 @@ public class CollapsedStatusBarFragment extends Fragment implements CommandQueue boolean showVibrateIcon = mSecureSettings.getIntForUser( Settings.Secure.STATUS_BAR_SHOW_VIBRATE_ICON, 0, 1, UserHandle.USER_CURRENT) == 0; // Filter out vibrate icon from the blocklist if the setting is on Loading
packages/SystemUI/src/com/android/systemui/statusbar/phone/fragment/StatusBarIconBlocklist.kt +1 −1 Original line number Diff line number Diff line Loading @@ -42,7 +42,7 @@ fun getStatusBarIconBlocklist( val vibrateIconSlot: String = res.getString(R.string.status_bar_volume) val showVibrateIcon = settings.getIntForUser( Settings.Secure.STATUS_BAR_SHOW_VIBRATE_ICON, 0, 1, UserHandle.USER_CURRENT) == 0 // Filter out vibrate icon from the blocklist if the setting is on Loading