diff options
| author | 2015-12-02 14:47:59 +0900 | |
|---|---|---|
| committer | 2015-12-02 14:50:36 +0900 | |
| commit | 0d3d1f825f399c62f2ba236b53bef17581e03a16 (patch) | |
| tree | 068c7273097d6ba02abb33f7b45774cff2ea960b | |
| parent | eaf95c36437dd3be48d7edaef9f2a9bccc102d4d (diff) | |
Fixed typos: when when
Change-Id: I80c0b8817dcbed45071e42d9ffa88bae52a93a81
4 files changed, 5 insertions, 5 deletions
diff --git a/graphics/java/android/graphics/Canvas.java b/graphics/java/android/graphics/Canvas.java index 95ae72e0c6f8..5acc1a3e09dd 100644 --- a/graphics/java/android/graphics/Canvas.java +++ b/graphics/java/android/graphics/Canvas.java @@ -484,7 +484,7 @@ public class Canvas { * * @param bounds The maximum size the offscreen bitmap needs to be * (in local coordinates) - * @param alpha The alpha to apply to the offscreen when when it is + * @param alpha The alpha to apply to the offscreen when it is drawn during restore() * @param saveFlags see _SAVE_FLAG constants, generally {@link #ALL_SAVE_FLAG} is recommended * for performance reasons. diff --git a/media/java/android/media/browse/MediaBrowser.java b/media/java/android/media/browse/MediaBrowser.java index 41b8ab2d3c40..be9fb474db00 100644 --- a/media/java/android/media/browse/MediaBrowser.java +++ b/media/java/android/media/browse/MediaBrowser.java @@ -240,7 +240,7 @@ public final class MediaBrowser { /** * Gets the root id. * <p> - * Note that the root id may become invalid or change when when the + * Note that the root id may become invalid or change when the * browser is disconnected. * </p> * @@ -270,7 +270,7 @@ public final class MediaBrowser { /** * Gets the media session token associated with the media browser. * <p> - * Note that the session token may become invalid or change when when the + * Note that the session token may become invalid or change when the * browser is disconnected. * </p> * diff --git a/services/core/java/com/android/server/wm/AppWindowToken.java b/services/core/java/com/android/server/wm/AppWindowToken.java index 77a29f37d6ad..3301c49da578 100644 --- a/services/core/java/com/android/server/wm/AppWindowToken.java +++ b/services/core/java/com/android/server/wm/AppWindowToken.java @@ -257,7 +257,7 @@ class AppWindowToken extends WindowToken { if (win.mAttrs.type == WindowManager.LayoutParams.TYPE_BASE_APPLICATION || win.mAttrs.type == WindowManager.LayoutParams.TYPE_APPLICATION_STARTING) { // In cases where there are multiple windows, we prefer the non-exiting window. This - // happens for example when when replacing windows during an activity relaunch. When + // happens for example when replacing windows during an activity relaunch. When // constructing the animation, we want the new window, not the exiting one. if (win.mExiting) { candidate = win; diff --git a/wifi/java/android/net/wifi/WifiManager.java b/wifi/java/android/net/wifi/WifiManager.java index bd030e8e5f32..b054f7c8d7a2 100644 --- a/wifi/java/android/net/wifi/WifiManager.java +++ b/wifi/java/android/net/wifi/WifiManager.java @@ -665,7 +665,7 @@ public class WifiManager { * </ul> * @return a list of network configurations in the form of a list * of {@link WifiConfiguration} objects. Upon failure to fetch or - * when when Wi-Fi is turned off, it can be null. + * when Wi-Fi is turned off, it can be null. */ public List<WifiConfiguration> getConfiguredNetworks() { try { |