Lines Matching full:ondestroy
157 <dt>{@link android.app.Service#onDestroy()}</dt>
372 android.app.IntentService#onDestroy onDestroy()}, be sure to call the super implementation, so
473 public void onDestroy() {
771 public void {@link android.app.Service#onDestroy onDestroy}() {
791 android.app.Service#onDestroy} returns. Like an activity, a service does its initial setup in
793 android.app.Service#onDestroy onDestroy()}. For example, a
796 android.app.Service#onDestroy onDestroy()}.
798 <p>The {@link android.app.Service#onCreate onCreate()} and {@link android.app.Service#onDestroy
799 onDestroy()} methods are called for all services, whether
820 android.app.Service#onDestroy onDestroy()} is the only callback received.</p>