Searched refs:firstIntent (Results 1 – 4 of 4) sorted by relevance
99 GenerationIntent firstIntent = initialState.get(0); in verify() local100 activityLog.add(launchFromContext(initialContext, firstIntent.getActualIntent())); in verify()184 LaunchFromIntent firstIntent = work.setup.get(0); in run() local186 firstIntent.getActualIntent()); in run()
178 Intent firstIntent = new Intent(); in testBackgroundActivityNotBlockedWithinGracePeriod() local179 firstIntent.setComponent(APP_A_FOREGROUND_ACTIVITY); in testBackgroundActivityNotBlockedWithinGracePeriod()180 firstIntent.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK); in testBackgroundActivityNotBlockedWithinGracePeriod()181 mContext.startActivity(firstIntent); in testBackgroundActivityNotBlockedWithinGracePeriod()
294 Intent firstIntent = new Intent(getInstrumentation().getContext(), in testWindowAnimationFrameStats() local296 firstIntent.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK); in testWindowAnimationFrameStats()297 firstActivity = getInstrumentation().startActivitySync(firstIntent); in testWindowAnimationFrameStats()
2510 Intent firstIntent = new Intent(mContext, DummyActivity.class); in testClickCustomButton() local2512 mContext, 0, firstIntent, PendingIntent.FLAG_ONE_SHOT in testClickCustomButton()