Loading core/java/android/app/Instrumentation.java +1 −1 Original line number Diff line number Diff line Loading @@ -91,7 +91,7 @@ public class Instrumentation { private static final String TAG = "Instrumentation"; private static final long CONNECT_TIMEOUT_MILLIS = 5000; private static final long CONNECT_TIMEOUT_MILLIS = 60000; /** * @hide Loading core/java/android/app/UiAutomation.java +1 −1 Original line number Diff line number Diff line Loading @@ -113,7 +113,7 @@ public final class UiAutomation { private static final int CONNECTION_ID_UNDEFINED = -1; private static final long CONNECT_TIMEOUT_MILLIS = 5000; private static final long CONNECT_TIMEOUT_MILLIS = 60000; /** Rotation constant: Unfreeze rotation (rotating the device changes its rotation state). */ public static final int ROTATION_UNFREEZE = -2; Loading Loading
core/java/android/app/Instrumentation.java +1 −1 Original line number Diff line number Diff line Loading @@ -91,7 +91,7 @@ public class Instrumentation { private static final String TAG = "Instrumentation"; private static final long CONNECT_TIMEOUT_MILLIS = 5000; private static final long CONNECT_TIMEOUT_MILLIS = 60000; /** * @hide Loading
core/java/android/app/UiAutomation.java +1 −1 Original line number Diff line number Diff line Loading @@ -113,7 +113,7 @@ public final class UiAutomation { private static final int CONNECTION_ID_UNDEFINED = -1; private static final long CONNECT_TIMEOUT_MILLIS = 5000; private static final long CONNECT_TIMEOUT_MILLIS = 60000; /** Rotation constant: Unfreeze rotation (rotating the device changes its rotation state). */ public static final int ROTATION_UNFREEZE = -2; Loading