i'm searching for the code lines in AOSP where the KeyEvent.KEYCODE_HOME is produced. I'm pretty sure that it must be somewhere around the class PhoneStatusBar in the SystemUI package. I found the mHomeActionListener in PhoneStatusBar which is triggered by an OnTouchListener from the NavigationBarView. But there is no KeyEvent.KEYCODE_HOME produced. I was not able to find that piece of code yet. Any hints will be greatly appreciated.
Best regards