Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/webkit/
DJniUtil.java42 private static void checkInitialized() { in checkInitialized() method in JniUtil
65 checkInitialized(); in getDatabaseDirectory()
79 checkInitialized(); in getCacheDirectory()
98 checkInitialized(); in getPackageName()
173 checkInitialized(); in getAutofillQueryUrl()
181 checkInitialized(); in canSatisfyMemoryAllocation()
DWebViewDatabaseClassic.java272 private boolean checkInitialized() { in checkInitialized() method in WebViewDatabaseClassic
288 if (!checkInitialized()) { in hasEntries()
320 if (schemePlusHost == null || !checkInitialized()) { in setUsernamePassword()
342 if (schemePlusHost == null || !checkInitialized()) { in getUsernamePassword()
388 if (!checkInitialized()) { in clearUsernamePassword()
413 if (host == null || realm == null || !checkInitialized()) { in setHttpAuthUsernamePassword()
438 if (host == null || realm == null || !checkInitialized()){ in getHttpAuthUsernamePassword()
485 if (!checkInitialized()) { in clearHttpAuthUsernamePassword()
506 if (url == null || formdata == null || !checkInitialized()) { in setFormData()
555 if (url == null || name == null || !checkInitialized()) { in getFormData()
[all …]