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:
Chalard Jean
2020-06-26 00:42:01 +09:00
parent e06c5c8fc0
commit b1856fe06b
5 changed files with 9 additions and 1 deletions

View File

@@ -14,6 +14,8 @@
* limitations under the License.
*/
@file:JvmName("HandlerUtils")
package com.android.testutils
import android.os.ConditionVariable

View File

@@ -14,6 +14,8 @@
* limitations under the License.
*/
@file:JvmName("ParcelUtils")
package com.android.testutils
import android.os.Parcel

View File

@@ -14,6 +14,8 @@
* limitations under the License.
*/
@file:JvmName("ConcurrentUtils")
package com.android.testutils
import java.util.concurrent.CountDownLatch

View File

@@ -14,6 +14,8 @@
* limitations under the License.
*/
@file:JvmName("MiscAsserts")
package com.android.testutils
import com.android.testutils.ExceptionUtils.ThrowingRunnable

View File

@@ -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;