Searched refs:nonLegacyActionCount (Results 1 – 1 of 1) sorted by relevance
2775 final int nonLegacyActionCount = actionCount - Integer.bitCount(legacyStandardActions); in initFromParcel() local2776 for (int i = 0; i < nonLegacyActionCount; i++) { in initFromParcel()