Loading core/java/android/app/Instrumentation.java +1 −1 Original line number Diff line number Diff line Loading @@ -545,7 +545,7 @@ public class Instrumentation { * returning the resulting activity or till the timeOut period expires. * If the timeOut expires before the activity is started, return null. * * @param timeOut Time to wait before the activity is created. * @param timeOut Time to wait in milliseconds before the activity is created. * * @return Activity */ Loading Loading
core/java/android/app/Instrumentation.java +1 −1 Original line number Diff line number Diff line Loading @@ -545,7 +545,7 @@ public class Instrumentation { * returning the resulting activity or till the timeOut period expires. * If the timeOut expires before the activity is started, return null. * * @param timeOut Time to wait before the activity is created. * @param timeOut Time to wait in milliseconds before the activity is created. * * @return Activity */ Loading