Searched refs:mTestIntent (Results 1 – 1 of 1) sorted by relevance
44 private PendingIntent mTestIntent; field in SuggestionTest50 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()