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.java183 Parcel appInfoParcel = Parcel.obtain(); in processOneCommand() local
184 appInfoParcel.unmarshall(rawParcelData, 0, rawParcelData.length); in processOneCommand()
185 appInfoParcel.setDataPosition(0); in processOneCommand()
186 ApplicationInfo appInfo = ApplicationInfo.CREATOR.createFromParcel(appInfoParcel); in processOneCommand()
187 appInfoParcel.recycle(); in processOneCommand()