Home
last modified time | relevance | path

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

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