Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DSplashScreenExceptionListTest.java172 mList.isException(packageName, targetSdk, () -> activityInfo)); in assertIsNotException()
183 mList.isException(packageName, targetSdk, () -> activityInfo)); in assertIsException()
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DSplashScreenExceptionList.java83 public boolean isException(@NonNull String packageName, int targetSdk, in isException() method in SplashScreenExceptionList
H A DStartingSurfaceController.java100 return mSplashScreenExceptionsList.isException(packageName, targetSdk, infoProvider); in isExceptionApp()