Searched refs:isOptedOut (Results 1 – 2 of 2) sorted by relevance
100 return !isOptedOut(infoSupplier); in isException()107 private static boolean isOptedOut(@Nullable Supplier<ApplicationInfo> infoProvider) { in isOptedOut() method in SplashScreenExceptionList
9535 final boolean isOptedOut = !properties.isEmpty() && !properties.get(0).getBoolean(); in getViewBoundsSandboxingEnabled()9536 if (isOptedOut) { in getViewBoundsSandboxingEnabled()