History log of /packages/services/Telecomm/src/com/android/server/telecom/TelecomService.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
ba304759d08cfe4995168b8eb359992ba97ccc89 25-Jan-2015 Nancy Chen <nancychen@google.com> PhoneAccount -> SubId for use in TelephonyManager#line1Number

Since we do not want to expose SubIds in the app layer, we need a
wrapper to extra the subId from a PhoneAccount and return the value of
TelephonyManager#line1Number. TelecomManager exposes the method, this is
the implementation.

Bug: 19087382
Change-Id: I4cb293e83baebfd135a01e2ffd0a86b22a3d8917
/packages/services/Telecomm/src/com/android/server/telecom/TelecomService.java
476898696befd384e92532aabb45be5c81efa9f6 18-Dec-2014 Tyler Gunn <tgunn@google.com> Fixing Telecom state dumping.

When migration to system service was performed, the dump method was
put in the outer "service" class, where it belongs in the stub
implementation.

Bug: 18792141
Change-Id: I38a1c1b79160f296d65641151b93c91adf46b37e
/packages/services/Telecomm/src/com/android/server/telecom/TelecomService.java
e6a33f2e9ec77f900260a50242d657668706c0ae 02-Dec-2014 Santos Cordon <santoscordon@google.com> (Telecom-system part 4) Move telecom to the system server process.

Also remove TelecomApp since it is no longer run/necessary after this
change.

Bug: 18112269
Change-Id: I901023a2333b5c664cd2dc314d2df638355e9d41
/packages/services/Telecomm/src/com/android/server/telecom/TelecomService.java
f987d1a6f1d02164210a70b417db2bc14576236c 02-Dec-2014 Santos Cordon <santoscordon@google.com> (Telecom-system part 2) Move telecom intialization from application to service.

Instead of having TelecomApp initialize the global state of telecom, it
will bind to the telecom service and the service itself will
initialize the global state. This prepares telecom to run in the system
process since at that point TelecomAppw will stop running and the
framework will need to use the telecom service to start the global state.

Bug: 18112269
Change-Id: I76cd520e55ba2f58915ea2a7938cffd3cc101bab
/packages/services/Telecomm/src/com/android/server/telecom/TelecomService.java