OSDN Git Service

Add slotId in INetworkService.aidl methods.
authorMalcolm Chen <refuhoo@google.com>
Wed, 24 Jan 2018 01:35:51 +0000 (17:35 -0800)
committerXiangyu/Malcolm Chen <refuhoo@google.com>
Thu, 25 Jan 2018 01:37:59 +0000 (01:37 +0000)
commitd272880c9046bf37a140645dd0f1852caa0a20b1
tree9dc4cd340d7369d1204da20ada1b24d9ae3b83d6
parent7b9a785d6524d0227f9de72e37d8178d9833f238
Add slotId in INetworkService.aidl methods.

Since one Service can only return same binder to all connected
clients, we add slotId in INetworkService.aidl methods to redirect
requests to correct provider.

Bug: 64132030
Test: build
Change-Id: Iae5d81a689a43ed783d7dff0f51735c42a6483be
telephony/java/android/telephony/INetworkService.aidl
telephony/java/android/telephony/NetworkService.java