Home
last modified time | relevance | path

Searched refs:instrApp (Results 1 – 1 of 1) sorted by relevance

/aosp12/frameworks/base/core/java/android/app/
H A DActivityThread.java6888 ApplicationInfo instrApp; in initInstrumentation() local
6890 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()