Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DGsmCdmaPhone.java3019 final int MAX_VERSION_LEN = SystemProperties.PROP_VALUE_MAX/2; in handleMessage() local
3021 length <= MAX_VERSION_LEN ? version in handleMessage()
3022 : version.substring(length - MAX_VERSION_LEN, length)); in handleMessage()