mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-19 18:58:19 +00:00
Merge "Update SplitSelectDataHolderTest for HSUM" into main
This commit is contained in:
committed by
Android (Google) Code Review
commit
d1b30baedb
@@ -22,6 +22,7 @@ import android.app.ActivityTaskManager.INVALID_TASK_ID
|
||||
import android.content.Context
|
||||
import android.content.ContextWrapper
|
||||
import android.content.Intent
|
||||
import android.os.Process
|
||||
import android.os.UserHandle
|
||||
import androidx.test.platform.app.InstrumentationRegistry
|
||||
import com.android.launcher3.model.data.ItemInfo
|
||||
@@ -54,7 +55,7 @@ class SplitSelectDataHolderTest {
|
||||
private val sampleTaskInfo = RunningTaskInfo()
|
||||
private val sampleTaskId = 10
|
||||
private val sampleTaskId2 = 11
|
||||
private val sampleUser = UserHandle(0)
|
||||
private val sampleUser = UserHandle(Process.myUserHandle().identifier)
|
||||
private val sampleIntent = Intent()
|
||||
private val sampleIntent2 = Intent()
|
||||
private val sampleShortcut = Intent()
|
||||
|
||||
Reference in New Issue
Block a user