Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/os/
DZygoteConnection.java175 Parcel appInfoParcel = Parcel.obtain(); in processOneCommand() local
176 appInfoParcel.unmarshall(rawParcelData, 0, rawParcelData.length); in processOneCommand()
177 appInfoParcel.setDataPosition(0); in processOneCommand()
178 ApplicationInfo appInfo = ApplicationInfo.CREATOR.createFromParcel(appInfoParcel); in processOneCommand()
179 appInfoParcel.recycle(); in processOneCommand()