Home
last modified time | relevance | path

Searched refs:showWebview (Results 1 – 4 of 4) sorted by relevance

/packages/apps/ImsServiceEntitlement/src/com/android/imsserviceentitlement/
DWfcActivationController.java238 mActivationUi.showWebview( in handleEntitlementStatusForActivation()
241 mActivationUi.showWebview( in handleEntitlementStatusForActivation()
262 mActivationUi.showWebview( in handleEntitlementStatusForUpdating()
265 mActivationUi.showWebview( in handleEntitlementStatusForUpdating()
DWfcActivationUi.java38 boolean showWebview(String url, String postData); in showWebview() method
DWfcActivationActivity.java93 public boolean showWebview(String url, String postData) { in showWebview() method in WfcActivationActivity
/packages/apps/ImsServiceEntitlement/tests/unittests/src/com/android/imsserviceentitlement/
DWfcActivationControllerTest.java196 verify(mActivationUi).showWebview(EMERGENCY_ADDRESS_WEB_URL, EMERGENCY_ADDRESS_WEB_DATA); in handleEntitlementStatusForActivation_isServerDataMissingTrue_showWebview()