From 67dbaad5bb14f3731e2fb78bbf3976cb9cf7ba40 Mon Sep 17 00:00:00 2001 From: Ang Li Date: Fri, 30 Aug 2024 14:39:23 -0700 Subject: [PATCH] Update jetpack reference to `androidx`. --- mobly/base_instrumentation_test.py | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/mobly/base_instrumentation_test.py b/mobly/base_instrumentation_test.py index f41a500a..57134222 100644 --- a/mobly/base_instrumentation_test.py +++ b/mobly/base_instrumentation_test.py @@ -83,10 +83,7 @@ class _InstrumentationKnownStatusKeys: .. code-block:: none android.app.Instrumentation - android.support.test.internal.runner.listener.InstrumentationResultPrinter - - TODO: Convert android.support.* to androidx.*, - (https://android-developers.googleblog.com/2018/05/hello-world-androidx.html). + androidx.test.internal.runner.listener.InstrumentationResultPrinter """ CLASS = 'class' @@ -119,10 +116,7 @@ class _InstrumentationStatusCodes: .. code-block:: none - android.support.test.internal.runner.listener.InstrumentationResultPrinter - - TODO: Convert android.support.* to androidx.*, - (https://android-developers.googleblog.com/2018/05/hello-world-androidx.html). + androidx.test.internal.runner.listener.InstrumentationResultPrinter """ UNKNOWN = None