Home
last modified time | relevance | path

Searched defs:contentProviderAware (Results 1 – 1 of 1) sorted by relevance

/third_party/flutter/engine/flutter/shell/platform/android/io/flutter/embedding/engine/
DFlutterEnginePluginRegistry.java166 ContentProviderAware contentProviderAware = (ContentProviderAware) plugin; in add() local
167 contentProviderAwarePlugins.put(plugin.getClass(), contentProviderAware); in add() local
235 ContentProviderAware contentProviderAware = (ContentProviderAware) plugin; in remove() local