Thanks for the response about the Java timer.

I am actually interested in when the phone network allocated a traffic
channel to the phone.

I believe that the timer in the display will only start incrementing
after the Traffic Channel has been allocated.

What I am trying to do is to find the difference in time between when
the phone leaves Idle state (i.e., when the user presses the call
button) and the when the phone dialer timer starts incrementing
(indicating that a Traffic Channel has been allocated).

I would appreciate any additional help.


On Sep 23, 10:22 am, Bret Foreman <[email protected]> wrote:
> Why not just instantiate a Java Timer when the call starts and time
> the call yourself? Just call setToNow() when you want a timestamp.

-- 
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

Reply via email to