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