Searched refs:syncExtrasBundle (Results 1 – 1 of 1) sorted by relevance
209 PersistableBundle syncExtrasBundle = new PersistableBundle(); in toJobInfoExtras() local223 syncExtrasBundle.putLong(key, (Long) value); in toJobInfoExtras()225 syncExtrasBundle.putInt(key, (Integer) value); in toJobInfoExtras()227 syncExtrasBundle.putBoolean(key, (Boolean) value); in toJobInfoExtras()229 syncExtrasBundle.putDouble(key, (double) (float) value); in toJobInfoExtras()231 syncExtrasBundle.putDouble(key, (Double) value); in toJobInfoExtras()233 syncExtrasBundle.putString(key, (String) value); in toJobInfoExtras()235 syncExtrasBundle.putString(key, null); in toJobInfoExtras()240 jobInfoExtras.putPersistableBundle("syncExtras", syncExtrasBundle); in toJobInfoExtras()