onPause method
inherited
Callback for pausing probe
Implementation
void onPause() {
super.onPause();
if (timer != null) timer.cancel();
}
Callback for pausing probe
void onPause() {
super.onPause();
if (timer != null) timer.cancel();
}