HomeSort by relevance Sort by last modified time
    Searched refs:FAKE_KEY (Results 1 - 2 of 2) sorted by null

  /packages/apps/Settings/tests/robotests/src/com/android/settings/survey/
SurveyMixinTest.java 37 private static final String FAKE_KEY = "fake_key";
53 when(mProvider.getSurveyId(any(), eq(FAKE_KEY))).thenReturn(FAKE_SURVEY_ID);
64 SurveyMixin mixin = new SurveyMixin(mFragment, FAKE_KEY);
83 SurveyMixin mixin = new SurveyMixin(mFragment, FAKE_KEY);
98 SurveyMixin mixin = new SurveyMixin(mFragment, FAKE_KEY);
116 SurveyMixin mixin = new SurveyMixin(mFragment, FAKE_KEY);
135 SurveyMixin mixin = new SurveyMixin(mFragment, FAKE_KEY);
  /packages/apps/Settings/tests/robotests/src/com/android/settings/slices/
SliceDataConverterTest.java 55 private static final String FAKE_KEY = "key";
106 if (TextUtils.equals(fakeSlice0.getKey(), FAKE_KEY)) {
116 assertThat(fakeSlice.getKey()).isEqualTo(FAKE_KEY);

Completed in 4075 milliseconds