/packages/apps/Contacts/src/com/android/contacts/vcard/ |
D | NotificationImportExportListener.java | 100 …c Notification onImportParsed(ImportRequest request, int jobId, VCardEntry entry, int currentCount, in onImportParsed() argument 109 String.valueOf(currentCount), in onImportParsed() 118 totalCount, currentCount); in onImportParsed() 205 int jobId, String displayName, int totalCount, int currentCount) { in constructProgressNotification() argument 227 .setProgress(totalCount, currentCount, totalCount == - 1) in constructProgressNotification() 237 NumberFormat.getPercentInstance().format((double) currentCount / totalCount); in constructProgressNotification()
|
D | VCardImportExportListener.java | 26 … Notification onImportParsed(ImportRequest request, int jobId, VCardEntry entry, int currentCount, in onImportParsed() argument
|
D | ExportProcessor.java | 268 private void doProgressNotification(Uri uri, int totalCount, int currentCount) { in doProgressNotification() argument 277 totalCount, currentCount); in doProgressNotification()
|
D | NfcImportVCardActivity.java | 239 int currentCount, int totalCount) { in onImportParsed() argument
|
/packages/services/Car/car-lib/src/android/car/hardware/power/ |
D | CarPowerManager.java | 599 int currentCount = mInterestedComponentMap.get(key); in addPowerPolicyListener() local 600 if (currentCount == 0) { in addPowerPolicyListener() 604 mInterestedComponentMap.put(key, currentCount + 1); in addPowerPolicyListener() 636 int currentCount = mInterestedComponentMap.get(key); in removePowerPolicyListener() local 637 if (currentCount == 0 || currentCount == 1) { in removePowerPolicyListener() 641 mInterestedComponentMap.put(key, currentCount - 1); in removePowerPolicyListener()
|
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/connectivity/ |
D | EthernetDetectionReceiver.java | 41 int currentCount = networkChangePref.getInt( in onReceive() local 44 currentCount + 1); in onReceive()
|
/packages/apps/Car/Settings/tests/unit/src/com/android/car/settings/applications/assist/ |
D | AssistConfigBasePreferenceControllerTest.java | 197 int currentCount = mPreferenceController.getNumCallsToUpdateState(); in onChange_changeRegisteredSetting_callsRefreshUi() local 202 .isEqualTo(currentCount + 1); in onChange_changeRegisteredSetting_callsRefreshUi()
|
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/measurement/registration/ |
D | AsyncRegistrationQueueRunner.java | 904 int currentCount = keyValueData.getRegistrationRedirectCount(); in handleSuccess() local 905 if (currentCount >= maxRedirects) { in handleSuccess() 911 if (currentCount >= maxRedirects) { in handleSuccess() 916 currentCount++; in handleSuccess() 918 keyValueData.setRegistrationRedirectCount(currentCount); in handleSuccess()
|
/packages/apps/Camera2/src/com/android/camera/processing/imagebackend/ |
D | ImageBackend.java | 594 Integer currentCount = sessionTaskCount.get(task.mSession); in initializeTaskDone() local 595 if (currentCount == null) { in initializeTaskDone() 598 sessionTaskCount.put(task.mSession, currentCount + 1); in initializeTaskDone()
|
/packages/apps/TV/src/com/android/tv/dvr/ui/list/ |
D | DvrHistoryRowAdapter.java | 339 int currentCount = headerRow.getItemCount(); in removeScheduleRow() local 340 headerRow.setItemCount(--currentCount); in removeScheduleRow()
|
D | ScheduleRowAdapter.java | 247 int currentCount = headerRow.getItemCount(); in removeScheduleRow() local 248 headerRow.setItemCount(--currentCount); in removeScheduleRow()
|
/packages/services/Telecomm/src/com/android/server/telecom/ui/ |
D | MissedCallNotifierImpl.java | 325 Integer currentCount = mMissedCallCounts.get(userHandle); in showMissedCallNotification() local 326 missedCallCounts = currentCount == null ? 0 : currentCount; in showMissedCallNotification()
|
/packages/modules/NeuralNetworks/runtime/test/ |
D | TestStatsdTelemetry.cpp | 284 const uint32_t currentCount = ++count; in TEST() local 285 if (currentCount == targetCount) { in TEST()
|
/packages/apps/Contacts/src/com/android/contacts/model/ |
D | RawContactModifier.java | 1345 final int currentCount = currentEntryCount.get(typeForNewAccount, 0); in migrateGenericWithTypeColumn() local 1346 if (currentCount >= specificMax) { in migrateGenericWithTypeColumn() 1349 currentEntryCount.put(typeForNewAccount, currentCount + 1); in migrateGenericWithTypeColumn()
|
/packages/apps/Messaging/src/com/android/messaging/datamodel/ |
D | MessageNotificationState.java | 654 final int currentCount = firstNames.containsKey(firstName) in scanFirstNames() local 657 firstNames.put(firstName, currentCount + 1); in scanFirstNames()
|
/packages/services/Telecomm/libs/ |
D | guava.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |