Searched refs:dispatchActivityPostCreated (Results 1 – 4 of 4) sorted by relevance
367 /* package */ void dispatchActivityPostCreated(@NonNull Activity activity, in dispatchActivityPostCreated() method in Application
1341 private void dispatchActivityPostCreated(@Nullable Bundle savedInstanceState) { in dispatchActivityPostCreated() method in Activity1349 getApplication().dispatchActivityPostCreated(this, savedInstanceState); in dispatchActivityPostCreated()8067 dispatchActivityPostCreated(icicle);
550 HSPLandroid/app/Activity;->dispatchActivityPostCreated(Landroid/os/Bundle;)V1198 HSPLandroid/app/Application;->dispatchActivityPostCreated(Landroid/app/Activity;Landroid/os/Bundle;…