Searched defs:SMART_REPLY (Results 1 – 2 of 2) sorted by relevance
78 private static final CharSequence SMART_REPLY = "Home"; field in SmartActionsHelperTest324 mSmartActionsHelper.onSuggestedReplySent(mStatusBarNotification.getKey(), SMART_REPLY, in testOnSuggestedReplySent() local359 mSmartActionsHelper.onSuggestedReplySent(mStatusBarNotification.getKey(), SMART_REPLY, in testOnSuggestedReplySent_missingResultId() local
305 public static final int SMART_REPLY = 0x0400; field in UIProvider.AccountCapabilities