Searched refs:allowReporting (Results 1 – 2 of 2) sorted by relevance
42 public abstract void showInterstitial(boolean allowReporting); in showInterstitial() argument85 public void showInterstitial(boolean allowReporting) { in fromInvocationHandler()92 responseDelegate.showInterstitial(allowReporting); in fromInvocationHandler()132 public void showInterstitial(boolean allowReporting) {133 response.showInterstitial(allowReporting);
36 public abstract void showInterstitial(boolean allowReporting); in showInterstitial() argument