Home
last modified time | relevance | path

Searched defs:attempt (Results 1 – 5 of 5) sorted by relevance

/packages/apps/Settings/tests/uitests/src/com/android/settings/ui/
DStorageWizardTest.java150 int attempt = 0; in getAdoptableDisk() local
165 int attempt = 0; in getPublicVolume() local
/packages/apps/Messaging/src/com/android/messaging/datamodel/action/
DBackgroundWorkerService.java116 final int attempt = intent.getIntExtra(EXTRA_ATTEMPT, -1); in onHandleWork() local
130 private void doBackgroundWork(final Action action, final int attempt) { in doBackgroundWork()
/packages/apps/DocumentsUI/tests/functional/com/android/documentsui/
DFileCopyUiTest.java295 int attempt = 0; in getAdoptionDisk() local
309 int attempt = 0; in waitForPublicVolume() local
/packages/services/Telecomm/src/com/android/server/telecom/
DCreateConnectionProcessor.java207 CallAttemptRecord attempt = null; in attemptNextPhoneAccount() local
274 private void setTimeoutIfNeeded(ConnectionServiceWrapper service, CallAttemptRecord attempt) { in setTimeoutIfNeeded()
/packages/apps/Messaging/src/com/android/messaging/util/
DImageUtils.java672 private byte[] recodeImage(final int attempt) throws FileNotFoundException { in recodeImage()