HomeSort by relevance Sort by last modified time
    Searched defs:onDestroy (Results 1 - 25 of 416) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /cts/tests/framework/base/windowmanager/app/src/android/server/wm/app/
LaunchTestOnDestroyActivity.java 34 protected void onDestroy() {
35 super.onDestroy();
KeyguardLockActivity.java 34 protected void onDestroy() {
36 super.onDestroy();
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
BleCocInsecureClientStartActivity.java 40 public void onDestroy() {
41 super.onDestroy();
BleCocInsecureServerStartActivity.java 34 public void onDestroy() {
35 super.onDestroy();
BleCocSecureClientStartActivity.java 40 public void onDestroy() {
41 super.onDestroy();
BleCocSecureServerStartActivity.java 34 public void onDestroy() {
35 super.onDestroy();
BleInsecureClientStartActivity.java 40 public void onDestroy() {
41 super.onDestroy();
BleInsecureConnectionPriorityClientTestActivity.java 33 public void onDestroy() {
34 super.onDestroy();
BleInsecureEncryptedClientTestActivity.java 34 public void onDestroy() {
35 super.onDestroy();
BleInsecureServerStartActivity.java 34 public void onDestroy() {
35 super.onDestroy();
BleSecureClientStartActivity.java 41 public void onDestroy() {
42 super.onDestroy();
BleSecureConnectionPriorityClientTestActivity.java 35 public void onDestroy() {
36 super.onDestroy();
BleSecureEncryptedClientTestActivity.java 35 public void onDestroy() {
36 super.onDestroy();
BleSecureEncryptedServerTestActivity.java 34 public void onDestroy() {
35 super.onDestroy();
BleSecureServerStartActivity.java 34 public void onDestroy() {
35 super.onDestroy();
  /cts/hostsidetests/webkit/app/src/com/android/cts/webkit/
WebViewStartupCtsActivity.java 51 public void onDestroy() {
53 super.onDestroy();
  /cts/tests/tests/assist/service/src/android/assist/service/
MainRecognitionService.java 51 public void onDestroy() {
52 super.onDestroy();
53 Log.i(TAG, "onDestroy");
  /cts/tests/tests/notificationlegacy/notificationlegacy27/src/android/app/notification/legacy/cts/
SecondaryConditionProviderService.java 39 public void onDestroy() {
41 super.onDestroy();
  /cts/tests/tests/text/src/android/text/cts/
EmojiCtsActivity.java 44 public void onDestroy() {
48 super.onDestroy();
  /cts/tests/tests/uirendering/src/android/uirendering/cts/runner/
UiRenderingRunner.java 48 public void onDestroy() {
52 super.onDestroy();
  /cts/tests/tests/uirendering27/src/android/uirendering/cts/runner/
UiRenderingRunner.java 48 public void onDestroy() {
52 super.onDestroy();
  /cts/tests/tests/voiceinteraction/service/src/android/voiceinteraction/service/
MainRecognitionService.java 51 public void onDestroy() {
52 super.onDestroy();
53 Log.i(TAG, "onDestroy");
  /cts/tests/tests/voicesettings/service/src/android/voicesettings/service/
MainRecognitionService.java 51 public void onDestroy() {
52 super.onDestroy();
53 Log.i(TAG, "onDestroy");
  /development/samples/CubeLiveWallpaper/src/com/example/android/livecubes/cube2/
CubeWallpaper2Settings.java 44 protected void onDestroy() {
47 super.onDestroy();
  /external/dexmaker/dexmaker-mockito-inline-extended-tests/src/main/java/com/android/dx/mockito/inline/extended/tests/
EmptyActivity.java 23 public void onDestroy() {
24 super.onDestroy();

Completed in 1636 milliseconds

1 2 3 4 5 6 7 8 91011>>