'suspended' function on Android

I’m looking through the JUCE codebase at the suspend/resume mechanism and can’t fine any code for the suspended/resumed methods, only empty methods in the JuceApplication classes. Am I missing something? Or have they been left so we can override them stop/start threads etc?