summaryrefslogtreecommitdiffstats
path: root/include/utils/StringArray.h
Commit message (Collapse)AuthorAgeFilesLines
* remove files that moved to frameworks/nativeMathias Agopian2012-03-071-83/+0
| | | | Change-Id: I140d291e520097b1148930f736823650e08488f7
* rename string_array.h to StringArray.h and move the implementation from the ↵Mathias Agopian2009-06-051-0/+83
header file to a new cpp file. StringArray is used in two places in framework/base and in the Sim. Ideally we should get rid of it and use Vector<String8> instead of creating new code.