Searched refs:abilityNameVal (Results 1 – 1 of 1) sorted by relevance
35 std::u16string abilityNameVal; in ReadFromParcel() local36 READ_PARCEL_AND_RETURN_FALSE_IF_FAIL(String16, parcel, abilityNameVal); in ReadFromParcel()37 abilityName = Str16ToStr8(abilityNameVal); in ReadFromParcel()