Home
last modified time | relevance | path

Searched refs:NewIntentActivity (Results 1 – 2 of 2) sorted by relevance

/frameworks/support/fragment/src/androidTest/java/androidx/fragment/app/
DFragmentTransactionTest.java41 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()
/frameworks/support/fragment/src/androidTest/java/androidx/fragment/app/test/
DNewIntentActivity.java27 public class NewIntentActivity extends FragmentActivity { class