OSDN Git Service

Inline TextUtils.join(Iterable<CharSequence>).
authorRoozbeh Pournader <roozbeh@google.com>
Mon, 10 Aug 2015 18:32:19 +0000 (11:32 -0700)
committerRoozbeh Pournader <roozbeh@google.com>
Mon, 10 Aug 2015 18:32:19 +0000 (11:32 -0700)
commit4bbf75d1844166b5dd5b05aac97a85c90d6dc992
tree7dbdcd831d9375e74f3d92783a09d4b212c11abe
parent13b1ef14820c9ed803fedfc32d16e8affe3c5fb6
Inline TextUtils.join(Iterable<CharSequence>).

DataUsageSummary seems to be the only place the deprecated hidden
method is used. This inlines the definition so the deprecated method
could be removed.

Change-Id: I63dc1de74e1df1119ba99f46bed5d016e07c87b5
src/com/android/settings/DataUsageSummary.java