HomeSort by relevance Sort by last modified time
    Searched defs:isSendingSmartReply (Results 1 - 2 of 2) sorted by null

  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
SmartReplyController.java 60 public boolean isSendingSmartReply(String key) {
  /frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
SmartReplyControllerTest.java 129 assertTrue(controller.isSendingSmartReply(TEST_NOTIFICATION_KEY));
135 controller.isSendingSmartReply(TEST_NOTIFICATION_KEY);
138 assertFalse(controller.isSendingSmartReply(TEST_NOTIFICATION_KEY));

Completed in 3310 milliseconds