Loading packages/SystemUI/src/com/android/systemui/statusbar/phone/CollapsedStatusBarFragment.java +1 −1 Original line number Original line Diff line number Diff line Loading @@ -209,7 +209,7 @@ public class CollapsedStatusBarFragment extends Fragment implements CommandQueue public void showHideNotificationIcon(){ public void showHideNotificationIcon(){ Log.e("showHideNotificationIcon", "showHideNotificationIcon ......Testing.... "); Log.e("showHideNotificationIcon", "showHideNotificationIcon ......Testing....Observer...................... "); ViewGroup notificationIconArea = mStatusBar.findViewById(R.id.notification_icon_area); ViewGroup notificationIconArea = mStatusBar.findViewById(R.id.notification_icon_area); notificationIconArea.setVisibility(View.GONE); notificationIconArea.setVisibility(View.GONE); Loading Loading
packages/SystemUI/src/com/android/systemui/statusbar/phone/CollapsedStatusBarFragment.java +1 −1 Original line number Original line Diff line number Diff line Loading @@ -209,7 +209,7 @@ public class CollapsedStatusBarFragment extends Fragment implements CommandQueue public void showHideNotificationIcon(){ public void showHideNotificationIcon(){ Log.e("showHideNotificationIcon", "showHideNotificationIcon ......Testing.... "); Log.e("showHideNotificationIcon", "showHideNotificationIcon ......Testing....Observer...................... "); ViewGroup notificationIconArea = mStatusBar.findViewById(R.id.notification_icon_area); ViewGroup notificationIconArea = mStatusBar.findViewById(R.id.notification_icon_area); notificationIconArea.setVisibility(View.GONE); notificationIconArea.setVisibility(View.GONE); Loading