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