Searched refs:workLockActivity (Results 1 – 1 of 1) sorted by relevance
1029 final ActivityRecord workLockActivity = new ActivityBuilder(mAtm).setTask(task).build(); in testLockAllProfileTasks() local1030 workLockActivity.intent.setAction(ACTION_CONFIRM_DEVICE_CREDENTIAL_WITH_USER); in testLockAllProfileTasks()1031 doReturn(workLockActivity.mActivityComponent).when(mAtm).getSysUiServiceComponentLocked(); in testLockAllProfileTasks()