Home
last modified time | relevance | path

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

/cts/tests/framework/base/suggestions/src/android/service/settings/suggestions/
DSuggestionTest.java44 private PendingIntent mTestIntent; field in SuggestionTest
50 mTestIntent = PendingIntent.getActivity(context, 0 /* requestCode */, in setUp()
62 .setPendingIntent(mTestIntent) in buildSuggestion_allFieldsShouldBeSet()
70 assertThat(suggestion.getPendingIntent()).isEqualTo(mTestIntent); in buildSuggestion_allFieldsShouldBeSet()
78 .setPendingIntent(mTestIntent) in buildSuggestion_emptyKey_shouldCrash()
91 .setPendingIntent(mTestIntent) in buildSuggestion_fromParcelable()
104 assertThat(newSuggestion.getPendingIntent()).isEqualTo(mTestIntent); in buildSuggestion_fromParcelable()