Searched refs:zygotePreloadName (Results 1 – 4 of 4) sorted by relevance
81 if (appInfo.zygotePreloadName != null) { in handlePreloadApp()86 appInfo.zygotePreloadName); in handlePreloadApp()98 + appInfo.zygotePreloadName, e); in handlePreloadApp()
1253 public String zygotePreloadName; field in ApplicationInfo1600 zygotePreloadName = orig.zygotePreloadName; in ApplicationInfo()1679 dest.writeString(zygotePreloadName); in writeToParcel()1755 zygotePreloadName = source.readString(); in ApplicationInfo()
3755 ai.zygotePreloadName = sa.getString( in parseBaseApplication()
45 android:zygotePreloadName="com.foo.BarZygotePreload"