Home
last modified time | relevance | path

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

/cts/tests/framework/base/suggestions/src/android/service/settings/suggestions/
DSuggestionTest.java96 final Suggestion newSuggestion = Suggestion.CREATOR.createFromParcel(parcel); in buildSuggestion_fromParcelable() local
98 assertThat(newSuggestion.getId()).isEqualTo(TEST_ID); in buildSuggestion_fromParcelable()
99 assertThat(newSuggestion.getTitle()).isEqualTo(TEST_TITLE); in buildSuggestion_fromParcelable()
100 assertThat(newSuggestion.getSummary()).isEqualTo(TEST_SUMMARY); in buildSuggestion_fromParcelable()
101 assertThat(newSuggestion.getIcon().toString()).isEqualTo(mIcon.toString()); in buildSuggestion_fromParcelable()
102 assertThat(newSuggestion.getFlags()) in buildSuggestion_fromParcelable()
104 assertThat(newSuggestion.getPendingIntent()).isEqualTo(mTestIntent); in buildSuggestion_fromParcelable()