1. 08 Jan, 2012 1 commit
  2. 03 Jan, 2012 1 commit
  3. 12 Jul, 2011 1 commit
  4. 19 Mar, 2011 2 commits
  5. 14 Mar, 2011 1 commit
  6. 04 Mar, 2011 1 commit
    • Ying Wang's avatar
      Fix Android.mk · c41c0ddb
      Ying Wang authored
      Use ":=" instead of "=".
      The vars should be set outside the if..else.. block, because they are
      used outside the block.
      
      Change-Id: I1e57cbef0843841c6ccd7051f068f663863ecee6
      c41c0ddb
  7. 16 Feb, 2011 2 commits
  8. 09 Feb, 2011 1 commit
  9. 09 Nov, 2010 1 commit
  10. 03 Nov, 2010 1 commit
  11. 11 Oct, 2010 1 commit
  12. 10 Oct, 2010 1 commit
    • Xia Wang's avatar
      Add control commands for Mock Ril · 2b7b0f7d
      Xia Wang authored
      - Hangup a call remotely for the given cause.
      - Set call transition flag
      - set call to alert
      - set call to active
      - add a dialing call (this is for testing purpose
      
      Add ril request support: RIL_REQUEST_LAST_CALL_FAIL_CAUSE
      
      Change-Id: I56d0a10a7bff31eb11f4f9b64b53acf7931e6cb7
      2b7b0f7d
  13. 09 Oct, 2010 1 commit
    • Xia Wang's avatar
      Sync with GB change: 72592 · 996f0f2e
      Xia Wang authored
      Add command to start incoming call.
      
      Add start incoming call command
      Add ril request: RIL_REQUEST_ANSWER to mock ril
      
      Change-Id: I91b1a4ec81e7bd6fccbd96c4c51c5b8e99a473fd
      996f0f2e
  14. 08 Oct, 2010 1 commit
    • Xia Wang's avatar
      Add command to start incoming call. DO NOT MERGE · bf40f252
      Xia Wang authored
      Add start incoming call command,
      add ril request: RIL_REQUEST_ANSWER to Mock Ril
      Fix: rilRequestHangupWaitingOrBackground should also hang up incoming call
      
      Change-Id: I48b8cc98ced2ee5f449d4cc212a9b8e8413b0cff
      bf40f252
  15. 06 Oct, 2010 1 commit
    • Xia Wang's avatar
      Port Mock Ril from master branch to GB. DO NOT MERGE · 14171dca
      Xia Wang authored
      - Replace functions in protobuf_v8.cpp, node_buffer.cpp with those in v8 version of GB:
        replace Object::Get(uint32_t index) with Object::Get(Handle<Value> key)
        replace As function with Object::Cast();
      - Modify Android.mk file
        Add "LOCAL_MODULE_TAGS" for librilproto-java
        Tag modules as "debug" so that it can be build in userdebug build
      
      Change-Id: I1523786a63ef66b263b80e069dfcab865cab348f
      14171dca
  16. 16 Sep, 2010 2 commits
  17. 14 Sep, 2010 1 commit
    • Xia Wang's avatar
      . Add call hold support in Mock Ril · 3880c967
      Xia Wang authored
      . Fix issue: send unsolicited call state change after RIL_REQUEST_HANGUP_WAITING_OR_BACKGROUND,
        RIL_REQUEST_HANGUP_FOREGROUND_RESUME_BACKGROUND, and
        RIL_REQUEST_SWITCH_WAITING_OR_HOLDING_AND_ACTIVE return.
      . Rename command handler to make the name consistent
      
      Change-Id: I136c329e8a404e190262871280099c15958b1c9f
      3880c967
  18. 13 Sep, 2010 1 commit
  19. 10 Sep, 2010 1 commit
  20. 09 Sep, 2010 1 commit
    • Xia Wang's avatar
      Add RIL_REQUEST_SET_MUTE · 86d59acd
      Xia Wang authored
      Make the change in simulated_icc: pass the correct scope for function call
      Remove extra space for function declaration in simulated_radio.
      
      Change-Id: I408bec6e6866b60e18b8317ff83639c8418184f4
      86d59acd
  21. 07 Sep, 2010 1 commit
  22. 02 Sep, 2010 1 commit
  23. 23 Aug, 2010 1 commit
  24. 19 Aug, 2010 1 commit
  25. 14 Aug, 2010 1 commit
  26. 12 Aug, 2010 3 commits
  27. 11 Aug, 2010 2 commits
  28. 07 Aug, 2010 1 commit
  29. 04 Aug, 2010 1 commit
    • Wink Saville's avatar
      cleanup mock-ril. · a1e3f27c
      Wink Saville authored
      Remove old generated code and change Android.mk to not use
      the old generated code.
      
      Make enum RADIO_STATE_XXX more consistent with other enum
      naming and name it RADIOSTATE_XXX.
      
      Add the ril.h command numbers to the comments in ril.proto.
      
      Change Request in mock_ril.js to use this instead of making a new object.
      
      Regenerate the proto output files.
      
      Change-Id: I077cd8c7168cf779ab76d9eef1fdf46beca898bc
      a1e3f27c
  30. 03 Aug, 2010 2 commits
  31. 30 Jul, 2010 2 commits
  32. 29 Jul, 2010 1 commit