Searched refs:EXTRA (Results 1 – 4 of 4) sorted by relevance
37 private static final String EXTRA = "EXTRA"; field in SyncResultReceiver78 return mBundle == null ? null : mBundle.getString(EXTRA); in getStringResult()87 return mBundle == null ? null : mBundle.getStringArray(EXTRA); in getStringArrayResult()96 return mBundle == null ? null : mBundle.getParcelable(EXTRA); in getParcelableResult()105 return mBundle == null ? null : mBundle.getParcelableArrayList(EXTRA); in getParcelableListResult()116 if (mBundle == null || !mBundle.containsKey(EXTRA)) return defaultValue; in getOptionalExtraIntResult()118 return mBundle.getInt(EXTRA); in getOptionalExtraIntResult()135 bundle.putString(EXTRA, value); in bundleFor()146 bundle.putStringArray(EXTRA, value); in bundleFor()157 bundle.putParcelable(EXTRA, value); in bundleFor()[all …]
673 ints[EXTRA] = reflowed.getLineExtra(i); in reflow()1023 return mInts.getValue(line, EXTRA); in getLineExtra()1201 private static final int EXTRA = 3; field in DynamicLayout
1034 lines[off + EXTRA] = extra;1221 return mLines[mColumns * line + EXTRA];1404 private static final int EXTRA = 3;
74988 Landroid/text/DynamicLayout;->EXTRA:I75789 Landroid/text/StaticLayout;->EXTRA:I