Home
last modified time | relevance | path

Searched defs:presentationGetter (Results 1 – 2 of 2) sorted by relevance

/packages/modules/IntentResolver/java/tests/src/com/android/intentresolver/
DTargetPresentationGetterTest.kt54 val presentationGetter = makeActivityInfoPresentationGetter( in testActivityInfoLabels_noSubstitutePermission_distinctRequestedLabelAndSublabel() constant
62 val presentationGetter = makeActivityInfoPresentationGetter( in testActivityInfoLabels_noSubstitutePermission_sameRequestedLabelAndSublabel() constant
74 val presentationGetter = makeActivityInfoPresentationGetter(false, null, "activity_label") in testActivityInfoLabels_noSubstitutePermission_nullRequestedLabel() constant
81 val presentationGetter = makeActivityInfoPresentationGetter(false, "", "activity_label") in testActivityInfoLabels_noSubstitutePermission_emptyRequestedLabel() constant
88 val presentationGetter = makeActivityInfoPresentationGetter(false, "app_label", "") in testActivityInfoLabels_noSubstitutePermission_emptyRequestedSublabel() constant
96 val presentationGetter = makeActivityInfoPresentationGetter( in testActivityInfoLabels_withSubstitutePermission_distinctRequestedLabelAndSublabel() constant
107 val presentationGetter = makeActivityInfoPresentationGetter( in testActivityInfoLabels_withSubstitutePermission_sameRequestedLabelAndSublabel() constant
116 val presentationGetter = makeActivityInfoPresentationGetter(true, "app_label", null) in testActivityInfoLabels_withSubstitutePermission_nullRequestedLabel() constant
125 val presentationGetter = makeActivityInfoPresentationGetter(true, "app_label", "") in testActivityInfoLabels_withSubstitutePermission_emptyRequestedLabel() constant
135 val presentationGetter = makeActivityInfoPresentationGetter(true, "", "activity_label") in testActivityInfoLabels_withSubstitutePermission_emptyRequestedSublabel() constant
[all …]
/packages/modules/IntentResolver/java/src/com/android/intentresolver/chooser/
DDisplayResolveInfo.java56 @Nullable TargetPresentationGetter presentationGetter) { in newDisplayResolveInfo()
73 @Nullable TargetPresentationGetter presentationGetter) { in newDisplayResolveInfo()
89 @Nullable TargetPresentationGetter presentationGetter) { in DisplayResolveInfo()
105 TargetPresentationGetter presentationGetter) { in DisplayResolveInfo()