Searched defs:destroy (Results 101 - 108 of 108) sorted by relevance

12345

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DBaseStatusBar.java2573 public void destroy() { method in class:BaseStatusBar
/frameworks/base/telecomm/java/android/telecom/
H A DConnection.java53 * must call {@link #destroy()} to signal to the framework that the {@code Connection} is no
1717 public final void destroy() { method in class:Connection
2222 * The returned {@code Connection} can be assumed to {@link #destroy()} itself when appropriate,
2223 * so users of this method need not maintain a reference to its return value to destroy it.
2247 * so users of this method need not maintain a reference to its return value to destroy it.
/frameworks/base/core/java/android/webkit/
H A DWebView.java783 * methods may be called on this WebView after destroy.
785 public void destroy() { method in class:WebView
787 mProvider.destroy();
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DPhoneStatusBar.java3727 public void destroy() { method in class:PhoneStatusBar
3728 super.destroy();
3743 mAssistManager.destroy();
3755 mQSPanel.getHost().destroy();
/frameworks/base/rs/java/android/renderscript/
H A DRenderScript.java1535 * calling .destroy() on each unique context retreived with
1554 prs.destroy();
1648 public void destroy() { method in class:RenderScript
1650 // users cannot destroy a process context
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
H A DRenderScript.java1586 * calling .destroy() on each unique context retreived with
1605 prs.destroy();
1704 public void destroy() { method in class:RenderScript
1706 // users cannot destroy a process context
/frameworks/base/core/java/android/provider/
H A DSettings.java1507 public void destroy() { method in class:Settings.GenerationTracker
1654 generationTracker.destroy();
/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 1697 milliseconds

12345