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

Commit f255bdd2 authored by Jack He's avatar Jack He Committed by android-build-merger
Browse files

Merge "Fix PhonePolicyTest timeout" am: 43356c73

am: 183ac0e5

Change-Id: Ic9625ee7532a6dd78dad048b97be4812ef61cbb4
parents f3b41aa0 183ac0e5
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -31,6 +31,7 @@ import android.os.Looper;
import android.os.Message;
import android.os.ParcelUuid;
import android.os.Parcelable;
import android.support.annotation.VisibleForTesting;
import android.util.Log;

import com.android.bluetooth.a2dp.A2dpService;
@@ -124,8 +125,8 @@ class PhonePolicy {
        }
    };

    // ONLY for testing
    public BroadcastReceiver getBroadcastReceiver() {
    @VisibleForTesting
    BroadcastReceiver getBroadcastReceiver() {
        return mReceiver;
    }

+96 −166

File changed.

Preview size limit exceeded, changes collapsed.