Rename utils to remove the Kt suffix
Nobody cares what language this is written in Test: builds Change-Id: I3ed3bce276479fd503e716a06fd4912da8c49eda
This commit is contained in:
@@ -14,6 +14,8 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
@file:JvmName("HandlerUtils")
|
||||
|
||||
package com.android.testutils
|
||||
|
||||
import android.os.ConditionVariable
|
||||
|
||||
@@ -14,6 +14,8 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
@file:JvmName("ParcelUtils")
|
||||
|
||||
package com.android.testutils
|
||||
|
||||
import android.os.Parcel
|
||||
|
||||
@@ -14,6 +14,8 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
@file:JvmName("ConcurrentUtils")
|
||||
|
||||
package com.android.testutils
|
||||
|
||||
import java.util.concurrent.CountDownLatch
|
||||
|
||||
@@ -14,6 +14,8 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
@file:JvmName("MiscAsserts")
|
||||
|
||||
package com.android.testutils
|
||||
|
||||
import com.android.testutils.ExceptionUtils.ThrowingRunnable
|
||||
|
||||
@@ -24,7 +24,7 @@ import static android.system.OsConstants.SOCK_NONBLOCK;
|
||||
import static android.system.OsConstants.SOL_SOCKET;
|
||||
import static android.system.OsConstants.SO_SNDTIMEO;
|
||||
|
||||
import static com.android.testutils.MiscAssertsKt.assertThrows;
|
||||
import static com.android.testutils.MiscAsserts.assertThrows;
|
||||
|
||||
import static org.junit.Assert.assertEquals;
|
||||
import static org.junit.Assert.assertFalse;
|
||||
|
||||
Reference in New Issue
Block a user