Searched refs:reload (Results 1 - 11 of 11) 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/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/av/include/media/
H A DAudioTrack.h533 * It is reset to zero by flush(), reload(), and stop().
560 status_t reload();
/frameworks/base/core/jni/
H A Dandroid_media_AudioTrack.cpp1014 "Unable to retrieve AudioTrack pointer for reload()");
1017 return nativeToJavaStatus( lpTrack->reload() );
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/p2p/
H A DWifiP2pServiceImpl.java2483 private void updatePersistentNetworks(boolean reload) { argument
2491 if (reload) mGroups.clear();
2547 if (reload || isSaveRequired) {
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/dirlist/
H A DDirectoryFragment.java392 // results. So when sort order changes, we force a reload of the directory.
1730 public static void reload(FragmentManager fm, int type, RootInfo root, DocumentInfo doc, method in class:DirectoryFragment
/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/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 643 milliseconds