Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 69e702a2 authored by William Escande's avatar William Escande Committed by Gerrit Code Review
Browse files

Merge changes I450c89fc,I8730f2c6 into main

* changes:
  Jarjar: remove x from custom local name
  upgrade StrictJavaPackagesTest to presubmit
parents c12266c7 b6eeec30
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -4,6 +4,9 @@
    {
      "name": "CtsBluetoothTestCases"
    },
    {
      "name": "CtsStrictJavaPackagesTestCases"
    },
    {
      "name": "BluetoothInstrumentationTests"
    },
@@ -329,9 +332,6 @@
    {
      "name": "bluetooth_test_gdx_unit"
    },
    {
      "name": "CtsStrictJavaPackagesTestCases"
    },
    {
      "name": "net_test_bta_jv"
    },
+1 −1
Original line number Diff line number Diff line
@@ -38,7 +38,7 @@ import android.platform.test.flag.junit.SetFlagsRule;
import com.android.bluetooth.TestUtils;
import com.android.bluetooth.btservice.AudioRoutingManager;
import com.android.bluetooth.flags.Flags;
import com.android.bluetooth.x.com.android.modules.utils.SynchronousResultReceiver;
import com.android.bluetooth.jarjar.com.android.modules.utils.SynchronousResultReceiver;

import org.junit.After;
import org.junit.Before;
+1 −1
Original line number Diff line number Diff line
@@ -25,7 +25,7 @@ import android.bluetooth.BluetoothProfile;
import android.content.AttributionSource;

import com.android.bluetooth.TestUtils;
import com.android.bluetooth.x.com.android.modules.utils.SynchronousResultReceiver;
import com.android.bluetooth.jarjar.com.android.modules.utils.SynchronousResultReceiver;

import org.junit.After;
import org.junit.Before;
+1 −1
Original line number Diff line number Diff line
@@ -25,7 +25,7 @@ import android.bluetooth.BluetoothProfile;
import androidx.test.filters.SmallTest;
import androidx.test.runner.AndroidJUnit4;

import com.android.bluetooth.x.com.android.modules.utils.SynchronousResultReceiver;
import com.android.bluetooth.jarjar.com.android.modules.utils.SynchronousResultReceiver;

import org.junit.Before;
import org.junit.Rule;
+1 −1
Original line number Diff line number Diff line
@@ -24,7 +24,7 @@ import android.bluetooth.BluetoothProfile;
import android.content.AttributionSource;

import com.android.bluetooth.TestUtils;
import com.android.bluetooth.x.com.android.modules.utils.SynchronousResultReceiver;
import com.android.bluetooth.jarjar.com.android.modules.utils.SynchronousResultReceiver;

import org.junit.After;
import org.junit.Before;
Loading