Searched refs:isDevelopersOptionsEnabled (Results 1 – 3 of 3) sorted by relevance
55 return Utilities.IS_DEBUG_DEVICE && Utilities.isDevelopersOptionsEnabled(context); in showFlagTogglerUi()
237 return Utilities.isDevelopersOptionsEnabled(getContext()) && in initPreference()
124 public static boolean isDevelopersOptionsEnabled(Context context) { in isDevelopersOptionsEnabled() method in Utilities