Home
last modified time | relevance | path

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

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