Home | History | Annotate | Download | only in mockime

Lines Matching refs:Null

31         Null,
37 if (object == null) {
38 return ReturnType.Null;
95 bundle.putBundle("mExitState", mExitState != null ? mExitState.toBundle() : null);
99 case Null:
128 case Null:
130 result = null;
247 * @throws NullPointerException if the return value is {@code null}
248 * @throws ClassCastException if the return value is non-{@code null} object that is different
252 if (mReturnType == ReturnType.Null) {
266 return mExitState == null;