Searched refs:locationAvailable (Results 1 – 13 of 13) sorted by relevance
79 private var locationAvailable = privacyConfig.locationAvailable in <lambda>() variable in com.android.systemui.privacy.AppOpsPrivacyItemMonitor95 if (code in OPS_LOCATION && !locationAvailable) { in <lambda>()130 locationAvailable = privacyConfig.locationAvailable in <lambda>()166 val shouldListen = callback != null && (micCameraAvailable || locationAvailable) in <lambda>()197 return locationAvailable in <lambda>()248 ipw.println("locationAvailable: $locationAvailable") in <lambda>()
58 var locationAvailable = isLocationEnabled() in <lambda>() variable73 locationAvailable = properties.getBoolean(LOCATION, DEFAULT_LOCATION) in <lambda>()74 callbacks.forEach { it.get()?.onFlagLocationChanged(locationAvailable) } in <lambda>()136 ipw.println("locationAvailable: $locationAvailable") in <lambda>()
65 val locationAvailable constant66 get() = privacyConfig.locationAvailable68 get() = micCameraAvailable && locationAvailable && privacyConfig.mediaProjectionAvailable
304 } else if (it == PrivacyType.TYPE_LOCATION && privacyItemController.locationAvailable) { in filterType()
351 Manifest.permission_group.LOCATION -> privacyItemController.locationAvailable in isAvailable()
110 assertTrue(privacyConfig.locationAvailable) in testLocationChanged()122 assertTrue(privacyConfig.locationAvailable) in testMicCamAndLocationChanged()
363 `when`(privacyConfig.locationAvailable).thenReturn(true) in testFlagsAll_listeningToAll()389 `when`(privacyConfig.locationAvailable).thenReturn(true) in testFlags_onFlagLocationChanged()393 assertTrue(privacyItemController.locationAvailable) in testFlags_onFlagLocationChanged()
429 `when`(privacyItemController.locationAvailable).thenReturn(false) in <lambda>()456 `when`(privacyItemController.locationAvailable).thenReturn(true) in <lambda>()480 `when`(privacyItemController.locationAvailable).thenReturn(false) in <lambda>()765 `when`(privacyItemController.locationAvailable).thenReturn(true) in <lambda>()
438 `when`(privacyItemController.locationAvailable).thenReturn(false) in <lambda>()456 `when`(privacyItemController.locationAvailable).thenReturn(true) in <lambda>()473 `when`(privacyItemController.locationAvailable).thenReturn(false) in <lambda>()783 `when`(privacyItemController.locationAvailable).thenReturn(true) in <lambda>()
110 `when`(privacyConfig.locationAvailable).thenReturn(true) in setup()385 `when`(privacyConfig.locationAvailable).thenReturn(value) in changeLocation()
162 locationIndicatorsEnabled = privacyItemController.locationAvailable in onChipVisibilityRefreshed()197 locationIndicatorsEnabled = privacyItemController.locationAvailable in onChipVisibilityRefreshed()
131 initialValue = privacyItemController.locationAvailable,
270 whenever(privacyItemController.locationAvailable).thenReturn(location) in eq()