Home
last modified time | relevance | path

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

/webkit/integration-tests/testapp/src/main/java/com/example/androidx/webkit/
DSmallInterstitialActivity.java49 @ContentType int contentType = intent.getIntExtra(CONTENT_TYPE, ContentType.SAFE_CONTENT); in onCreate() local
51 switch (contentType) { in onCreate()
DFullPageInterstitialActivity.java63 @ContentType int contentType = intent.getIntExtra(CONTENT_TYPE, ContentType.SAFE_CONTENT); in onCreate() local
65 switch (contentType) { in onCreate()