Home
last modified time | relevance | path

Searched refs:splashScreenAttached (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/core/java/android/app/
H A DIActivityClientController.aidl166 oneway void splashScreenAttached(in IBinder token); in splashScreenAttached() method
H A DActivityClient.java586 getActivityClientController().splashScreenAttached(token); in reportSplashScreenAttached()
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DActivityClientController.java913 public void splashScreenAttached(IBinder token) { in splashScreenAttached() method in ActivityClientController