Searched refs:appInfoParcel (Results 1 – 1 of 1) sorted by relevance
175 Parcel appInfoParcel = Parcel.obtain(); in processCommand() local176 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()