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

Commit 688b16c4 authored by Philip Junker's avatar Philip Junker
Browse files

Fix TAG to match UsbDialogHelper class

Test: manually built and flashed ohm_gtv-userdebug.
Bug: 196780010
Change-Id: Ia93a72c8d0a93f47464ae21edaccaf69b5f61dab
parent bf23230d
Loading
Loading
Loading
Loading
+1 −4
Original line number Diff line number Diff line
@@ -37,14 +37,11 @@ import android.os.ServiceManager;
import android.os.UserHandle;
import android.util.Log;

import com.android.systemui.usb.tv.TvUsbPermissionActivity;


/**
 * Helper class to separate model and view for USB permission and confirm dialogs.
 */
public class UsbDialogHelper {
    private static final String TAG = TvUsbPermissionActivity.class.getSimpleName();
    private static final String TAG = UsbDialogHelper.class.getSimpleName();
    private static final String EXTRA_RESOLVE_INFO = "rinfo";

    private final UsbDevice mDevice;