Lines Matching refs:TAG

74     private static final String TAG = TextServicesManagerService.class.getSimpleName();
130 Slog.w(TAG, "Couldn't get current user ID; guessing it's 0", e);
172 Slog.d(TAG, "--- ignore this call back from a background user: " + userId);
214 Slog.w(TAG, "Unexpected intent " + intent);
233 Slog.w(TAG, "Skipping text service " + compName
238 if (DBG) Slog.d(TAG, "Add: " + compName);
242 Slog.w(TAG, "Skipping text service " + compName
249 Slog.w(TAG, "Unable to load the spell checker " + compName, e);
251 Slog.w(TAG, "Unable to load the spell checker " + compName, e);
255 Slog.d(TAG, "buildSpellCheckerMapLocked: " + list.size() + "," + map.size());
267 Slog.d(TAG, "--- calledFromForegroundUserOrSystemProcess ? "
275 Slog.d(TAG, "--- process name for "+ uid + " = " + packageNames[i]);
292 Slog.d(TAG, "--- userId = "+ userId + " isCurrentProfile = " + isCurrentProfile);
301 Slog.d(TAG, "--- current spell checker = "+ spellCheckerInfo.getPackageName()
314 Slog.d(TAG, "--- IPC from userId:" + userId + " is being ignored. \n"
323 Slog.e(TAG, "--- bind failed: service = " + service + ", conn = " + conn);
340 Slog.w(TAG, "no available spell checker services found");
348 Slog.d(TAG, "findAvailSpellCheckerLocked: " + sci.getPackageName());
362 Slog.w(TAG, "findAvailSpellCheckerLocked suitableLocales="
387 Slog.w(TAG, "more than one spell checker service found, picking first");
407 Slog.w(TAG, "getCurrentSpellChecker: " + curSpellCheckerId);
428 Slog.w(TAG, "getCurrentSpellCheckerSubtype: " + subtypeHashCodeStr);
433 Slog.w(TAG, "Subtype not found.");
483 Slog.w(TAG, "Return subtype " + scs.hashCode() + ", input= " + locale
508 Slog.e(TAG, "getSpellCheckerService: Invalid input.");
525 Slog.w(TAG, "Didn't create a death recipient.");
530 Slog.e(TAG, "The state of the spell checker bind group is illegal.");
534 Slog.w(TAG, "Existing bind found. Return a spell checker session now. "
546 Slog.w(TAG, "Existing bind already expired. ");
551 Slog.e(TAG, "Exception in getting spell checker session: " + e);
582 Slog.w(TAG, "Start spell checker session inner locked.");
590 Slog.w(TAG, "bind service: " + info.getId());
594 Slog.e(TAG, "Failed to get a spell checker service.");
609 Slog.d(TAG, "getEnabledSpellCheckers: " + mSpellCheckerList.size());
611 Slog.d(TAG, "EnabledSpellCheckers: " + mSpellCheckerList.get(i).getPackageName());
623 Slog.d(TAG, "FinishSpellCheckerService");
693 Slog.w(TAG, "setCurrentSpellChecker: " + sciId);
712 Slog.w(TAG, "setCurrentSpellCheckerSubtype: " + hashCode);
732 Slog.w(TAG, "setSpellCheckerEnabled: " + enabled);
747 Slog.w(TAG, "getSpellCheckerEnabled: " + retval);
819 private final String TAG = SpellCheckerBindGroup.class.getSimpleName();
838 Slog.d(TAG, "onServiceConnected");
851 Slog.e(TAG, "Exception in getting the spell checker session."
866 Slog.d(TAG, "addListener: " + locale);
892 Slog.w(TAG, "remove listener: " + listener.hashCode());
902 Slog.w(TAG, "found existing listener.");
910 Slog.w(TAG, "Remove " + removeList.get(i));
923 Slog.d(TAG, "cleanLocked");
933 Slog.d(TAG, "Remove bind group.");
942 Slog.e(TAG, "Remove the spell checker bind unexpectedly.");
975 Slog.w(TAG, "onServiceConnected: " + name);
1038 Slog.d(TAG, "--- Swtich the current user from " + mCurrentUserId + " to "