Searched refs:VAL_BOOLEANARRAY (Results 1 – 5 of 5) sorted by relevance
39 VAL_BOOLEANARRAY = 23, enumerator
216 if (t_info == internal_type_ptr<vector<bool>>()) return VAL_BOOLEANARRAY; in parcelType()338 HANDLE_WRITE_TYPE(vector<bool>, VAL_BOOLEANARRAY, writeBoolVector) in writeToParcel()397 HANDLE_READ_TYPE(vector<bool>, VAL_BOOLEANARRAY, readBoolVector) in readFromParcel()
352 RETURN_IF_FAILED(parcel->writeInt32(VAL_BOOLEANARRAY)); in writeToParcelInner()453 case VAL_BOOLEANARRAY: { in readFromParcelInner()
252 private static final int VAL_BOOLEANARRAY = 23; field in Parcel1734 writeInt(VAL_BOOLEANARRAY); in writeValue()2889 case VAL_BOOLEANARRAY: in readValue()
55545 Landroid/os/Parcel;->VAL_BOOLEANARRAY:I