Searched refs:isAppPredictionServiceAvailable (Results 1 – 2 of 2) sorted by relevance
831 assertThat(activity.isAppPredictionServiceAvailable(), is(false)); in testIsAppPredictionServiceAvailable()833 assertThat(activity.isAppPredictionServiceAvailable(), is(true)); in testIsAppPredictionServiceAvailable()839 assertThat(activity.isAppPredictionServiceAvailable(), is(false)); in testIsAppPredictionServiceAvailable()
531 mIsAppPredictorComponentAvailable = isAppPredictionServiceAvailable(); in onCreate()780 public boolean isAppPredictionServiceAvailable() { in isAppPredictionServiceAvailable() method in ChooserActivity