Searched refs:hasInputSetupAction (Results 1 – 4 of 4) sorted by relevance
40 assertThat(InputSetupActionUtils.hasInputSetupAction(intent)).isTrue(); in hasInputSetupAction_launchInputSetup()46 assertThat(InputSetupActionUtils.hasInputSetupAction(intent)).isTrue(); in hasInputSetupAction_googleLaunchInputSetup()52 assertThat(InputSetupActionUtils.hasInputSetupAction(intent)).isFalse(); in hasInputSetupAction_bad()
122 public static boolean hasInputSetupAction(Intent intent) { in hasInputSetupAction() method in InputSetupActionUtils
70 if (!InputSetupActionUtils.hasInputSetupAction(originalSetupIntent)) { in createSetupIntent()
90 InputSetupActionUtils.hasInputSetupAction(intent), in onCreate()