Home | History | Annotate | Download | only in activity-testing

Lines Matching full:receiveractivity

70     // Validate that ReceiverActivity is started
73 // Validate that ReceiverActivity has the correct data
81 otherwise returns null after a timeout elapses. If {@code ReceiverActivity} was
85 the {@code ReceiverActivity} is indeed started, and that the hit count on the
113 getInstrumentation().addMonitor(ReceiverActivity.class.getName(),
116 // Validate that ReceiverActivity is started
118 ReceiverActivity receiverActivity = (ReceiverActivity)
120 assertNotNull("ReceiverActivity is null", receiverActivity);
121 assertEquals("Monitor for ReceiverActivity has not been called",
124 ReceiverActivity.class, receiverActivity.getClass());