Searched defs:presentationGetter (Results 1 – 1 of 1) sorted by relevance
/packages/modules/IntentResolver/tests/unit/src/com/android/intentresolver/ |
D | TargetPresentationGetterTest.kt | 66 val presentationGetter = in testActivityInfoLabels_noSubstitutePermission_distinctRequestedLabelAndSublabel() constant 74 val presentationGetter = makeActivityInfoPresentationGetter(false, "app_label", "app_label") in testActivityInfoLabels_noSubstitutePermission_sameRequestedLabelAndSublabel() constant 85 val presentationGetter = makeActivityInfoPresentationGetter(false, null, "activity_label") in testActivityInfoLabels_noSubstitutePermission_nullRequestedLabel() constant 92 val presentationGetter = makeActivityInfoPresentationGetter(false, "", "activity_label") in testActivityInfoLabels_noSubstitutePermission_emptyRequestedLabel() constant 99 val presentationGetter = makeActivityInfoPresentationGetter(false, "app_label", "") in testActivityInfoLabels_noSubstitutePermission_emptyRequestedSublabel() constant 107 val presentationGetter = in testActivityInfoLabels_withSubstitutePermission_distinctRequestedLabelAndSublabel() constant 120 val presentationGetter = makeActivityInfoPresentationGetter(true, "app_label", "app_label") in testActivityInfoLabels_withSubstitutePermission_sameRequestedLabelAndSublabel() constant 128 val presentationGetter = makeActivityInfoPresentationGetter(true, "app_label", null) in testActivityInfoLabels_withSubstitutePermission_nullRequestedLabel() constant 137 val presentationGetter = makeActivityInfoPresentationGetter(true, "app_label", "") in testActivityInfoLabels_withSubstitutePermission_emptyRequestedLabel() constant 148 val presentationGetter = makeActivityInfoPresentationGetter(true, "", "activity_label") in testActivityInfoLabels_withSubstitutePermission_emptyRequestedSublabel() constant [all …]
|