Home | History | Annotate | Download | only in server

Lines Matching refs:compName

231             final ComponentName compName = new ComponentName(si.packageName, si.name);
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);