Home
last modified time | relevance | path

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

/cts/apps/NotificationBot/src/com/android/cts/robot/
DNotificationBot.java47 private static final String ACTION_INLINE_REPLY = field in NotificationBot
92 } else if (ACTION_INLINE_REPLY.equals(intent.getAction())) { in onReceive()
131 new Intent(ACTION_INLINE_REPLY) in testShortcutResetSetupNotification()