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

Commit 2abde827 authored by Hugo Benichi's avatar Hugo Benichi Committed by android-build-merger
Browse files

DO NOT MERGE Stricter NetworkNotificationManagerTest

am: a865790a

Change-Id: I94ea5c6994d181e730ec4f49e98001eb81ed8740
parents 71909ea3 a865790a
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -80,6 +80,7 @@ public class NetworkNotificationManagerTest extends TestCase {
        when(mCtx.getResources()).thenReturn(mResources);
        when(mCtx.getPackageManager()).thenReturn(mPm);
        when(mCtx.getApplicationInfo()).thenReturn(new ApplicationInfo());
        when(mNetworkInfo.getExtraInfo()).thenReturn("extra");
        when(mResources.getColor(anyInt(), any())).thenReturn(0xFF607D8B);

        mManager = new NetworkNotificationManager(mCtx, mTelephonyManager, mNotificationManager);
+1 −1

File changed.

Contains only whitespace changes.