Home
last modified time | relevance | path

Searched refs:bindGroup (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/services/core/java/com/android/server/textservices/
DTextServicesManagerService.java587 SpellCheckerBindGroup bindGroup = spellCheckerBindGroups.get(sciId); in getSpellCheckerService() local
589 if (bindGroup == null) { in getSpellCheckerService()
592 bindGroup = startSpellCheckerServiceInnerLocked(sci, tsd); in getSpellCheckerService()
596 if (bindGroup == null) { in getSpellCheckerService()
604 bindGroup.getISpellCheckerSessionOrQueueLocked( in getSpellCheckerService()
1026 ISpellCheckerServiceCallbackBinder(@NonNull SpellCheckerBindGroup bindGroup, in ISpellCheckerServiceCallbackBinder() argument
1029 mBindGroup = new WeakReference<>(bindGroup); in ISpellCheckerServiceCallbackBinder()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationConversationInfo.java322 bindGroup(); in bindConversationDetails()
363 private void bindGroup() { in bindGroup() method
DNotificationInfo.java347 bindGroup();
371 private void bindGroup() throws RemoteException {
DPartialConversationInfo.java215 private void bindGroup() {