This method of the Service Class indicates whether the service can be paused.
public synchronized boolean canPause();
Returns true if the service can be paused (that is, if getControlsAccepted returns ACCEPT_PAUSE_CONTINUE); otherwise, returns false.