Searched refs:DataBoostWebServiceFlow (Results 1 – 3 of 3) sorted by relevance
18 let capability = DataBoostWebServiceFlow.getRequestedCapability();24 DataBoostWebServiceFlow.notifyPurchaseSuccessful();30 DataBoostWebServiceFlow.notifyPurchaseFailed(failure_code, failure_reason);36 DataBoostWebServiceFlow.dismissFlow();
30 public class DataBoostWebServiceFlow { class33 public DataBoostWebServiceFlow(@NonNull SlicePurchaseActivity activity) { in DataBoostWebServiceFlow() method in DataBoostWebServiceFlow
219 new DataBoostWebServiceFlow(this), "DataBoostWebServiceFlow"); in setupWebView()