OSDN Git Service

Fix batch timestamp parsing error.
authorWei Wang <weiwa@google.com>
Wed, 29 Oct 2014 22:29:32 +0000 (15:29 -0700)
committerWei Wang <weiwa@google.com>
Wed, 29 Oct 2014 22:40:36 +0000 (15:40 -0700)
commitac67c808d9c8072da9f36c1a964ee78135f42edb
treecfde75674053947d4c9d2fd77e693e7913fedbbf
parente60b413fa9920c2210cf4a31c8b660593b4d4415
Fix batch timestamp parsing error.

Bug:18166784
Change-Id: I4817a1410c570bd1fa59425c257fb4a3d96e9e1f
src/com/android/bluetooth/gatt/GattService.java
src/com/android/bluetooth/util/NumberUtils.java [new file with mode: 0644]
tests/src/com/android/bluetooth/gatt/GattServiceTest.java [new file with mode: 0644]
tests/src/com/android/bluetooth/util/NumberUtilsTest.java [new file with mode: 0644]