OSDN Git Service

Remove unused mContext from BluetoothGatt[Server].
authorJeremy Klein <jlklein@google.com>
Tue, 27 Sep 2016 21:34:33 +0000 (14:34 -0700)
committerAndre Eisenbach <eisenbach@google.com>
Wed, 28 Sep 2016 07:09:38 +0000 (07:09 +0000)
commitadc26ec1b4060358d918d1bdf491f5192b35c2d3
treeb9a59c9151679a402a89e842afdc398a014a9aa1
parent4e236046aea01e6cf13dafb25ccf9ebf4de5b197
Remove unused mContext from BluetoothGatt[Server].

All that this member variable is doing right now is leaking a
reference to a context without any benefit.

Bug: 31752040
Bug: 31710795
Change-Id: If2241422533318b866340e8dcc9f5fbd9518349c
core/java/android/bluetooth/BluetoothDevice.java
core/java/android/bluetooth/BluetoothGatt.java
core/java/android/bluetooth/BluetoothGattServer.java
core/java/android/bluetooth/BluetoothManager.java