Searched refs:mockMdn (Results 1 – 1 of 1) sorted by relevance
2031 String mockMdn = "mockMdn"; in testGetMdn() local2032 doReturn(mockMdn).when(mRuimRecords).getMdn(); in testGetMdn()2043 assertEquals(mockMdn, sst.getMdnNumber()); in testGetMdn()