Home
last modified time | relevance | path

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

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DPlmnActRecordTest.java47 PlmnActRecord rec2 = new PlmnActRecord(TEST_RECORD_5DIGIT, 0); in testConstructors() local
51 assertEquals(rec, rec2); in testConstructors()
57 rec2 = new PlmnActRecord(TEST_RECORD_6DIGIT, 0); in testConstructors()
61 assertEquals(rec, rec2); in testConstructors()