Searched refs:isAndroidServiceAvailable (Results 1 – 6 of 6) sorted by relevance
146 public final boolean isAndroidServiceAvailable(String intentAction) { in isAndroidServiceAvailable() method in AbstractAdServicesDeviceSupportedRule147 boolean isAndroidServiceAvailable = in isAndroidServiceAvailable()148 mDeviceSupportHelper.isAndroidServiceAvailable(intentAction); in isAndroidServiceAvailable()151 intentAction, isAndroidServiceAvailable); in isAndroidServiceAvailable()152 return isAndroidServiceAvailable; in isAndroidServiceAvailable()215 if (!isAndroidServiceAvailable(intentAction)) { in apply()
151 protected abstract boolean isAndroidServiceAvailable(String intentAction); in isAndroidServiceAvailable() method in AbstractDeviceSupportHelper
52 assertThat(mAdServicesSupportHelper.isAndroidServiceAvailable(INTENT_ACTION_NAME)).isTrue(); in testIsAndroidServiceAvailable_true()62 .that(mAdServicesSupportHelper.isAndroidServiceAvailable(INTENT_ACTION_NAME)) in testIsAndroidServiceAvailable_false()70 .that(mAdServicesSupportHelper.isAndroidServiceAvailable(INTENT_ACTION_NAME)) in testIsAndroidServiceAvailable_false()78 .that(mAdServicesSupportHelper.isAndroidServiceAvailable(INTENT_ACTION_NAME)) in testIsAndroidServiceAvailable_false()
84 protected boolean isAndroidServiceAvailable(String intentAction) { in isAndroidServiceAvailable() method in AdServicesHostSideSupportHelper
68 protected boolean isAndroidServiceAvailable(String intentAction) { in isAndroidServiceAvailable() method in AdServicesSupportHelper
410 when(mAbstractDeviceSupportHelper.isAndroidServiceAvailable(serviceName)) in mockGetResolveInfos()