Home
last modified time | relevance | path

Searched refs:onResume (Results 1 – 5 of 5) sorted by relevance

/sdk/apps/SdkController/src/com/android/tools/sdkcontroller/activities/
DBaseBindingActivity.java65 protected void onResume() { in onResume() method in BaseBindingActivity
66 super.onResume(); in onResume()
DMainActivity.java68 protected void onResume() { in onResume() method in MainActivity
70 super.onResume(); in onResume()
DSensorActivity.java100 protected void onResume() { in onResume() method in SensorActivity
103 super.onResume(); in onResume()
DMultiTouchActivity.java81 protected void onResume() { in onResume() method in MultiTouchActivity
87 super.onResume(); in onResume()
/sdk/apps/SdkController/
DImplementation.txt38 - in onResume this will bind to the service, creating and starting it if necessary.
42 must not attempt to use the service from onResume. Instead there are 2 callbacks to use: