/packages/apps/Settings/tests/robotests/src/com/android/settings/fuelgauge/ |
D | BatteryInfoTest.java | 100 ChargingSpeed.REGULAR, 1500000, 467 ChargingType.WIRED, ChargingSpeed.REGULAR, /* batteryLevel= */ 33); in getBatteryInfo_regularCharging_updateRemainingLabelAndStatusLabel() 507 ChargingType.WIRELESS, ChargingSpeed.REGULAR, /* batteryLevel= */ 10); in getBatteryInfo_wirelessCharging_updateRemainingLabelAndStatusLabel() 527 ChargingType.DOCKED, ChargingSpeed.REGULAR, /* batteryLevel= */ 51); in getBatteryInfo_dockedCharging_updateRemainingLabelAndStatusLabel() 569 ChargingType.WIRED, ChargingSpeed.REGULAR, /* batteryLevel= */ 12); in getBatteryInfo_regularChargingV2_updateRemainingLabelAndStatusLabel() 611 ChargingType.WIRELESS, ChargingSpeed.REGULAR, /* batteryLevel= */ 45); in getBatteryInfo_wirelessChargingV2_updateRemainingLabelAndStatusLabel() 632 ChargingType.DOCKED, ChargingSpeed.REGULAR, /* batteryLevel= */ 66); in getBatteryInfo_dockedChargingV2_updateRemainingLabelAndStatusLabel() 653 ChargingType.WIRELESS, ChargingSpeed.REGULAR, /* batteryLevel= */ 45); in getBatteryInfo_customizedWLCLabel_updateRemainingLabelAndStatusLabel() 679 ChargingType.WIRELESS, ChargingSpeed.REGULAR, /* batteryLevel= */ 45); in getBatteryInfo_noCustomizedWLCLabel_updateRemainingLabelAndStatusLabel() 703 ChargingType.WIRELESS, ChargingSpeed.REGULAR, /* batteryLevel= */ 10); in getBatteryInfo_noCustomWirelessChargingLabelWithV1_updateRemainingAndStatusLabel() [all …]
|
/packages/modules/DeviceLock/DeviceLockController/tests/robolectric/src/com/android/devicelockcontroller/activities/ |
D | ProvisionInfoListAdapterTest.java | 87 assume().that(regularInfo.getType()).isEqualTo(ProvisionInfoType.REGULAR); in onBindViewHolder_regularView_noProviderName_setEmptyText() 101 assume().that(regularInfo.getType()).isEqualTo(ProvisionInfoType.REGULAR); in onBindViewHolder_regularView_providerNameAvailable_setText() 119 assume().that(urlProvisionInfo.getType()).isNotEqualTo(ProvisionInfoType.REGULAR); in onBindViewHolder_urlProvisionInfo_urlNotAvailable_setTextWithEmptyUrl() 138 assume().that(urlProvisionInfo.getType()).isNotEqualTo(ProvisionInfoType.REGULAR); in onBindViewHolder_urlProvisionInfo_urlAvailable_setTextWithUrl()
|
D | ProvisionInfoTest.java | 34 private static final int TYPE_1 = ProvisionInfoType.REGULAR;
|
/packages/modules/DeviceLock/DeviceLockController/src/com/android/devicelockcontroller/activities/ |
D | ProvisionInfo.java | 30 @IntDef(value = {ProvisionInfoType.REGULAR, ProvisionInfoType.TERMS_AND_CONDITIONS, 34 int REGULAR = 0; field
|
D | DeviceSubsidyProvisionInfoViewModel.java | 34 ProvisionInfo.ProvisionInfoType.REGULAR),
|
D | DeviceFinancingProvisionInfoViewModel.java | 38 ProvisionInfoType.REGULAR),
|
D | ProvisionInfoListAdapter.java | 99 } else if (provisionInfo.getType() == ProvisionInfoType.REGULAR) { in bindProvisionInfo()
|
D | ProvisionInfoViewModel.java | 75 case ProvisionInfo.ProvisionInfoType.REGULAR -> provisionInfo.setUrl( in retrieveData()
|
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/measurement/reporting/ |
D | DebugReportingJobService.java | 173 ReportingStatus.UploadMethod.REGULAR, in sendReports() 184 ReportingStatus.UploadMethod.REGULAR, in sendReports()
|
D | ReportingJobService.java | 327 ReportingStatus.UploadMethod.REGULAR, 354 ReportingStatus.UploadMethod.REGULAR,
|
D | VerboseDebugReportingJobService.java | 173 ReportingStatus.UploadMethod.REGULAR, in sendReports()
|
D | EventReportingJobService.java | 110 ReportingStatus.UploadMethod.REGULAR, in processPendingReports()
|
D | ImmediateAggregateReportingJobService.java | 119 ReportingStatus.UploadMethod.REGULAR, in processPendingReports()
|
D | AggregateReportingJobService.java | 116 ReportingStatus.UploadMethod.REGULAR, in processPendingReports()
|
D | ReportingStatus.java | 112 REGULAR(1), enumConstant
|
/packages/services/Car/service/proto/android/car/watchdog/ |
D | health_check_client_info.proto | 27 REGULAR = 1; enumerator
|
/packages/services/Car/cpp/watchdog/server/src/ |
D | WatchdogProcessService.cpp | 1433 return HealthCheckClientInfo::REGULAR; in toProtoClientType()
|