Searched refs:legacyStandardActions (Results 1 – 1 of 1) sorted by relevance
2858 final int legacyStandardActions = parcel.readInt(); in initFromParcel() local2859 addLegacyStandardActions(legacyStandardActions); in initFromParcel()2860 final int nonLegacyActionCount = actionCount - Integer.bitCount(legacyStandardActions); in initFromParcel()