Searched refs:instrApp (Results 1 – 1 of 1) sorted by relevance
6888 ApplicationInfo instrApp; in initInstrumentation() local6890 instrApp = getPackageManager().getApplicationInfo(ii.packageName, 0, in initInstrumentation()6893 instrApp = null; in initInstrumentation()6895 if (instrApp == null) { in initInstrumentation()6896 instrApp = new ApplicationInfo(); in initInstrumentation()6898 ii.copyTo(instrApp); in initInstrumentation()6899 instrApp.initForUser(UserHandle.myUserId()); in initInstrumentation()6900 final LoadedApk pi = getPackageInfo(instrApp, data.compatInfo, in initInstrumentation()