Home
last modified time | relevance | path

Searched refs:shouldDisclose (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/core/java/com/android/internal/app/
H A DAssistUtils.java318 public static boolean shouldDisclose(Context context, ComponentName assistant) { in shouldDisclose() method in AssistUtils
/aosp14/frameworks/base/services/voiceinteraction/java/com/android/server/voiceinteraction/
H A DVoiceInteractionSessionConnection.java314 if (needDisclosure && AssistUtils.shouldDisclose(mContext, mSessionComponentName)) { in showLocked()