Searched refs:targetImiId (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Settings/src/com/android/settings/inputmethod/
H A DInputMethodAndSubtypeEnabler.java119 updateImplicitlyEnabledSubtypes(null /* targetImiId */, false /* check */);
255 private void updateImplicitlyEnabledSubtypes(final String targetImiId, final boolean check) { argument
256 // When targetImiId is null, apply to all subtypes of all IMEs
265 if (imiId.equals(targetImiId) || targetImiId == null) {
301 updateImplicitlyEnabledSubtypes(null /* targetImiId */, true /* check */);

Completed in 51 milliseconds