Home
last modified time | relevance | path

Searched refs:phoneNumberListLength (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Car/libs/car-telephony-common/src/com/android/car/telephony/common/
DContact.java616 int phoneNumberListLength = source.readInt(); in fromParcel() local
617 for (int i = 0; i < phoneNumberListLength; i++) { in fromParcel()