Merge "Mock sourceDir for ActivityThreadClientTest" into rvc-dev am: 31d3998a05
Change-Id: I36584ed6edba669720c76f1502835dda6feeac48
This commit is contained in:
@@ -210,6 +210,7 @@ public class ActivityThreadClientTest {
|
||||
info.applicationInfo = new ApplicationInfo();
|
||||
info.applicationInfo.packageName = info.packageName;
|
||||
info.applicationInfo.uid = UserHandle.myUserId();
|
||||
info.applicationInfo.sourceDir = "/test/sourceDir";
|
||||
|
||||
// mock the function for preventing NPE in emulator environment. The purpose of the
|
||||
// test is for activity client state changes, we don't focus on the updating for the
|
||||
|
||||
Reference in New Issue
Block a user