Searched refs:supportJsCallbackForVowifiPortal (Results 1 – 5 of 5) sorted by relevance
67 assertFalse(mConfigManager.supportJsCallbackForVowifiPortal()); in testSupportJsCallbackForVowifiPortal()76 assertTrue(mConfigManager.supportJsCallbackForVowifiPortal()); in testSupportJsCallbackForVowifiPortal()
87 when(mockCarrierConfigManager.supportJsCallbackForVowifiPortal()) in setUp()255 when(mockCarrierConfigManager.supportJsCallbackForVowifiPortal()) in startWebPortal_unsupportedJsCallback_launchChrome()
372 public boolean supportJsCallbackForVowifiPortal() { in supportJsCallbackForVowifiPortal() method in WfcActivationHelper373 return mWfcConfigManager.supportJsCallbackForVowifiPortal(); in supportJsCallbackForVowifiPortal()
221 boolean supportJsCallbackForVowifiPortal() { in supportJsCallbackForVowifiPortal() method in WfcCarrierConfigManager
182 if (!mWfcActivationHelper.supportJsCallbackForVowifiPortal()) { in startWebPortal()