Searched refs:getExtraSetupIntent (Results 1 – 3 of 3) sorted by relevance
80 assertThat(InputSetupActionUtils.getExtraSetupIntent(intent)).isNull(); in getExtraSetupIntent_null()88 assertThat(InputSetupActionUtils.getExtraSetupIntent(intent)).isEqualTo(setup); in getExtraSetupIntent_setupIntent()96 assertThat(InputSetupActionUtils.getExtraSetupIntent(intent)).isEqualTo(setup); in getExtraSetupIntent_googleSetupIntent()
101 public static Intent getExtraSetupIntent(Intent intent) { in getExtraSetupIntent() method in InputSetupActionUtils
105 Intent setupIntent = InputSetupActionUtils.getExtraSetupIntent(intent); in onCreate()