Lines Matching refs:null
116 * cycle. Typically null.
119 * Typically null.
128 setActivity(null);
129 T newActivity = null;
131 IBinder token = null;
132 if (mApplication == null) {
141 String id = null;
157 if (result != null) {
167 setActivity(null);
200 if (mMockParent != null) {
210 * @return The Intent provided in the start call, or null if no start call was made.
213 if (mMockParent != null) {
216 return null;
225 if (mMockParent != null) {
239 if (mMockParent != null) {
251 if (mMockParent != null) {
273 public Intent mStartedActivityIntent = null;
295 * By returning null here, we inhibit the creation of any "container" for the window.
299 return null;