Searched refs:urisLength (Results 1 – 1 of 1) sorted by relevance
35 int urisLength = (uris != null) ? uris.length : 0; in writeToParcel() local37 dest.writeInt(urisLength); in writeToParcel()38 if (urisLength > 0) { in writeToParcel()