Searched refs:isGetHelpIntentCalled (Results 1 – 2 of 2) sorted by relevance
51 assertThat(ShadowHelpUtils.isGetHelpIntentCalled()).isFalse(); in launchHelp_noExtra_shouldDoNothing()63 assertThat(ShadowHelpUtils.isGetHelpIntentCalled()).isTrue(); in launchHelp_hasExtra_shouldLaunchHelp()
35 public static boolean isGetHelpIntentCalled() { in isGetHelpIntentCalled() method in ShadowHelpUtils