HomeSort by relevance Sort by last modified time
    Searched defs:onExecuteInBackgroundThread (Results 1 - 7 of 7) sorted by null

  /packages/apps/Dialer/java/com/android/voicemail/impl/scheduling/
BlockerTask.java 45 public void onExecuteInBackgroundThread() {
Task.java 32 * <p>Only {@link #onExecuteInBackgroundThread()} is run on the worker thread.
125 * calling {@link #onExecuteInBackgroundThread()}
132 void onExecuteInBackgroundThread();
135 * Called on the main thread when {@link #onExecuteInBackgroundThread()} has finished or thrown an
  /packages/apps/Dialer/java/com/android/voicemail/impl/
StatusCheckTask.java 58 public void onExecuteInBackgroundThread() {
66 "StatusCheckTask.onExecuteInBackgroundThread",
72 "StatusCheckTask.onExecuteInBackgroundThread",
80 "StatusCheckTask.onExecuteInBackgroundThread",
94 VvmLog.e("StatusCheckTask.onExecuteInBackgroundThread", "timeout requesting status");
97 VvmLog.e("StatusCheckTask.onExecuteInBackgroundThread", "Unable to send status request SMS");
100 VvmLog.e("StatusCheckTask.onExecuteInBackgroundThread", "can't get future STATUS SMS", e);
106 "StatusCheckTask.onExecuteInBackgroundThread",
113 "StatusCheckTask.onExecuteInBackgroundThread",
120 "StatusCheckTask.onExecuteInBackgroundThread",
    [all...]
ActivationTask.java 125 public void onExecuteInBackgroundThread() {
  /packages/apps/Dialer/java/com/android/voicemail/impl/sync/
UploadTask.java 56 public void onExecuteInBackgroundThread() {
SyncOneTask.java 67 public void onExecuteInBackgroundThread() {
SyncTask.java 65 public void onExecuteInBackgroundThread() {

Completed in 140 milliseconds