Home | History | Annotate | Download | only in server

Lines Matching defs:compName

190                 final ComponentName compName = new ComponentName(si.packageName, si.name);
192 Slog.w(TAG, "Skipping text service " + compName
197 if (DBG) Slog.d(TAG, "Add: " + compName + " for user: " + mUserId);
201 Slog.w(TAG, "Skipping text service " + compName
208 Slog.w(TAG, "Unable to load the spell checker " + compName, e);
210 Slog.w(TAG, "Unable to load the spell checker " + compName, e);