Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DStartingSurfaceController.java53 private final SplashScreenExceptionList mSplashScreenExceptionsList; field in StartingSurfaceController
57 mSplashScreenExceptionsList = new SplashScreenExceptionList(wm.mContext.getMainExecutor()); in StartingSurfaceController()
84 return mSplashScreenExceptionsList.isException(packageName, targetSdk, infoProvider); in isExceptionApp()