Loading core/java/android/provider/SyncConstValue.java +1 −1 Original line number Diff line number Diff line Loading @@ -18,7 +18,7 @@ package android.provider; /** * Columns for tables that are synced to a server. * @deprecated * @deprecated Do not use. * @hide */ public interface SyncConstValue Loading core/java/android/view/KeyEvent.java +2 −2 Original line number Diff line number Diff line Loading @@ -2361,11 +2361,11 @@ public class KeyEvent extends InputEvent implements Parcelable { * Gets the {@link KeyCharacterMap} associated with the keyboard device. * * @return The associated key character map. * @throws {@link UnavailableException} if the key character map * @throws {@link KeyCharacterMap.UnavailableException} if the key character map * could not be loaded because it was malformed or the default key character map * is missing from the system. * * @see {@link KeyCharacterMap#load} * @see KeyCharacterMap#load */ public final KeyCharacterMap getKeyCharacterMap() { return KeyCharacterMap.load(mDeviceId); Loading Loading
core/java/android/provider/SyncConstValue.java +1 −1 Original line number Diff line number Diff line Loading @@ -18,7 +18,7 @@ package android.provider; /** * Columns for tables that are synced to a server. * @deprecated * @deprecated Do not use. * @hide */ public interface SyncConstValue Loading
core/java/android/view/KeyEvent.java +2 −2 Original line number Diff line number Diff line Loading @@ -2361,11 +2361,11 @@ public class KeyEvent extends InputEvent implements Parcelable { * Gets the {@link KeyCharacterMap} associated with the keyboard device. * * @return The associated key character map. * @throws {@link UnavailableException} if the key character map * @throws {@link KeyCharacterMap.UnavailableException} if the key character map * could not be loaded because it was malformed or the default key character map * is missing from the system. * * @see {@link KeyCharacterMap#load} * @see KeyCharacterMap#load */ public final KeyCharacterMap getKeyCharacterMap() { return KeyCharacterMap.load(mDeviceId); Loading