OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:ondestroy
(Results
376 - 400
of
615
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/frameworks/base/docs/html/training/in-app-billing/
preparing-iab-app.jd
135
public void
onDestroy
() {
136
super.
onDestroy
();
/frameworks/base/media/tests/ScoAudioTest/src/com/android/scoaudiotest/
ScoAudioTest.java
167
public void
onDestroy
() {
168
super.
onDestroy
();
/frameworks/base/tests/AccessoryDisplay/sink/src/com/android/accessorydisplay/sink/
SinkActivity.java
139
protected void
onDestroy
() {
140
super.
onDestroy
();
/frameworks/support/v4/java/android/support/v4/app/
Fragment.java
772
* <li> {@link #
onDestroy
()} will not be called (but {@link #onDetach()} still
[
all
...]
/packages/apps/Browser/src/com/android/browser/
BrowserHistoryPage.java
279
public void
onDestroy
() {
280
super.
onDestroy
();
/packages/apps/Camera/src/com/android/camera/
ActivityBase.java
292
protected void
onDestroy
() {
295
super.
onDestroy
();
/packages/apps/Contacts/src/com/android/contacts/activities/
PhotoSelectionActivity.java
289
protected void
onDestroy
() {
290
super.
onDestroy
();
/packages/apps/Dialer/src/com/android/dialer/calllog/
CallLogFragment.java
311
public void
onDestroy
() {
312
super.
onDestroy
();
/packages/apps/Gallery2/src/com/android/gallery3d/ingest/
IngestActivity.java
225
protected void
onDestroy
() {
226
super.
onDestroy
();
/packages/apps/Music/src/com/android/music/
QueryBrowserActivity.java
200
public void
onDestroy
() {
217
super.
onDestroy
();
/packages/apps/Nfc/src/com/android/nfc/handover/
HandoverService.java
159
public void
onDestroy
() {
160
super.
onDestroy
();
/packages/apps/Settings/src/com/android/settings/
KeyguardAppWidgetPickActivity.java
546
protected void
onDestroy
() {
550
super.
onDestroy
();
/packages/apps/Settings/src/com/android/settings/tts/
TextToSpeechSettings.java
202
public void
onDestroy
() {
203
super.
onDestroy
();
/packages/apps/VideoEditor/src/com/android/videoeditor/
KenBurnsActivity.java
353
protected void
onDestroy
() {
354
super.
onDestroy
();
/packages/experimental/StrictModeTest/src/com/android/strictmodetest/
StrictModeActivity.java
403
public void
onDestroy
() {
404
super.
onDestroy
();
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/settings/
SettingsFragment.java
263
public void
onDestroy
() {
266
super.
onDestroy
();
/cts/tests/tests/os/src/android/os/cts/
BinderTest.java
92
finishBad("
onDestroy
() was called when not expected (state="
/development/samples/ApiDemos/src/com/example/android/apis/app/
ForegroundService.java
140
public void
onDestroy
() {
/development/samples/VoicemailProviderDemo/src/com/example/android/voicemail/
AddVoicemailActivity.java
62
* {@link #
onDestroy
()}.
/external/chromium/chrome/browser/ui/gtk/
info_bubble_gtk.h
154
CHROMEGTK_CALLBACK_0(InfoBubbleGtk, gboolean,
OnDestroy
);
/external/chromium_org/chrome/browser/ui/gtk/bubble/
bubble_gtk.h
187
CHROMEGTK_CALLBACK_0(BubbleGtk, gboolean,
OnDestroy
);
/external/chromium_org/content/common/gpu/
gpu_channel.h
174
void
OnDestroy
();
/external/chromium_org/ppapi/c/
ppp_instance.h
56
* <code>
OnDestroy
</code> in between, and should be prepared to maintain
/external/chromium_org/sandbox/win/sandbox_poc/
main_ui_window.h
95
void
OnDestroy
(HWND window);
/frameworks/base/docs/html/google/play/billing/
billing_integrate.jd
155
<p class="note"><strong>Important:</strong> Remember to unbind from the In-app Billing service when you are done with your {@link android.app.Activity}. If you don?t unbind, the open service connection could cause your device?s performance to degrade. This example shows how to perform the unbind operation on a service connection to In-app Billing called {@code mServiceConn} by overriding the activity?s {@link android.app.Activity#
onDestroy
onDestroy
} method.</p>
158
public void
onDestroy
() {
159
super.
onDestroy
();
Completed in 1277 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>