Home
last modified time | relevance | path

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

/packages/modules/IntentResolver/tests/unit/src/com/android/intentresolver/platform/
DNearbyShareModuleTest.kt56 val componentName = NearbyShareModule.nearbyShareComponent(resources, secureSettings) in valueIsAbsent_whenUnset()
71 val nearbyShareComponent = NearbyShareModule.nearbyShareComponent(resources, secureSettings) in defaultValue_readFromResources() constant
73 assertThat(nearbyShareComponent) in defaultValue_readFromResources()
90 val nearbyShareComponent = NearbyShareModule.nearbyShareComponent(resources, secureSettings) in secureSettings_overridesDefault() constant
92 assertThat(nearbyShareComponent) in secureSettings_overridesDefault()
/packages/modules/IntentResolver/java/src/com/android/intentresolver/platform/
DNearbyShareModule.kt41 fun nearbyShareComponent(@ApplicationOwned resources: Resources, settings: SecureSettings) = in nearbyShareComponent() method