Home | History | Annotate | Download | only in content

Lines Matching refs:extras

56     public Bundle extras;
66 Bundle extras, long delayInMs, long backoff, long delayUntil,
74 this.extras = new Bundle(extras);
98 if (!extras.getBoolean(extraName, false)) {
99 extras.remove(extraName);
109 this.extras = new Bundle(other.extras);
141 if (!useOneLine && !extras.keySet().isEmpty()) {
143 extrasToStringBuilder(extras, sb);
174 return extras.getBoolean(ContentResolver.SYNC_EXTRAS_INITIALIZE, false);
178 return extras.getBoolean(ContentResolver.SYNC_EXTRAS_EXPEDITED, false);
182 return extras.getBoolean(ContentResolver.SYNC_EXTRAS_IGNORE_BACKOFF, false);
190 sb.append(" extras: ");
191 extrasToStringBuilder(extras, sb);