Files
frameworks_base/core/java/android
Bjorn Bringert f2cec58d90 Handle null in MatrixCursor.get*()
Before, if a column contained null, MatrixCursor.getString()
returned the string "null", and the get<Number>() methods
threw exceptions.

Now, getString() returns null, and get<Number>() return 0.

Fixes http://b/issue?id=1996628
2009-07-22 21:20:51 +01:00
..
2009-07-17 14:27:23 -07:00
2009-07-20 12:38:55 -07:00
2009-06-18 18:36:37 -07:00
2009-07-15 22:47:03 +01:00
2009-07-15 09:47:05 -07:00
2009-07-22 11:22:07 -07:00