Home
last modified time | relevance | path

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

/packages/modules/ExtServices/java/tests/src/android/ext/services/notification/
DAssistantSettingsTest.java154 assertFalse(mAssistantSettings.shouldGenerateActions()); in testGenerateActionsDisabled()
167 assertTrue(mAssistantSettings.shouldGenerateActions()); in testGenerateActionsEnabled()
/packages/modules/ExtServices/java/src/android/ext/services/notification/
DAssistantSettings.java142 public boolean shouldGenerateActions() { in shouldGenerateActions() method in AssistantSettings