Searched refs:isDisclosureEnabled (Results 1 – 2 of 2) sorted by relevance
198 public static boolean isDisclosureEnabled(Context context) { in isDisclosureEnabled() method in AssistUtils214 return isDisclosureEnabled(context) || !isPreinstalledAssistant(context, assistant); in shouldDisclose()
381 if (structureEnabled && AssistUtils.isDisclosureEnabled(mContext)) { in startAssistActivity()