summaryrefslogtreecommitdiffstats
path: root/voip/java/com/android/server/sip/SipService.java
Commit message (Expand)AuthorAgeFilesLines
* Restart NAT port timeout measurement when keepalive fails and other fixesHung-ying Tyan2011-06-241-12/+53
* Keep the keepalive process going after NAT port is changed.Hung-ying Tyan2011-06-231-0/+6
* Move the keepalive process to SipSessionImpl and make it reusable.Hung-ying Tyan2011-06-231-161/+173
* Move WakeupTimer out of SipService.Hung-ying Tyan2011-06-141-311/+12
* Add KeepAlive Interval Measurement.Chung-yih Wang2011-06-091-0/+125
* Merge "Merge "SipService: registers broadcast receivers on demand."" into hon...Hung-ying Tyan2011-01-181-7/+22
|\
| * Merge "SipService: registers broadcast receivers on demand."Hung-ying Tyan2011-01-181-7/+22
* | Merge "SipService: release wake lock for cancelled tasks."Hung-ying Tyan2011-01-181-1/+5
|/
* Correct SipService.isOpened() implementation.Hung-ying Tyan2010-11-021-12/+12
* Clean up pending sessions on incoming call in SipServiceHung-ying Tyan2010-10-221-2/+13
* Periodically scan wifi when wifi is not connected and wifi lock isChung-yih Wang2010-10-191-0/+48
* Handle dialing a SIP call to self.Hung-ying Tyan2010-10-191-1/+20
* Reduce logging.Joe Onorato2010-10-191-9/+9
* SipService: add wake lock for incoming INVITE packets.Hung-ying Tyan2010-10-151-43/+7
* SipService: add wake lock for multiple components.Hung-ying Tyan2010-10-141-66/+124
* Make SipService listen to WIFI state change events.Hung-ying Tyan2010-10-131-27/+23
* SipService: mScreenOn is flipped to wrong value.Hung-ying Tyan2010-10-131-2/+2
* SipService: fix a missing switch-case break.Hung-ying Tyan2010-10-121-0/+1
* Do not release the wifi lock if the screen is off.Chung-yih Wang2010-10-091-1/+21
* SipService: add permission check for using APIHung-ying Tyan2010-10-081-4/+21
* Make SipService broadcast SIP_SERVICE_UP when it's up.Hung-ying Tyan2010-10-071-0/+1
* SIP: Fix busy authentication loop.Hung-ying Tyan2010-10-071-7/+9
* SipService: supply PendingIntent when open a profile.Hung-ying Tyan2010-10-051-44/+29
* SipService: turn off verbose loggingHung-ying Tyan2010-10-011-1/+2
* SipService: add UID check.Hung-ying Tyan2010-09-301-15/+65
* SIP: misc fixes.Hung-ying Tyan2010-09-301-48/+83
* Move SipService out of SystemServer to phone process.Hung-ying Tyan2010-09-281-0/+1234