Replace "implicitlySelectedSubtypes" with "implicitlyEnabledSubtypes"
This CL makes it clear on how the following API works by renaming the second boolean parameter to "implicitlyEnabledSubtypes". InputMethodManager#getEnabledInputMethodSubtypeList( @Nullable InputMethodInfo, boolean); The second parameter controls whether the return value must contain only explicitly enabled subtypes or not. Hence it is better to be named as "implicitlyEnabledSubtypes" rather than "implicitlySelectedSubtypes". This is just a mechanical renaming. The must be no developer observable behavior change. Fix: 249648819 Test: presubmit Change-Id: I7730f644435f4a2e0e88805744a5a43567ddf13b
Loading
Please register or sign in to comment