Searched refs:getSurveyId (Results 1 – 5 of 5) sorted by relevance
56 String getSurveyId(Context context, String simpleKey); in getSurveyId() method
63 String id = provider.getSurveyId(activity, mName); in onResume()
55 when(mProvider.getSurveyId(any(), eq(FAKE_KEY))).thenReturn(FAKE_SURVEY_ID); in setUp()