aboutsummaryrefslogtreecommitdiffstats
path: root/java/src
diff options
context:
space:
mode:
authorKurt Partridge <kep@google.com>2013-02-25 17:13:41 -0800
committerKurt Partridge <kep@google.com>2013-02-28 06:45:35 -0800
commit59912837b38f4aa41ffa1dc6ec4c7686a7fe3fdb (patch)
tree37595817f2d31e4e5fd04e73d3765fe1932b5886 /java/src
parent5cd50faacab931959b22eda559b8a75da2d886a6 (diff)
downloadlatinime-59912837b38f4aa41ffa1dc6ec4c7686a7fe3fdb.tar.gz
latinime-59912837b38f4aa41ffa1dc6ec4c7686a7fe3fdb.tar.xz
latinime-59912837b38f4aa41ffa1dc6ec4c7686a7fe3fdb.zip
[TestPrep22] Make variable package-private for testing
Change-Id: I902a6a40df1c672c611672f34d2f3237b0d1821b
Diffstat (limited to 'java/src')
-rw-r--r--java/src/com/android/inputmethod/research/ResearchLogger.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/java/src/com/android/inputmethod/research/ResearchLogger.java b/java/src/com/android/inputmethod/research/ResearchLogger.java
index b149718bf..d9f37804d 100644
--- a/java/src/com/android/inputmethod/research/ResearchLogger.java
+++ b/java/src/com/android/inputmethod/research/ResearchLogger.java
@@ -208,7 +208,7 @@ public class ResearchLogger implements SharedPreferences.OnSharedPreferenceChang
private Intent mUploadIntent;
private Intent mUploadNowIntent;
- private LogUnit mCurrentLogUnit = new LogUnit();
+ /* package for test */ LogUnit mCurrentLogUnit = new LogUnit();
// Gestured or tapped words may be committed after the gesture of the next word has started.
// To ensure that the gesture data of the next word is not associated with the previous word,