Searched refs:onPostCreate (Results 1 - 7 of 7) sorted by relevance

/frameworks/base/core/java/android/app/
H A DTabActivity.java100 protected void onPostCreate(Bundle icicle) { method in class:TabActivity
101 super.onPostCreate(icicle);
H A DInstrumentation.java1180 * Perform calling of an activity's {@link Activity#onPostCreate} method.
1185 * onPostCreate().
1188 activity.onPostCreate(icicle);
1192 * Perform calling of an activity's {@link Activity#onPostCreate} method.
1197 * onPostCreate().
1201 activity.onPostCreate(icicle, persistentState);
H A DActivity.java896 * @see #onPostCreate
943 * @see #onPostCreate
991 * {@link #onPostCreate}.
996 * @see #onPostCreate
1017 * {@link #onPostCreate}.
1026 * @see #onPostCreate
1102 protected void onPostCreate(@Nullable Bundle savedInstanceState) { method in class:Activity
1111 * This is the same as {@link #onPostCreate(Bundle)} but is called for activities
1121 public void onPostCreate(@Nullable Bundle savedInstanceState, method in class:Activity
1123 onPostCreate(savedInstanceStat
[all...]
/frameworks/support/v7/appcompat/src/android/support/v7/app/
H A DAppCompatActivity.java65 protected void onPostCreate(@Nullable Bundle savedInstanceState) { method in class:AppCompatActivity
66 super.onPostCreate(savedInstanceState);
67 getDelegate().onPostCreate(savedInstanceState);
H A DAppCompatDelegate.java63 * <li>{@link #onPostCreate(android.os.Bundle)}</li>
183 * Should be called from {@link Activity#onPostCreate(android.os.Bundle)}
185 public abstract void onPostCreate(Bundle savedInstanceState); method in class:AppCompatDelegate
H A DAppCompatDelegateImplV7.java164 public void onPostCreate(Bundle savedInstanceState) { method in class:AppCompatDelegateImplV7
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
H A DDocumentsActivity.java370 protected void onPostCreate(Bundle savedInstanceState) { method in class:DocumentsActivity
371 super.onPostCreate(savedInstanceState);

Completed in 1887 milliseconds