Home
last modified time | relevance | path

Searched defs:callingPackageLabel (Results 1 – 3 of 3) sorted by relevance

/packages/providers/MediaProvider/photopicker/tests/src/com/android/photopicker/core/configuration/
DTestPhotopickerConfiguration.kt68 private var callingPackageLabel: String? = null in build() variable in com.android.photopicker.core.configuration.TestPhotopickerConfiguration.Builder
87 fun callingPackageLabel(value: String) = apply { this.callingPackageLabel = value } in build() method in com.android.photopicker.core.configuration.TestPhotopickerConfiguration.Builder
/packages/providers/MediaProvider/photopicker/src/com/android/photopicker/core/configuration/
DPhotopickerConfiguration.kt76 val callingPackageLabel: String? = null, constant in com.android.photopicker.core.configuration.PhotopickerConfiguration
/packages/providers/MediaProvider/photopicker/src/com/android/photopicker/
DMainActivity.kt415 val callingPackageLabel: String? = in <lambda>() constant