Searched refs:onStart (Results 1 - 25 of 43) sorted by path

12

/frameworks/base/core/java/android/app/
H A DActivity.java200 * {@link android.app.Activity#onStart} until a corresponding call to
205 * a {@link android.content.BroadcastReceiver} in onStart() to monitor for changes
207 * longer see what you are displaying. The onStart() and onStop() methods
235 * protected void onStart();
269 * <p>Always followed by <code>onStart()</code>.</td>
271 * <td align="center"><code>onStart()</code></td>
278 * <p>Always followed by <code>onStart()</code></td>
280 * <td align="center"><code>onStart()</code></td>
283 * <tr><th colspan="2" align="left" border="0">{@link android.app.Activity#onStart onStart()}</t
996 protected void onStart() { method in class:Activity
[all...]
H A DDialog.java241 * that in {@link #onStart}.
260 onStart();
372 protected void onStart() { method in class:Dialog
453 * was processed in {@link #onStart}.
H A DDialogFragment.java486 public void onStart() { method in class:DialogFragment
487 super.onStart();
H A DFragment.java207 * <li> {@link #onStart} makes the fragment visible to the user (based on its
1156 * and before {@link #onStart()}.
1167 * tied to {@link Activity#onStart() Activity.onStart} of the containing
1170 public void onStart() { method in class:Fragment
1532 onStart();
H A DInstrumentation.java97 * continue execution in {@link #onStart}.
113 * thread will call to {@link #onStart} where you can implement the
133 public void onStart() { method in class:Instrumentation
1127 * Perform calling of an activity's {@link Activity#onStart}
1133 activity.onStart();
1551 onStart();
H A DIntentService.java115 public void onStart(Intent intent, int startId) { method in class:IntentService
130 onStart(intent, startId);
H A DNativeActivity.java241 protected void onStart() { method in class:NativeActivity
242 super.onStart();
H A DProgressDialog.java202 public void onStart() { method in class:ProgressDialog
203 super.onStart();
H A DSearchDialog.java268 // show the dialog. this will call onStart().
284 public void onStart() { method in class:SearchDialog
285 super.onStart();
H A DService.java301 public void onStart(Intent intent, int startId) { method in class:Service
403 * {@link #onStart} and returns either {@link #START_STICKY}
407 * level 5, you can use the following model to handle the older {@link #onStart}
438 onStart(intent, startId);
558 * haven't yet seen in {@link #onStart}.
568 * #onStart}.
/frameworks/base/core/java/android/preference/
H A DPreferenceFragment.java181 public void onStart() { method in class:PreferenceFragment
182 super.onStart();
/frameworks/base/core/java/android/speech/tts/
H A DITextToSpeechCallback.aidl24 void onStart(String utteranceId);
H A DTextToSpeech.java1260 public void onStart(String utteranceId) {
1263 listener.onStart(utteranceId);
H A DTextToSpeechService.java898 cb.onStart(utteranceId);
900 Log.e(TAG, "Callback onStart failed: " + e);
H A DUtteranceProgressListener.java22 public abstract void onStart(String utteranceId); method in class:UtteranceProgressListener
29 * This request is guaranteed to be called after {@link #onStart(String)}.
38 * to {@link #onStart(String)} for specified utteranceId but there will never
66 public void onStart(String utteranceId) {
/frameworks/base/core/java/android/text/
H A DLoginFilter.java52 onStart();
103 public void onStart() { method in class:LoginFilter
/frameworks/base/core/jni/
H A Dandroid_app_NativeActivity.cpp752 if (code->callbacks.onStart != NULL) {
753 code->callbacks.onStart(code);
/frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/
H A DConnectivityManagerTestActivity.java711 public void onStart() { method in class:ConnectivityManagerTestActivity
712 super.onStart();
/frameworks/base/core/tests/coretests/src/android/app/activity/
H A DLaunchpadActivity.java126 public static final String ON_START = "onStart";
201 protected void onStart() { method in class:LaunchpadActivity
202 super.onStart();
210 super.onStart();
H A DLocalService.java52 public void onStart(Intent intent, int startId) { method in class:LocalService
53 //Log.i("LocalService", "onStart: " + intent);
/frameworks/base/media/java/android/media/videoeditor/
H A DMediaArtistNativeHelper.java1851 mPreviewProgressListener.onStart(mVideoEditor);
H A DVideoEditor.java101 public void onStart(VideoEditor videoEditor); method in interface:VideoEditor.PreviewProgressListener
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/videoeditor/
H A DVideoEditorPreviewTest.java187 public void onStart(VideoEditor videoEditor) {
496 public void onStart(VideoEditor videoEditor) {
739 public void onStart(VideoEditor videoEditor) {
802 public void onStart(VideoEditor videoEditor) {
1047 public void onStart(VideoEditor videoEditor) {
1116 public void onStart(VideoEditor videoEditor) {
/frameworks/base/native/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
/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DNyandroid.java223 public void onStart() { method in class:Nyandroid
224 super.onStart();

Completed in 344 milliseconds

12