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

Commit 43356c73 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Fix PhonePolicyTest timeout"

parents 2c1bee0f 1bd25eb1
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.