Searched refs:syncExtrasBundle (Results 1 – 1 of 1) sorted by relevance
190 PersistableBundle syncExtrasBundle = new PersistableBundle(); in toJobInfoExtras() local202 syncExtrasBundle.putLong(key, (Long) value); in toJobInfoExtras()204 syncExtrasBundle.putInt(key, (Integer) value); in toJobInfoExtras()206 syncExtrasBundle.putBoolean(key, (Boolean) value); in toJobInfoExtras()208 syncExtrasBundle.putDouble(key, (double) (float) value); in toJobInfoExtras()210 syncExtrasBundle.putDouble(key, (Double) value); in toJobInfoExtras()212 syncExtrasBundle.putString(key, (String) value); in toJobInfoExtras()214 syncExtrasBundle.putString(key, null); in toJobInfoExtras()219 jobInfoExtras.putPersistableBundle("syncExtras", syncExtrasBundle); in toJobInfoExtras()