Home
last modified time | relevance | path

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

/packages/apps/Messaging/src/com/android/messaging/datamodel/action/
DBackgroundWorkerService.java122 final int attempt = intent.getIntExtra(EXTRA_ATTEMPT, -1); in onHandleIntent() local
138 private void doBackgroundWork(final Action action, final int attempt) { in doBackgroundWork()
/packages/services/Telecomm/src/com/android/server/telecom/
DCreateConnectionProcessor.java176 CallAttemptRecord attempt = null; in attemptNextPhoneAccount() local
227 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()