Searched refs:VAL_LONGARRAY (Results 1 - 2 of 2) sorted by relevance

/frameworks/native/libs/binder/
H A DPersistableBundle.cpp50 VAL_LONGARRAY = 19, enumerator in enum:__anon1441
317 RETURN_IF_FAILED(parcel->writeInt32(VAL_LONGARRAY));
405 case VAL_LONGARRAY: {
/frameworks/base/core/java/android/os/
H A DParcel.java230 private static final int VAL_LONGARRAY = 19; field in class:Parcel
1450 writeInt(VAL_LONGARRAY);
2408 case VAL_LONGARRAY:

Completed in 5002 milliseconds