Searched refs:getActionKey (Results 1 – 6 of 6) sorted by relevance
164 public String getActionKey() { in getActionKey() method in ActionMonitor431 && (TextUtils.isEmpty(monitor.getActionKey()) in registerActionMonitor()433 || !actionKey.equals(monitor.getActionKey()))) { in registerActionMonitor()434 throw new IllegalArgumentException("Monitor key " + monitor.getActionKey() in registerActionMonitor()
86 monitor.getActionKey()); in updateDestinationBlocked()
60 monitor.getActionKey()); in getOrCreateConversation()
56 incomingDraft, monitor.getActionKey()); in readDraftData()
95 final TestChatAction initial = new TestChatAction(monitor.getActionKey(), parameter); in testChatActionSucceeds()148 final TestChatAction action = new TestChatAction(monitor.getActionKey(), parameter); in testChatActionFails()237 final TestChatAction action = new TestChatAction(monitor.getActionKey(), parameter); in testChatActionUnregisterListener()
92 final TestChatAction action = new TestChatAction(monitor.getActionKey(), parameter); in testChatServiceCreatesIntentAndExecutesAction()