Kenny Root c78a807974 Fix getTempContainerId()
getTempContainerId() would always return "smdl2tmp1" unless you had
MAX_CONTAINERS number of SD card SDKs, because of an array sort that put
all the zeros at the beginning.

Switch from trying to find a hole in the series of numbers to just
getting a number that's one larger than the previous. This reduces the
algorithmic complexity and the memory requirements.

Bug: 2832580
Change-Id: I32dc75ef5a6645f594ea47b032d7402e8860ebcd
2010-07-28 14:45:14 -07:00
2010-07-19 17:57:29 -07:00
2010-03-16 09:59:06 -07:00
2010-07-24 18:21:07 -07:00
2010-07-28 14:45:14 -07:00
2010-07-07 14:06:27 -04:00
2010-03-29 18:12:24 -07:00
2010-07-19 17:57:29 -07:00
Description
No description provided
21 GiB
Languages
Java 73.7%
Kotlin 14%
PowerBuilder 5.8%
C++ 5.2%
AIDL 1%