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