Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/privacy/
DPrivacyConfigFlagsTest.kt106 changeLocation(true) in testLocationChanged()
115 changeLocation(true) in testMicCamAndLocationChanged()
138 private fun changeLocation(value: Boolean?) = changeProperty(LOCATION, value) in changeMicCamera() method in com.android.systemui.privacy.PrivacyConfigFlagsTest
DAppOpsPrivacyItemMonitorTest.kt227 changeLocation(false) in testNotListeningWhenIndicatorsDisabled()
236 changeLocation(false) in testNotSendingLocationWhenLocationDisabled()
255 changeLocation(false) in testNotUpdated_LocationChangeWhenLocationDisabled()
384 private fun changeLocation(value: Boolean) { in changeLocation() method in com.android.systemui.privacy.AppOpsPrivacyItemMonitorTest