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

Commit 30139568 authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Remove unused variable mResolver from ActivityTestJunit4" into main

parents 7f82a22f f3953a4a
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
@@ -73,7 +72,6 @@ abstract class ActivityTestJunit4<T : Activity?> {

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

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

        Configurator.getInstance().toolType = MotionEvent.TOOL_TYPE_MOUSE

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