Searched refs:reload (Results 1 - 18 of 18) sorted by relevance

/frameworks/base/test-runner/src/junit/runner/
H A DTestSuiteLoader.java10 abstract public Class reload(Class aClass) throws ClassNotFoundException; method in interface:TestSuiteLoader
H A DStandardTestSuiteLoader.java20 public Class reload(Class aClass) throws ClassNotFoundException { method in class:StandardTestSuiteLoader
/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/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DExtensionController.java36 T reload(); method in interface:ExtensionController.Extension
H A DExtensionControllerImpl.java130 public T reload() { method in class:ExtensionControllerImpl.ExtensionImpl
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
H A DAmbientState.java66 reload(context);
72 public void reload(Context context) { method in class:AmbientState
H A DNotificationStackScrollLayout.java507 mAmbientState.reload(context);
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/utils/leaks/
H A DFakeExtensionController.java102 public T reload() { method in class:FakeExtensionController.FakeExtension
/frameworks/base/tools/layoutlib/bridge/src/android/webkit/
H A DWebView.java115 public void reload() { method in class:WebView
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
H A DVolumeDialogComponent.java155 mExtension.reload();
/frameworks/base/core/java/android/webkit/
H A DWebViewProvider.java143 public void reload(); method in interface:WebViewProvider
H A DWebView.java205 * the WebView to reload the current page. If you don't want that, you
1089 public void reload() { method in class:WebView
1091 mProvider.reload();
/frameworks/av/include/media/
H A DAudioTrack.h538 * It is reset to zero by flush(), reload(), and stop().
565 status_t reload();
/frameworks/av/media/libaudioclient/include/media/
H A DAudioTrack.h538 * It is reset to zero by flush(), reload(), and stop().
565 status_t reload();
/frameworks/base/core/jni/
H A Dandroid_media_AudioTrack.cpp1030 "Unable to retrieve AudioTrack pointer for reload()");
1033 return nativeToJavaStatus( lpTrack->reload() );
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/p2p/
H A DWifiP2pServiceImpl.java2613 * @param boolean if true, reload the group list from scratch
2616 private void updatePersistentNetworks(boolean reload) { argument
2617 if (reload) mGroups.clear();
2619 // Save in all cases, including when reload was requested, but
2621 if (mWifiNative.p2pListNetworks(mGroups) || reload) {
/frameworks/av/media/libaudioclient/
H A DAudioTrack.cpp1174 status_t AudioTrack::reload() function in class:android::AudioTrack
1190 // 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 359 milliseconds