Searched refs:TEST_ACTIVITY_INTENT (Results 1 – 2 of 2) sorted by relevance
22 …t static com.android.providers.media.photopicker.ui.testapp.TestActivityUtils.TEST_ACTIVITY_INTENT;51 mMediaGenerator.setAccountInfo(ACCOUNT_NAME, TEST_ACTIVITY_INTENT); in onCreate()
31 public static final Intent TEST_ACTIVITY_INTENT = new Intent(ACTION_LAUNCH_TEST_ACTIVITY); field in TestActivityUtils