How to retrieve call start time of the PhoneCall object

I want to compare the time to PhoneCallLog object and object PhoneCall.

PhoneCallLog, I had the time of beginning of guard using getDate(),

So how I get the elapsed time between the PhoneCall object when interrupt a call.

You can get time there himself with System.currentTimeMillis ();. And in the same way when the call is initiated to take time in the earpiece of the phone (CallInitiated or CallConnected) methods. You can not count on PhoneCallLog because sometimes it is automatically deleted or what happens if the user deletes.

Tags: BlackBerry Developers

Similar Questions

  • How to synchronize the start time in the waveform graph

    Hi all

    I just find a solution in the forum to select the data you want in a grap of waveform with cursors, however, I don't know how to synchronize the time of beginning of waveform for the second graph. How can I extract start time of the waveform with the index data?

    Something like that?  It is a bit gross, but is what I think you're asking, should be able to use it as a starting point.

    The Max - Min is to make sure that the cursor is always valid.

  • Creating a rule entry time custom to read the start time and the stop as entry time

    Hello world

    I hope this is the right forum to post this question.
    We are putting in place the time and work package, and we need to write a few rules of the time for this entry.

    The first of them is to have a rule that validates the start time and the stop time has entered the entry-level feature Self Service scorecard.
    So, I created a formula to achieve this objective. This formula eventually calls a PL/SQL function that checks for card points, the Start and Stop time values stored in the database.

    However, this is not what I intend to achieve. What I have to do is to get the value of time as she walked and apply the Validation

    This expansion in a scenario:

    1. the employee connects via the Self Service and access the timesheet feature to make a time entry
    2. on August 20, he entered 13:00 as the start time and stop time 20:00
    3. click on the button

    When he clicks on the button Save, (assume 20:00 is an incorrect time), an error message should be displayed to the user informing him of this

    ----------------
    Now, I have to spend the early hour 13:00 and the 20:00 in the formula stop time so that I can post it.
    This is where I run on issues that I don't know how to get these start and stop within the formula time

    Grateful if someone could help with this.
    It's quite urgent given the lead times for completion on that.

    Thks in advance folks
    Ravi

    l_timecard_info: = hxc_self_service_time_deposit.get_building_blocks;
    l_building_block_attr_info: = hxc_self_service_time_deposit.get_block_attributes;

    However, I do not understand this:
    If there are no parameters that are passed to these calls, then how the correct score card to be recognizable? I'm assuming that there is something like a Timecard_Id or setting Timecard_Ovn that allows to identify the correct sheet when reading this info.

    Pls advise me on this point, because I'm just not understand this bit.

    You do not need to pass all parameters. The overall picture of pl/sql is filled for the session before the rule of time entry. If you want to restrict, the formula will be an id_ressource of entry which is an employee self-service Person_Id. and compare this value against id_ressource in l_timecard_info.resource_id

    If this isn't an inconvenience for you, I want to understand how these function calls to keep the start time and stop time, and to access these variables, I would need to loop as a table through?

    The l_time_card_info of pl/sql table is filled exactly the same as how is stored in HXC_TIME_BUILDING_BLOCKS when save is saved / submitted. It's just that the pl/sql is here filled.

  • IPhone 6 does not display the caller of time during the call

    Hi, when I get a call or call someone, my Iphone displays the call only. How can I change to decide the call times?

    Hello ghtung,

    Thank you for using communities Support from Apple. I know that seeing not only the timer for the duration of the phone call on your iPhone, it's not what you expect. Because this is not the expected behavior of the iPhone software, I recommend the following steps to troubleshoot and resolve this problem:

    First, restart the device as the closing down and starting process is important to keep the iOS software works correctly. Then test again the question:

    Restart your iPhone, iPad or iPod touch

    If you are still missing the call timer after reboot, your next step would be to make a backup of your personal data and then reset the setting on your iPhone. Now, don't worry, this will not affect your content. All your contacts, photos, music and other stuff are all safe. What it will do is give your custom to the factory default settings. Background, images, sounds, fingerprints and stuff like that will be set up again. Then test the issue again.

    The backup of your iPhone, iPad and iPod touch
    Import photos and videos from your iPhone, iPad or iPod touch
    Reset the settings of the iPhone - iPhone user Guide

    See you soon!

  • How to retrieve text messages deleted from the Iphone 5

    How to retrieve deleted messages of I Phone 5?

    Unfortunately there is no way to recover messages text deleted from an iPhone, unless you had a previous backup in iTunes before delete you messages. Restore this backup would be the only way to recover deleted messages. Once they are deleted they are gone forever, unlike the Photos that you can pick up if accidentally deleted by restoring their from the album "recently deleted".

  • How to calculate average daily time of the Start_Time and End_Time fields

    I am using ORACLE 11 G on Red Hat Linux, I have calculated the average daily time of multiple transactions for each day. The followign is the querry that shows the difference between the fields end_time start_ time and time.

    Select TRIP_LOAD_STARTED AS START_TIME, TRIP_LOAD_ENDED'RE END_TIME.

    ceil ((TRIP_LOAD_EDDT-TRIP_LOAD_STDT) * 1440) "time difference Bw Start and End.
    of GATE2GATE_ACTIVITY_VW
    Where TRIP_LOAD_STARTED > = February 1, 14 '
    AND TRIP_LOAD_ENDED < 3 February 14 '
    ORDER BY TRIP_LOAD_STARTED;

    The querry above gives me the result as follows:

    Start_Time End_Time time Diff bw begins and ends

    1 FEBRUARY 14 FEBRUARY 1, 14 18

    1 FEBRUARY 14 FEBRUARY 1, 14 18

    1 FEBRUARY 14 FEBRUARY 1, 14 18

    1 FEBRUARY 14 FEBRUARY 1, 14 18

    1 FEBRUARY 14 FEBRUARY 1, 14 18

    1 FEBRUARY 14 FEBRUARY 1, 14 18

    1 FEBRUARY 14 FEBRUARY 1, 14 12

    FEBRUARY 2, 14 2 FEBRUARY 14 29

    FEBRUARY 2, 14 2 FEBRUARY 14 29

    FEBRUARY 2, 14 2 FEBRUARY 14 29

    FEBRUARY 2, 14 2 FEBRUARY 14 29

    FEBRUARY 2 FEBRUARY 2, 14 14 19

    FEBRUARY 2 FEBRUARY 2, 14 14 19

    FEBRUARY 2 FEBRUARY 2, 14 14 19


    It shows two dates for which I want to get the average duration in minutes for each group to date by the start time.


    I use the following querry that probably gives me the average two days mentioned in where clause


    Select the floor (avg ((TRIP_LOAD_STARTED-TRIP_LOAD_ENDED) * 1440)) 'average of Minutes of time.

    of gate2gate_activity_vw

    Where TRIP_LOAD_STDT > = February 1, 14 '

    AND TRIP_LOAD_STDT < 3 February 14 ';

    Average duration in Minutes

    29

    Can someone help me to a daily average time calculated between start and end.

    Kind regards

    mhamidch

    Is that what you want:

    SELECT trunc (TRIP_LOAD_STARTED), trunc (TRIP_LOAD_ENDED).

    floor (avg (ceil ((TRIP_LOAD_ENDED-TRIP_LOAD_STARTED) * 1440))) Diff

    OF GATE2GATE_ACTIVITY_VW

    WHERE TRIP_LOAD_STARTED > = to_date('01/FEB/2014','dd/MON-YYYY')

    AND TRIP_LOAD_ENDED<>

    Trunc GROUP (TRIP_LOAD_STARTED), trunc (TRIP_LOAD_ENDED)

    Always the example of create table and insert statements to verify the results and use the to_date with date format function.

    Post edited by: Elya

  • Start time for the Timeline timecode

    All my projects are starting about 5 min. on the timeline. Is it possible to make this start time shows in the timecode in zero display until the timecode shows the elapsed time of the project rather than the length of the line. My clients watch the blueray and give their notes using the bluray counter, it would be nice if I had a screen which was the same as theirs. I could use burned to tc, but that means make the whole 80 minutes. I could move the project from scratch, but that would spoil the audio automation.

    Richard Knight

    Upper right corner of the timeline, it is a small drop-down menu.

    Select time start and adjust.

  • How can I call two functions in the HTML Form element attributes

    Hello

    I want the same value in the text field two, when I select the value to select the list then the value with a number increment should be two text field.
    I use both java script

    < script >
    function sumItems() {}
    function getVal (item) {}
    If ($x (point) .value! = "")
    Return parseFloat ($x (item) .value);
    on the other
    return 0;
    }
    $x('P19_LAST_END_YR').value = getVal ('P19_LAST_STR_YR') + 1;
    }
    < /script >


    < script >
    function per1Items() {}
    function getVal (item) {}
    If ($x (point) .value! = "")
    Return parseFloat ($x (item) .value);
    on the other
    return 0;
    }
    $x('P19_LAST_END_YR').value = getVal ('P19_START_YEAR') + 1;
    }
    < /script >


    now how can I call function onchange two attributes of the element in the HTML form for the discount:
    ' onChange = "javascript:sumItems()" onChange ="javascript:per1Items().

    Hello

    Try

    onchange="sumItems();per1Items();"
    

    BR, Jari

  • How to display metadata date/time for the clips in first Pro CC per frame

    I am trying to find a way to display the date and time of capture of video imported from different cameras. In the Panel the metadata, I see that there is a date and time when the clip was created, however, I'd like to be able to see this data in date and time displayed on the screen on a basis of image by image. It would help me synch with still images, I'm looking at the respective time of capture of the still the framework where the taking of photography yet (or any other event) can be seen in the video.  It would also help with the addition of captions or titles and help synch video from different cameras inputs.

    For me, being able to see the capture of time of each clip (and frame) is a replacement for the obvious digital age of the Council clapper, is there a reason why this feature (or lack of) is not more important?

    Any help or thoughts welcome.

    Premiere Pro can't do what you ask in itself.  My best guess as to why would be that it is not altogether appeal to such a thing in professional production, it is really more than an 'amateur' function to show the date and time on the screen.  The professional equivalent would probably be timecode, which PP peut show on clips, but time code usually has no relationship with the date and the time that the clip was recorded.

    For standard definition, the program DVDate was good to solve this problem.  I don't know if this software applies to high definition, or if another program can do the job.  You may need to search around.

  • How to make a calculated field in the view object

    I use Jdeveloper 11 R2 (11.1.2.3)

    In some cases I need to calculate a field based on information from another object of usage view

    I came up with the idea of a transitional attribute for the first object view and try to initialize in the Get accessor method in RowImpl

    But I don't know how I can access another display object in the class RowImpl

    Any solution or suggestion?

    Appreciate your comments

    Concerning
    Mohsen

    Create an accessor from view in the t you want to access another VO.
    get the other VO by using the Get accessor of the accessor to view in a rowset obj.
    setnamedwhereclauseparams if necessary.
    ExecuteQuery and then iterate over the rs to get any desired attribute - note the attribute must be the attribute in the called t.

    Edited by: bigchill 06/03/2013 17:37

  • How to 'hide' a single stroke behind the other object?

    I'm struggling with something that shouldn't be this difficult!

    I'm planning a logo white T-Shirt only (to go on a dark green T-shirt)

    To simplify, let's say I have two ovals with no fill, just a white line.  A small oval overlapping (sur-haut of) the part of the edge of a larger (oval below).    I have

    Any advice on how to 'hide' the line which is "behind" the top object?

    As follows: http://i.imgur.com/ZghWTMa.jpg  

    Actually, I'm not completely sure yet.

    Response to Steve assumes silkscreen with a single opaque white ink. It will not work if the composite impression not opaque transfers or cut out the vinyl applied, or if you import the work of two-ellipse for combination of other works of art.

    Because you do not know:

    1. draw two circles with a stroke color and fill color (ex: feature black, white fill) on both.
    2. apply the weight of the desired race.
    3 object > path > describe stroke.
    4 pathfinder palette: merge.
    5 white pointer: select both within the regions and remove.
    6. you now have a single compound path; None of the objects that overlap and real 'holes' where you want the substrate to show through. Applies regardless of the fill color (white, etc.) that you need.

    But keep in mind what has already been said: white, unless it is defined as a spot color, does "not print." Think in terms of inks, not in terms of 'color '. In a program like Illustrator, 'white' normally means "no ink". And we must always know what printing method that you design.

    JET

  • How to downgrade version starter W8 on the new computer laptop for W7?

    I just bought a Dell laptop with Starter W8 OS and HATE it! How to downgrade for W7?  I read articles that say I can come back to W8 W7 Pro, but I can do this in the version I have? Or that I must first be upgraded to Pro before decommissioning at 7?

    There is no Windows 8 Starter, I guess, you have "Windows 8"on the computer."

    You will first need to go to the website of manufacturers for your model computer and first find out if there are native drivers in Windows 7. A large number of computers that are preloaded with Windows 8 have no native driver support for Windows 7 by the manufacturer. If there is no native driver, you will need to consider returning the machine and buying a machine preloaded with Windows 8 Pro with downgrade rights to Windows 7 Professional. Or look through the catalogue of manufacturers for systems already preloaded with Windows 7, usually the business sector will have these options.

  • How do you define more time on the Billboard for the hp 8600 printer?

    How do you set the time / date on the notice board of the printer plus hp8600?

    1. On the 8600 table, press the right arrow key, then Configuration.
    2. Press the down arrow, and then tap preferences.
    3. Tap the Date and time:, and then press the up and down to set the month, day and year.
    4. Tap done, then press the back arrow to return to the main screen.
  • Hey there! How do you call this fall of the bar down with a predefined list - like "Choose your city" or "choose your year of birth?

    2014-08-26_18-40-58.png

    I think you call it a form?

    Then, how to be defined with the values that the user could choose from?

    Thank you! (-:

    Those who are not yet available for forms still in Muse.

  • How can retrieve us a list of the current source of session and server desktop manager VDI admin console or view?

    Hi all

    How can we extract the list of the current source session and Desktop Manager console or view VDI server. I did it via the administration console VDI himself (just copied VDI console URL and passed to the Excel file), but it poses problem in the conf file and generates the error and change the refresh value o-1 (for this reason our VDI console was not showing the list of users in the means of the pool when we clicked on any pool he went into the suspended state) I fought for this problem since a week and after a lot of research on the VMware site, I found the error and the solution but I solved the problem, but now I again reqiured a list of computers disconnected and connected and ready.

    The thing is that I need to know

    How many users is connected or disconnected?

    How many office are ready assined to a bot user does not use them?

    I have the plan hurt get the list and stops the virtual machines that are in ready state, then it will improve the performance of the VDI cluster.

    Is there any problem so ill stop the virtual machines that are in the ready state.

    Thanks in advance!

    Pradeep K Yadav [email protected] administrator VMware & VDI

    Why do you the work by yourself?

    Use the Provisionigs parameter to stop the unused VMs in order of time / disconnect or logoff.

Maybe you are looking for

  • Video will not play. No solution in the forums. FF 12.0

    bold text In the last few days I started getting an error everytime I tried to play a video. I would get "year error has occurred, please try again later". I did, but I get the same error on all videos, regardless of the location or subject. To fix a

  • Automatic configuration of the HP w17e monitor active at random

    Currently using an hp w17e flat, wide LCD screen connected to a NVIDIA 9500 GT video card located in a computer that is running Windows Vista Edition home premium (32 bit).  Running on 1440 x 900, 60 Hz frequency suggested by the insertion of the pac

  • Difficulty with printer (custody loss of connection)

    I have been using a Zebra 2844 thermal printer during the past year. In recent months he has been giving me problems. When I try to use the printer it is greyed out and says offline, when I put in online it (it shows online) it does not print when I

  • BlackBerry 8900 new Smartphones OS

    Does anyone know what operating system comes stock with T-mobile 8900? Do the Wednesday and not crazy to have to update immediately. Thank you in advance, Richard B.

  • Lightroom to 200% the second CPU I click on develop

    I have a brand new macbook pro maxed out with everything.The last CC and Lightroom is great on my previous macbook pro, but with this, the second I click develop, the percentage of CPU of lightroom goes the way upward and my fan runs like crazy.I hav