commit | 09b1d0786d05436d524d7556c269e665a0962ee6 | [log] [tgz] |
---|---|---|
author | mukesh agrawal <quiche@google.com> | Fri Apr 01 11:27:30 2016 -0700 |
committer | mukesh agrawal <quiche@google.com> | Wed Apr 06 11:22:35 2016 -0700 |
tree | d3f21b1e5b7291572c57742f33b4133d37b9b42e | |
parent | 3592af2adb0c30244a46db03164ca0f7e6d3b613 [diff] |
WifiNative: add infrastructure for packet fates 1) Define the Java classes that the C++ code will copy packet fate information into. 2) Define the constants that will be used to represent fates. (This is needed to write readable tests for item 1.) 3) Declare the native methods on the Java side. (This is required for registerNatives to continue to work, after we add the new methods on the C++ side.) BUG=27528124 TEST=unit tests Change-Id: If0930f645f95e60c8cb471b10fcb740273159e05