Searched refs:instrApp (Results 1 – 1 of 1) sorted by relevance
7713 ApplicationInfo instrApp; in initInstrumentation() local7715 instrApp = getPackageManager().getApplicationInfo(ii.packageName, 0, in initInstrumentation()7718 instrApp = null; in initInstrumentation()7720 if (instrApp == null) { in initInstrumentation()7721 instrApp = new ApplicationInfo(); in initInstrumentation()7723 ii.copyTo(instrApp); in initInstrumentation()7724 instrApp.initForUser(UserHandle.myUserId()); in initInstrumentation()7725 final LoadedApk pi = getPackageInfo(instrApp, data.compatInfo, in initInstrumentation()