Searched refs:EXTRA_CONTENT_VALUES (Results 1 – 5 of 5) sorted by relevance
283 intent.putExtra(MediaStore.EXTRA_CONTENT_VALUES, new ContentValues()); in createIntent()
97 public static final String EXTRA_CONTENT_VALUES = "contentValues"; field in ContactSaveService381 ContactSaveService.EXTRA_CONTENT_VALUES, values); in createNewRawContactIntent()396 List<ContentValues> valueList = intent.getParcelableArrayListExtra(EXTRA_CONTENT_VALUES); in createRawContact()
228 public static final String EXTRA_CONTENT_VALUES = "content_values"; field in MediaStore990 extras.putParcelable(EXTRA_CONTENT_VALUES, values); in createRequest()
167 values = getIntent().getExtras().getParcelable(MediaStore.EXTRA_CONTENT_VALUES); in onCreate()
5864 final ContentValues values = extras.getParcelable(MediaStore.EXTRA_CONTENT_VALUES);