Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(212)

Unified Diff: device/bluetooth/test/android/java/src/org/chromium/device/bluetooth/Fakes.java

Issue 1619173002: bluetooth: README.md and Android Fakes.java documentation. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: addressed comments Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « device/bluetooth/README.md ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: device/bluetooth/test/android/java/src/org/chromium/device/bluetooth/Fakes.java
diff --git a/device/bluetooth/test/android/java/src/org/chromium/device/bluetooth/Fakes.java b/device/bluetooth/test/android/java/src/org/chromium/device/bluetooth/Fakes.java
index 09da34b73c374d8bb8c71e197ddfd5455fd7651c..35fbf0e02a421543adebd3b09b4f824eaa86d60f 100644
--- a/device/bluetooth/test/android/java/src/org/chromium/device/bluetooth/Fakes.java
+++ b/device/bluetooth/test/android/java/src/org/chromium/device/bluetooth/Fakes.java
@@ -26,6 +26,11 @@ import java.util.UUID;
/**
* Fake implementations of android.bluetooth.* classes for testing.
+ *
+ * Fakes are contained in a single file to simplify code. Only one C++ file may
+ * access a Java file via JNI, and all of these classes are accessed by
+ * bluetooth_test_android.cc. The alternative would be a C++ .h, .cc file for
+ * each of these classes.
*/
@JNINamespace("device")
@TargetApi(Build.VERSION_CODES.LOLLIPOP)
« no previous file with comments | « device/bluetooth/README.md ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698