Searched defs:reload (Results 1 - 9 of 9) sorted by relevance

/frameworks/base/test-runner/src/junit/runner/
H A DReloadingTestSuiteLoader.java4 * A TestSuite loader that can reload classes.
13 public Class reload(Class aClass) throws ClassNotFoundException { method in class:ReloadingTestSuiteLoader
/frameworks/base/media/tests/CameraBrowser/src/com/android/camerabrowser/
H A DCameraBrowser.java107 reload();
123 private void reload() { method in class:CameraBrowser
130 reload();
136 reload();
/frameworks/base/tools/layoutlib/bridge/src/android/webkit/
H A DWebView.java115 public void reload() { method in class:WebView
/frameworks/av/media/libmedia/
H A DAudioTrack.cpp1142 status_t AudioTrack::reload() function in class:android::AudioTrack
1158 // The documentation is not clear on the behavior of reload() and the restoration
/frameworks/base/core/java/android/webkit/
H A DWebViewProvider.java138 public void reload(); method in interface:WebViewProvider
H A DWebView.java196 * the WebView to reload the current page. If you don't want that, you
1078 public void reload() { method in class:WebView
1080 mProvider.reload();
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/dirlist/
H A DDirectoryFragment.java428 // results. So when sort order changes, we force a reload of the directory.
1731 public static void reload(FragmentManager fm, int type, RootInfo root, DocumentInfo doc, method in class:DirectoryFragment
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/p2p/
H A DWifiP2pServiceImpl.java2495 private void updatePersistentNetworks(boolean reload) { argument
2503 if (reload) mGroups.clear();
2559 if (reload || isSaveRequired) {
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 366 milliseconds