Files
frameworks_base/core/java/android/ddm
Nicolas Geoffray cfbebc15ae Remove some methods from DdmVmInternal.
Test: m
Change-Id: I41bee1f48f77f61e5194fcc0e4607f04ab674c1f
2021-03-05 15:02:34 +00:00
..

Some classes that handle DDM traffic.

It's not necessary to put all DDM-related code in this package; this just
has the essentials.  Subclass org.apache.harmony.dalvik.ddmc.ChunkHandler and add a new
registration call in DdmRegister.java.