Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
LatinIME
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
keyboard
LatinIME
Commits
c43417fb
"README.md" did not exist on "c83359f9746ca6f0269a1a7017b585c1a5cab9b8"
Commit
c43417fb
authored
11 years ago
by
Satoshi Kataoka
Browse files
Options
Downloads
Patches
Plain Diff
Fix build
Change-Id: Ib9373b26b04b0f4789b3cd6a7af64e4bcd2c4b9c
parent
53b37dc0
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
tests/src/com/android/inputmethod/latin/InputTestsBase.java
+6
-0
6 additions, 0 deletions
tests/src/com/android/inputmethod/latin/InputTestsBase.java
with
6 additions
and
0 deletions
tests/src/com/android/inputmethod/latin/InputTestsBase.java
+
6
−
0
View file @
c43417fb
...
@@ -94,6 +94,12 @@ public class InputTestsBase extends ServiceTestCase<LatinIME> {
...
@@ -94,6 +94,12 @@ public class InputTestsBase extends ServiceTestCase<LatinIME> {
super
(
c
);
super
(
c
);
}
}
@Override
public
void
onAttachedToWindow
()
{
// Make onAttachedToWindow "public"
super
.
onAttachedToWindow
();
}
// overriding hidden API in EditText
// overriding hidden API in EditText
public
Locale
getTextServicesLocale
()
{
public
Locale
getTextServicesLocale
()
{
// This method is necessary because EditText is asking this method for the language
// This method is necessary because EditText is asking this method for the language
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment