Home | History | Annotate | Download | only in test

Lines Matching refs:null

51     Intent mActivityIntent = null;
98 if (a == null) {
103 if (mActivityIntent == null) {
104 a = launchActivity(targetPackage, mActivityClass, null);
127 * All other fields are null or empty.
129 * @param i The Intent to start the Activity with, or null to reset to the default Intent.
157 mActivityIntent = null;
164 if (a != null) {
166 setActivity(null);
185 Method method = getClass().getMethod(getName(), (Class[]) null);