Searched refs:TestChatAction (Results 1 – 3 of 3) sorted by relevance
55 final TestChatAction test = (TestChatAction) action; in onActionSucceeded()67 final TestChatAction test = (TestChatAction) action; in onActionFailed()79 final TestChatAction test = (TestChatAction) action; in onActionExecuted()94 final TestChatAction initial = new TestChatAction(monitor.getActionKey(), parameter); in testChatActionSucceeds()147 final TestChatAction action = new TestChatAction(monitor.getActionKey(), parameter); in testChatActionFails()190 final TestChatAction action = in testChatActionNoMonitor()232 final TestChatAction action = new TestChatAction(monitor.getActionKey(), parameter); in testChatActionUnregisterListener()354 private TestChatAction(final Parcel in) { in TestChatAction() method in ActionServiceSystemTest.TestChatAction361 = new Parcelable.Creator<TestChatAction>() {364 return new TestChatAction(in);[all …]
55 final TestChatAction test = (TestChatAction) action; in onActionSucceeded()70 final TestChatAction test = (TestChatAction) action; in onActionFailed()90 final TestChatAction action = new TestChatAction(monitor.getActionKey(), parameter); in testChatServiceCreatesIntentAndExecutesAction()182 protected TestChatAction(final String key, final String parameter) { in TestChatAction() method in ActionServiceTest.TestChatAction217 private TestChatAction(final Parcel in) { in TestChatAction() method in ActionServiceTest.TestChatAction221 public static final Parcelable.Creator<TestChatAction> CREATOR222 = new Parcelable.Creator<TestChatAction>() {224 public TestChatAction createFromParcel(final Parcel in) {225 return new TestChatAction(in);229 public TestChatAction[] newArray(final int size) {[all …]
42 private TestChatAction mAction;54 mAction = new TestChatAction(mActionKey, parameter); in setUp()265 public static class TestChatAction extends Action implements Parcelable { class in ActionTest266 protected TestChatAction(final String key, final String parameter) { in TestChatAction() method in ActionTest.TestChatAction300 private TestChatAction(final Parcel in) { in TestChatAction() method in ActionTest.TestChatAction305 public static final Parcelable.Creator<TestChatAction> CREATOR306 = new Parcelable.Creator<TestChatAction>() {308 public TestChatAction createFromParcel(final Parcel in) {309 return new TestChatAction(in);313 public TestChatAction[] newArray(final int size) {[all …]