Searched refs:mCountryDetector (Results 1 – 3 of 3) sorted by relevance
44 CountryDetector mCountryDetector; field in MyMockContext81 return mCountryDetector; in getSystemService()
72 when(mMockContext.mCountryDetector.detectCountry()) in setUp()
183 return mCountryDetector; in getSystemService()429 private final CountryDetector mCountryDetector = mock(CountryDetector.class);