commit | 116751d84f6d276f2cac7074abd9f8ba23742958 | [log] [tgz] |
---|---|---|
author | Christopher Tate <ctate@google.com> | Thu Dec 20 18:57:09 2012 -0800 |
committer | Christopher Tate <ctate@google.com> | Wed Jan 02 14:01:03 2013 -0800 |
tree | 11ef3a06b2f1806a92ee7729a5b215d33ac149d7 | |
parent | 84aa61e2a838fdeb7484ffaf95945a205bccb453 [diff] |
Shrink Bundle.getString(key, default) and getCharSequence(key, default) They previously duplicated the full logic of getString(key) and getCharSequence(key) independently. Now they both use the no-default version internally, resulting both in a single point of implementation for test & isolation purposes and in a (small) decrease in code size. Change-Id: If1b1e1fa4a549a0ec4cf221e54998f4fd438f3a2