/frameworks/base/services/tests/servicestests/src/com/android/server/power/batterysaver/ |
D | BatterySaverPolicyTest.java | 205 testServiceDefaultValue_Off(ServiceType.LOCATION); in testGetBatterySaverPolicy_PolicyLocation_DefaultValueCorrect() 207 testServiceDefaultValue_On(ServiceType.LOCATION); in testGetBatterySaverPolicy_PolicyLocation_DefaultValueCorrect() 212 mBatterySaverPolicy.getBatterySaverPolicy(ServiceType.LOCATION); in testGetBatterySaverPolicy_PolicyLocation_DefaultValueCorrect() 268 mBatterySaverPolicy.getBatterySaverPolicy(ServiceType.LOCATION); in verifyBatterySaverConstantsUpdated() 352 assertThat(mBatterySaverPolicy.getBatterySaverPolicy(ServiceType.LOCATION).locationMode) in testAutomotiveProjectionChanges_Full() 359 assertThat(mBatterySaverPolicy.getBatterySaverPolicy(ServiceType.LOCATION).locationMode) in testAutomotiveProjectionChanges_Full() 367 assertThat(mBatterySaverPolicy.getBatterySaverPolicy(ServiceType.LOCATION).locationMode) in testAutomotiveProjectionChanges_Full() 381 assertThat(mBatterySaverPolicy.getBatterySaverPolicy(ServiceType.LOCATION).locationMode) in testAutomotiveProjectionChanges_Adaptive() 388 assertThat(mBatterySaverPolicy.getBatterySaverPolicy(ServiceType.LOCATION).locationMode) in testAutomotiveProjectionChanges_Adaptive() 396 assertThat(mBatterySaverPolicy.getBatterySaverPolicy(ServiceType.LOCATION).locationMode) in testAutomotiveProjectionChanges_Adaptive() [all …]
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/privacy/ |
D | PrivacyConfig.kt | 46 private const val LOCATION = SystemUiDeviceConfigFlags.PROPERTY_LOCATION_INDICATORS_ENABLED in <lambda>() constant 72 if (properties.keyset.contains(LOCATION)) { in <lambda>() 73 locationAvailable = properties.getBoolean(LOCATION, DEFAULT_LOCATION) in <lambda>() 102 LOCATION, DEFAULT_LOCATION) in <lambda>()
|
D | PrivacyItem.kt | 44 android.Manifest.permission_group.LOCATION,
|
D | PrivacyDialogControllerV2.kt | 342 Manifest.permission_group.LOCATION -> PrivacyType.TYPE_LOCATION in permGroupToPrivacyType() 351 Manifest.permission_group.LOCATION -> privacyItemController.locationAvailable in isAvailable()
|
D | PrivacyDialogController.kt | 294 Manifest.permission_group.LOCATION -> PrivacyType.TYPE_LOCATION in permGroupToPrivacyType()
|
/frameworks/base/core/java/android/widget/ |
D | TableRow.java | 236 lp.mOffset[LayoutParams.LOCATION] = lp.mOffset[LayoutParams.LOCATION_NEXT]; in measureChildBeforeLayout() 239 … lp.mOffset[LayoutParams.LOCATION] = lp.mOffset[LayoutParams.LOCATION_NEXT] / 2; in measureChildBeforeLayout() 243 lp.mOffset[LayoutParams.LOCATION] = lp.mOffset[LayoutParams.LOCATION_NEXT] = 0; in measureChildBeforeLayout() 268 return ((TableRow.LayoutParams) child.getLayoutParams()).mOffset[LayoutParams.LOCATION]; in getLocationOffset() 412 private static final int LOCATION = 0; field in TableRow.LayoutParams
|
/frameworks/hardware/interfaces/automotive/powerpolicy/aidl/aidl_api/android.frameworks.automotive.powerpolicy/1/android/frameworks/automotive/powerpolicy/ |
D | PowerComponent.aidl | 50 LOCATION = 14, enumConstant
|
/frameworks/hardware/interfaces/automotive/powerpolicy/aidl/aidl_api/android.frameworks.automotive.powerpolicy/3/android/frameworks/automotive/powerpolicy/ |
D | PowerComponent.aidl | 50 LOCATION = 14, enumConstant
|
/frameworks/hardware/interfaces/automotive/powerpolicy/aidl/android/frameworks/automotive/powerpolicy/ |
D | PowerComponent.aidl | 93 LOCATION = 14, enumConstant
|
/frameworks/hardware/interfaces/automotive/powerpolicy/aidl/aidl_api/android.frameworks.automotive.powerpolicy/2/android/frameworks/automotive/powerpolicy/ |
D | PowerComponent.aidl | 50 LOCATION = 14, enumConstant
|
/frameworks/hardware/interfaces/automotive/powerpolicy/aidl/aidl_api/android.frameworks.automotive.powerpolicy/current/android/frameworks/automotive/powerpolicy/ |
D | PowerComponent.aidl | 50 LOCATION = 14, enumConstant
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/privacy/ |
D | PrivacyConfigFlagsTest.kt | 45 private const val LOCATION = SystemUiDeviceConfigFlags.PROPERTY_LOCATION_INDICATORS_ENABLED constant 138 private fun changeLocation(value: Boolean?) = changeProperty(LOCATION, value) in changeMicCamera()
|
D | PrivacyDialogControllerV2Test.kt | 82 private const val PERM_LOCATION = android.Manifest.permission_group.LOCATION in <lambda>()
|
D | PrivacyDialogControllerTest.kt | 80 private const val PERM_LOCATION = android.Manifest.permission_group.LOCATION in <lambda>()
|
/frameworks/libs/service_entitlement/tests/utils/com/android/libraries/entitlement/testing/ |
D | FakeURLStreamHandler.java | 51 private static final String LOCATION = "Location"; field in FakeURLStreamHandler 132 case LOCATION: in getHeaderField()
|
/frameworks/base/services/core/java/com/android/server/location/injector/ |
D | SystemLocationPowerSaveModeHelper.java | 55 PowerManager.ServiceType.LOCATION, this); in onSystemReady()
|
/frameworks/base/core/java/android/provider/ |
D | CallLog.java | 1609 public static final String LOCATION = "location"; field in CallLog.Calls 1929 values.put(Calls.LOCATION, locationUri.toString()); in addCall() 1974 values.put(Calls.LOCATION, locationUri.toString()); in addCall() 1976 values.put(Calls.LOCATION, (String) null); in addCall() 1996 values.put(Calls.LOCATION, locationUri.toString()); in addCall() 1998 values.put(Calls.LOCATION, (String) null); in addCall()
|
/frameworks/libs/service_entitlement/java/com/android/libraries/entitlement/http/ |
D | HttpClient.java | 170 nullToEmpty(connection.getHeaderField(HttpHeaders.LOCATION))); in getHttpResponse()
|
/frameworks/native/services/inputflinger/tests/ |
D | InputDeviceMetricsCollector_test.cpp | 45 const std::string LOCATION = "California"; variable 53 identifier.location = LOCATION; in generateTestIdentifier()
|
/frameworks/base/services/core/java/com/android/server/location/contexthub/ |
D | IContextHubWrapper.java | 593 onSettingChanged(android.hardware.contexthub.Setting.LOCATION, enabled); in onLocationSettingChanged() 1112 mHub.onSettingChanged(Setting.LOCATION, in onLocationSettingChanged() 1172 sendSettingChanged(Setting.LOCATION, in onLocationSettingChanged()
|
/frameworks/base/core/java/android/os/ |
D | PowerManager.java | 991 @IntDef({ServiceType.LOCATION, 1010 int LOCATION = 1; field 2269 final PowerSaveState powerSaveState = getPowerSaveState(ServiceType.LOCATION); in getLocationPowerSaveMode()
|
/frameworks/base/core/java/android/permission/ |
D | PermissionUsageHelper.java | 20 import static android.Manifest.permission_group.LOCATION; 158 return LOCATION; in getGroupForOp()
|
/frameworks/av/media/libstagefright/tests/fuzzers/dictionaries/ |
D | formats.dict | 125 "LOCATION="
|
/frameworks/base/services/core/java/com/android/server/power/batterysaver/ |
D | BatterySaverPolicy.java | 946 case ServiceType.LOCATION: in getBatterySaverPolicy()
|
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/ |
D | SettingsProtoDumpUtil.java | 881 final long locationToken = p.start(GlobalSettingsProto.LOCATION); in dumpProtoGlobalSettingsLocked() 2272 final long locationToken = p.start(SecureSettingsProto.LOCATION); in dumpProtoSecureSettingsLocked()
|