Home
last modified time | relevance | path

Searched refs:isAppPredictionServiceAvailable (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/tests/coretests/src/com/android/internal/app/
DChooserActivityTest.java831 assertThat(activity.isAppPredictionServiceAvailable(), is(false)); in testIsAppPredictionServiceAvailable()
833 assertThat(activity.isAppPredictionServiceAvailable(), is(true)); in testIsAppPredictionServiceAvailable()
839 assertThat(activity.isAppPredictionServiceAvailable(), is(false)); in testIsAppPredictionServiceAvailable()
/frameworks/base/core/java/com/android/internal/app/
DChooserActivity.java531 mIsAppPredictorComponentAvailable = isAppPredictionServiceAvailable(); in onCreate()
780 public boolean isAppPredictionServiceAvailable() { in isAppPredictionServiceAvailable() method in ChooserActivity