Searched refs:firstIntent (Results 1 – 3 of 3) 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()
186 Intent firstIntent = new Intent(); in testBackgroundActivityNotBlockedWithinGracePeriod() local187 firstIntent.setComponent(APP_A_FOREGROUND_ACTIVITY); in testBackgroundActivityNotBlockedWithinGracePeriod()188 firstIntent.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK); in testBackgroundActivityNotBlockedWithinGracePeriod()189 mContext.startActivity(firstIntent); in testBackgroundActivityNotBlockedWithinGracePeriod()
2515 Intent firstIntent = new Intent(mContext, DummyActivity.class); in testClickCustomButton() local2517 mContext, 0, firstIntent, PendingIntent.FLAG_ONE_SHOT in testClickCustomButton()