Home
last modified time | relevance | path

Searched refs:byteArray (Results 1 – 3 of 3) sorted by relevance

/system/tools/aidl/tests/android/aidl/loggable/
DILoggableInterface.aidl5 byte byteValue, inout byte[] byteArray, in LogThis() argument
/system/tools/aidl/tests/android/aidl/tests/
DParcelableForToString.aidl33 byte[] byteArray;
/system/tools/aidl/tests/java_app/src/android/aidl/tests/
DTestServiceClient.java659 p.byteArray = new byte[]{5, 6}; in testToString()