Searched refs:NewIntentActivity (Results 1 – 2 of 2) sorted by relevance
41 import androidx.fragment.app.test.NewIntentActivity;428 Intent intent1 = new Intent(mActivity, NewIntentActivity.class) in newIntentUnlocks()430 NewIntentActivity newIntentActivity = in newIntentUnlocks()431 (NewIntentActivity) instrumentation.startActivitySync(intent1); in newIntentUnlocks()439 Intent intent3 = new Intent(mActivity, NewIntentActivity.class) in newIntentUnlocks()
27 public class NewIntentActivity extends FragmentActivity { class