OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:ondestroy
(Results
251 - 275
of
1046
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/sl4a/Utils/src/com/googlecode/android_scripting/
ForegroundService.java
104
public void
onDestroy
() {
/frameworks/base/core/tests/coretests/src/android/print/
BasePrintTest.java
262
Answer<Void>
onDestroy
) {
292
if (
onDestroy
!= null) {
293
doAnswer(
onDestroy
).when(callbacks).
onDestroy
();
/packages/apps/Dialer/src/com/android/dialer/util/
AsyncTaskExecutor.java
35
* pending in the
onDestroy
() method of the Activity.
/packages/apps/TV/src/com/android/tv/ui/
IntroView.java
79
public void
onDestroy
() {
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
MailActivity.java
331
protected void
onDestroy
() {
332
super.
onDestroy
();
333
mController.
onDestroy
();
336
mCustomViewToolbar.
onDestroy
();
/frameworks/base/docs/html-intl/intl/in/guide/components/
activities.jd
403
protected void {@link android.app.Activity#
onDestroy
onDestroy
()} {
404
super.
onDestroy
();
419
android.app.Activity#
onDestroy
}. Aktivitas Anda harus melakukan penyiapan
421
melepas semua sisa sumber daya dalam {@link android.app.Activity#
onDestroy
}. Misalnya, jika
424
android.app.Activity#
onDestroy
}.</li>
539
{@code
onDestroy
()} jika aktivitas ini akan menghilang.</p></td>
541
<td align="center">{@code onRestart()} <br/>atau<br/> {@code
onDestroy
()}</td>
545
<td colspan="3" align="left"><code>{@link android.app.Activity#
onDestroy
546
onDestroy
()}</code></td
[
all
...]
services.jd
148
<dt>{@link android.app.Service#
onDestroy
()}</dt>
348
android.app.IntentService#
onDestroy
onDestroy
()}, pastikan memanggil implementasi super, sehingga
449
public void
onDestroy
() {
[
all
...]
/cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
BleClientStartActivity.java
87
public void
onDestroy
() {
88
super.
onDestroy
();
BleScannerHardwareScanFilterActivity.java
120
public void
onDestroy
() {
121
super.
onDestroy
();
BleScannerPowerLevelActivity.java
148
public void
onDestroy
() {
149
super.
onDestroy
();
BleServerStartActivity.java
85
public void
onDestroy
() {
86
super.
onDestroy
();
ConnectionAccessServerActivity.java
176
protected void
onDestroy
() {
177
super.
onDestroy
();
DevicePickerActivity.java
143
protected void
onDestroy
() {
144
super.
onDestroy
();
/cts/apps/CtsVerifier/src/com/android/cts/verifier/jobscheduler/
ChargingConstraintTestActivity.java
86
protected void
onDestroy
() {
87
super.
onDestroy
();
ConnectivityConstraintTestActivity.java
56
protected void
onDestroy
() {
57
super.
onDestroy
();
/cts/apps/CtsVerifier/src/com/android/cts/verifier/location/base/
GnssCtsTestActivity.java
84
protected void
onDestroy
() {
85
super.
onDestroy
();
/cts/apps/CtsVerifier/src/com/android/cts/verifier/notifications/
MockConditionProvider.java
100
public void
onDestroy
() {
101
super.
onDestroy
();
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/base/
SensorCtsTestActivity.java
102
protected void
onDestroy
() {
103
super.
onDestroy
();
/cts/apps/CtsVerifier/src/com/android/cts/verifier/streamquality/
PlayVideoActivity.java
148
protected void
onDestroy
() {
149
super.
onDestroy
();
/cts/hostsidetests/devicepolicy/app/VpnApp/src/com/android/cts/vpnfirewall/
ReflectorVpnService.java
53
public void
onDestroy
() {
55
super.
onDestroy
();
/cts/tests/app/app/src/android/app/stubs/
InstrumentationTestActivity.java
94
protected void
onDestroy
() {
95
super.
onDestroy
();
/cts/tests/leanbackjank/app/src/android/leanbackjank/app/ui/
MainFragment.java
117
public void
onDestroy
() {
122
super.
onDestroy
();
/cts/tests/tests/media/src/android/media/cts/
RemoteVirtualDisplayService.java
87
public void
onDestroy
() {
88
Log.i(TAG, "
onDestroy
");
/cts/tests/tests/mediastress/src/android/mediastress/cts/
NativeMediaActivity.java
132
protected void
onDestroy
() {
136
super.
onDestroy
();
/developers/build/prebuilts/androidtv/sample-inputs/app/src/main/java/com/example/android/sampletvinput/rich/
RichSettingsFragment.java
70
public void
onDestroy
() {
71
super.
onDestroy
();
Completed in 793 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>