am bc258870: Merge "[TestPrep22] Make variable package-private for testing"
* commit 'bc2588708abd548c83fd04a3b7f565bffc7d052f': [TestPrep22] Make variable package-private for testingmain
commit
2223aa904a
|
@ -208,7 +208,7 @@ public class ResearchLogger implements SharedPreferences.OnSharedPreferenceChang
|
||||||
private Intent mUploadIntent;
|
private Intent mUploadIntent;
|
||||||
private Intent mUploadNowIntent;
|
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.
|
// 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,
|
// To ensure that the gesture data of the next word is not associated with the previous word,
|
||||||
|
|
Loading…
Reference in New Issue