8.2.1.3 Setting The Ordered Broadcast Intent Result Data The methods public final void setResultCode(int code) public final void setResultData(String data) public final void setResultExtras (Bundle extras) will set the current values of the code data extras respectively. Alternatively all three can beset simultaneously using the public final void setResult(int code, String data, Bundle extras) method. Using any of these methods when the onReceive() method has not been invoked on an ordered broadcast Intent will result in a RuntimeException, except in one situation