Home
last modified time | relevance | path

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

/cts/tests/devicepolicy/src/android/devicepolicy/cts/
DNearbyNotificationStreamingPolicyTest.java22 import static com.android.bedstead.nene.devicepolicy.DevicePolicy.NearbyNotificationStreamingPolicy
23 import static com.android.bedstead.nene.devicepolicy.DevicePolicy.NearbyNotificationStreamingPolicy
139 DevicePolicy.NearbyNotificationStreamingPolicy.Enabled); in setNearbyNotificationStreamingPolicy_setEnabled_doesNotApply()
/cts/common/device-side/bedstead/nene/src/main/java/com/android/bedstead/nene/devicepolicy/
DDevicePolicy.kt858 ): NearbyNotificationStreamingPolicy { in <lambda>()
864 NearbyNotificationStreamingPolicy.entries.first { it.intDef == intDef } in <lambda>()
892 enum class NearbyNotificationStreamingPolicy(val intDef: Int) { in <lambda>() class