Home
last modified time | relevance | path

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

/cts/tests/tests/telephony/current/src/android/telephony/cts/
DTelephonyManagerTest.java1147 int dontDoubleModulus = deviceId.length() % 2; in getLuhnCheckDigit() local
1150 if (i % 2 == dontDoubleModulus) { in getLuhnCheckDigit()