OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bindGroup
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/services/java/com/android/server/
TextServicesManagerService.java
272
final SpellCheckerBindGroup
bindGroup
= mSpellCheckerBindGroups.get(sciId);
273
if (
bindGroup
!= null) {
283
if (
bindGroup
.mSpellChecker == null &
bindGroup
.mConnected) {
285
bindGroup
.removeAll();
286
} else if (
bindGroup
.mSpellChecker != null) {
289
+ "Listeners count = " +
bindGroup
.mListeners.size());
293
bindGroup
.mSpellChecker.getISpellCheckerSession(
302
bindGroup
.removeAll();
306
bindGroup
.removeAll()
[
all
...]
/prebuilt/common/groovy/
groovy-all-1.7.0.jar
Completed in 837 milliseconds