Home | History | Annotate | Download | only in server

Lines Matching refs:compName

223             final ComponentName compName = new ComponentName(si.packageName, si.name);
225 Slog.w(TAG, "Skipping text service " + compName
230 if (DBG) Slog.d(TAG, "Add: " + compName);
234 Slog.w(TAG, "Skipping text service " + compName
241 Slog.w(TAG, "Unable to load the spell checker " + compName, e);
243 Slog.w(TAG, "Unable to load the spell checker " + compName, e);