Searched refs:isStrictModeAllowed (Results 1 – 2 of 2) sorted by relevance
51 if (isStrictModeAllowed() && onMainThread()) { in bypass()76 if (isStrictModeAllowed() && onMainThread()) { in bypass()89 public static boolean isStrictModeAllowed() { in isStrictModeAllowed() method in StrictModeUtils
49 if (StrictModeUtils.isStrictModeAllowed()) { in onApplicationCreate()