Home
last modified time | relevance | path

Searched refs:statusExtras (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Email/emailcommon/src/com/android/emailcommon/service/
DEmailServiceStatus.java93 public void addToStatus(final Bundle statusExtras); in addToStatus() argument
117 final Bundle statusExtras = new Bundle(4); in syncStatus() local
118 statusExtras.putInt(SYNC_STATUS_TYPE, statusType); in syncStatus()
119 statusExtras.putLong(SYNC_STATUS_ID, id); in syncStatus()
120 statusExtras.putInt(SYNC_STATUS_CODE, statusCode); in syncStatus()
122 statusExtras.putInt(SYNC_RESULT, syncResult); in syncStatus()
124 statusExtras.putInt(SYNC_STATUS_PROGRESS, progress); in syncStatus()
126 writer.addToStatus(statusExtras); in syncStatus()
128 cr.call(Uri.parse(callbackUri), callbackMethod, callbackArg, statusExtras); in syncStatus() local