Searched refs:onStart (Results 1 - 25 of 34) sorted by relevance

12

/development/apps/launchperf/src/com/android/launchperf/
H A DComplexActivityLaunchPerformance.java49 public void onStart() { method in class:ComplexActivityLaunchPerformance
50 super.onStart();
H A DEmptyActivityLaunchPerformance.java48 public void onStart() { method in class:EmptyActivityLaunchPerformance
49 super.onStart();
H A DHelloWorldLaunchPerformance.java48 public void onStart() { method in class:HelloWorldLaunchPerformance
49 super.onStart();
H A DNotePadLaunchPerformance.java48 public void onStart() { method in class:NotePadLaunchPerformance
49 super.onStart();
H A DPhoneLaunchPerformance.java48 public void onStart() { method in class:PhoneLaunchPerformance
49 super.onStart();
H A DSimpleActivityLaunchPerformance.java48 public void onStart() { method in class:SimpleActivityLaunchPerformance
49 super.onStart();
/development/samples/ApiDemos/src/com/example/android/apis/app/
H A DContactsFilterInstrumentation.java39 // to us in onStart().
44 public void onStart() { method in class:ContactsFilterInstrumentation
45 super.onStart();
H A DContactsSelectInstrumentation.java41 // to us in onStart().
46 public void onStart() { method in class:ContactsSelectInstrumentation
47 super.onStart();
H A DLocalSampleInstrumentation.java45 // to us in onStart().
50 public void onStart() { method in class:LocalSampleInstrumentation
51 super.onStart();
/development/samples/training/basic/FragmentBasics/src/com/example/fragments/
H A DArticleFragment.java45 public void onStart() { method in class:ArticleFragment
46 super.onStart();
49 // onStart is a good place to do this because the layout has already been
H A DHeadlinesFragment.java47 public void onStart() { method in class:HeadlinesFragment
48 super.onStart();
51 // (We do this during onStart because at the point the listview is available.)
/development/samples/training/multiscreen/newsreader/src/com/example/android/newsreader/
H A DHeadlinesFragment.java65 public void onStart() { method in class:HeadlinesFragment
66 super.onStart();
H A DNewsReaderActivity.java162 public void onStart() { method in class:NewsReaderActivity
163 super.onStart();
/development/samples/training/basic/ActivityLifecycle/src/com/example/android/lifecycle/
H A DActivityA.java50 protected void onStart() { method in class:ActivityA
51 super.onStart();
H A DActivityB.java50 protected void onStart() { method in class:ActivityB
51 super.onStart();
H A DActivityC.java50 protected void onStart() { method in class:ActivityC
51 super.onStart();
/development/apps/BuildWidget/src/com/android/buildwidget/
H A DBuildWidget.java51 public void onStart(Intent intent, int startId) { method in class:BuildWidget.UpdateService
/development/ndk/platforms/android-9/include/android/
H A Dnative_activity.h111 * NativeActivity has started. See Java documentation for Activity.onStart()
114 void (*onStart)(ANativeActivity* activity); member in struct:ANativeActivityCallbacks
/development/samples/MySampleRss/src/com/example/codelab/rssexample/
H A DRssService.java96 protected void onStart(Intent intent, int startId){ method in class:RssService
97 super.onStart(startId, arguments);
/development/samples/SipDemo/src/com/example/android/sip/
H A DWalkieTalkieActivity.java81 public void onStart() { method in class:WalkieTalkieActivity
82 super.onStart();
/development/ndk/sources/android/native_app_glue/
H A Dandroid_native_app_glue.c342 static void onStart(ANativeActivity* activity) { function
428 activity->callbacks->onStart = onStart;
/development/samples/Wiktionary/src/com/example/android/wiktionary/
H A DWordWidget.java52 public void onStart(Intent intent, int startId) { method in class:WordWidget.UpdateService
/development/samples/WiktionarySimple/src/com/example/android/simplewiktionary/
H A DWordWidget.java53 public void onStart(Intent intent, int startId) { method in class:WordWidget.UpdateService
/development/apps/WidgetPreview/src/com/android/widgetpreview/
H A DWidgetPreviewActivity.java90 public void onStart() { method in class:WidgetPreviewActivity
91 super.onStart();
/development/samples/BluetoothChat/src/com/example/android/BluetoothChat/
H A DBluetoothChat.java104 public void onStart() { method in class:BluetoothChat
105 super.onStart();
125 // not enabled during onStart(), so we were paused to enable it...

Completed in 323 milliseconds

12