OSDN Git Service

Passing ServiceState as byte array into ServiceStateProvider
authorJack Yu <jackyu@google.com>
Tue, 2 Apr 2019 17:49:35 +0000 (10:49 -0700)
committerJack Yu <jackyu@google.com>
Tue, 2 Apr 2019 21:02:57 +0000 (14:02 -0700)
commit2d9b4faedc17e44e08cd255540c2adba2e1e1c92
tree14502612d0facac2af9b13a75173c45526b2e97c
parent179e1328233a8c1885cfcceaf579e7208f26aba9
Passing ServiceState as byte array into ServiceStateProvider

This allows the provider to reconstruct the service state
object correctly. Also we can get rid of all the 'set'
methods in ServiceState, which we'd like to remove in the future.

Test: Manual
Bug: 129768354
Merged-In: I835d30e544b3ed49d5d0b6b1ca981a81e3ee2039
Change-Id: I835d30e544b3ed49d5d0b6b1ca981a81e3ee2039
(cherry picked from commit 2e273b2f0f160487b75f5386a2a0cd688f095727)
telephony/java/android/provider/Telephony.java