Searched refs:postUIMessage (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/core/java/android/webkit/ |
D | GeolocationPermissions.java | 140 postUIMessage(Message.obtain(null, RETURN_ORIGINS, values)); in createHandler() 150 postUIMessage(Message.obtain(null, RETURN_ALLOWED, retValues)); in createHandler() 192 private void postUIMessage(Message msg) { in postUIMessage() method in GeolocationPermissions
|
D | WebStorage.java | 196 postUIMessage(Message.obtain(null, RETURN_ORIGINS, values)); in createHandler() 211 postUIMessage(Message.obtain(null, RETURN_USAGE_ORIGIN, retValues)); in createHandler() 226 postUIMessage(Message.obtain(null, RETURN_QUOTA_ORIGIN, retValues)); in createHandler() 383 private void postUIMessage(Message msg) { in postUIMessage() method in WebStorage
|