Home
last modified time | relevance | path

Searched refs:isOdpUrl (Results 1 – 2 of 2) sorted by relevance

/packages/modules/OnDevicePersonalization/src/com/android/ondevicepersonalization/services/data/events/
DEventUrlHelper.java80 if (encryptedEvent == null || !isOdpUrl(url)) { in getEventFromOdpEventUrl()
91 public static boolean isOdpUrl(@NonNull String url) { in isOdpUrl() method in EventUrlHelper
/packages/modules/OnDevicePersonalization/src/com/android/ondevicepersonalization/services/display/
DOdpWebViewClient.java118 if (!EventUrlHelper.isOdpUrl(request.getUrl().toString())) { in shouldInterceptRequest()
153 if (!EventUrlHelper.isOdpUrl(request.getUrl().toString())) { in shouldOverrideUrlLoading()
186 if (!EventUrlHelper.isOdpUrl(url)) { in getPayLoadFromRequest()