That looks like they are trying to simulate an outgoing call - not an incoming call.
Larry On Tue, Jun 4, 2013 at 7:33 AM, Kristopher Micinski <[email protected]> wrote: > I'm not sure I understand, but... > > http://stackoverflow.com/questions/10784174/instrumentation-activitymonitor-not-monitoring-intent-action-call > > ? > > Kris > > > On Tue, Jun 4, 2013 at 9:23 AM, Larry Meadors <[email protected]> > wrote: >> >> That's not from a test - if I were going to do that, it'd be easier to >> telnet to the emulator and send "gsm call 1234567890". >> >> I am looking for a repeatable way to do this in code so I can write a >> test to verify that my app behaves correctly without clicking through >> all the steps manually (because that's labor-intensive, error-prone, >> and costly). >> >> Larry >> >> >> On Tue, Jun 4, 2013 at 7:06 AM, Marty Ballard <[email protected]> wrote: >> > Here you go, I figured it worked this way as this is the same for >> > testing >> > sending an SMS. Launch a second emulator and get the console port >> > number >> > (such as 5554) from the first emulator. Click the phone app and enter >> > that >> > console port number and dial. >> > >> > >> > On Monday, June 3, 2013 5:20:44 PM UTC-5, Larry Meadors wrote: >> >> >> >> I have a service that reacts to incoming calls that I'm trying to test. >> >> >> >> Is there a way to simulate an incoming call from an instrumentation >> >> test? >> >> >> >> Larry >> >> -- >> -- >> You received this message because you are subscribed to the Google >> Groups "Android Developers" group. >> To post to this group, send email to [email protected] >> To unsubscribe from this group, send email to >> [email protected] >> For more options, visit this group at >> http://groups.google.com/group/android-developers?hl=en >> --- >> You received this message because you are subscribed to the Google Groups >> "Android Developers" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected]. >> For more options, visit https://groups.google.com/groups/opt_out. >> >> > > -- > -- > You received this message because you are subscribed to the Google > Groups "Android Developers" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/android-developers?hl=en > --- > You received this message because you are subscribed to the Google Groups > "Android Developers" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/groups/opt_out. > > -- -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en --- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.

