summaryrefslogtreecommitdiff
path: root/core/java/com/android/internal/util/BitwiseOutputStream.java
Commit message (Expand)AuthorAgeFilesLines
* Use new UnsupportedAppUsage annotation.Artur Satayev2020-01-061-1/+1
* Add @UnsupportedAppUsage annotationsAndrei Onea2019-03-221-0/+6
* Add support for CMAS warning notifications over CDMA.Jake Hamby2012-03-131-0/+1
* Revert "Add support for CMAS warning notifications over CDMA." I'll submit ag...Jake Hamby2012-02-291-1/+0
* Add support for CMAS warning notifications over CDMA.Jake Hamby2012-02-281-0/+1
* add comment about endiannessTammo Spalink2009-06-281-0/+3
* make BitwiseInputStream.read return intTammo Spalink2009-06-241-2/+2
* Fix typoMarco Nelissen2009-05-141-1/+1
* replaced integer * and % with shift operations, for performanceTammo Spalink2009-04-161-8/+8
* Initial code for cdma sms encode and decode, in java, with simple tests.Tammo Spalink2009-04-141-0/+126