I recently switched to Android Studio, and I'm pretty used to the Source -> Override/Implement function in Eclipse.

I was wondering where I can find the exact same function in Android Studio. I tried the "Alt-Insert" / Generate-Override methods, but I did not find a way to OnPause() in the list. How to get the methods that I want to override in the list?
These are the only methods that are available to me in my IDE. 
source share