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

Commit f3953a4a authored by Ben Reich's avatar Ben Reich
Browse files

Remove unused variable mResolver from ActivityTestJunit4

Bug: 407646510
Test: atest DocumentsUIGoogleTests
Flag: EXEMPT test change
Change-Id: I08995c895bd50301fb542a2ad4424dd8facd1395
parent c6c97f12
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -17,7 +17,6 @@ package com.android.documentsui

import android.app.Activity
import android.app.UiAutomation
import android.content.ContentResolver
import android.content.Context
import android.content.Intent
import android.os.RemoteException
@@ -74,7 +73,6 @@ abstract class ActivityTestJunit4<T : Activity?> {

    @JvmField
    var rootDir1: RootInfo? = null
    protected var mResolver: ContentResolver? = null

    @JvmField
    protected var mDocsHelper: DocumentsProviderHelper? = null
@@ -115,7 +113,6 @@ abstract class ActivityTestJunit4<T : Activity?> {

        Configurator.getInstance().toolType = MotionEvent.TOOL_TYPE_MOUSE

        mResolver = context!!.getContentResolver()
        mDocsHelper = DocumentsProviderHelper(
            userId, this.testingProviderAuthority, context,
            this.testingProviderAuthority