Searched refs:QUERY_ARG_ALLOW_MOVEMENT (Results 1 – 3 of 3) sorted by relevance
217 .withExtra(MediaStore.QUERY_ARG_ALLOW_MOVEMENT, true) in onPositiveAction()
5169 final boolean allowMovement = extras.getBoolean(MediaStore.QUERY_ARG_ALLOW_MOVEMENT,
620 public static final String QUERY_ARG_ALLOW_MOVEMENT = "android:query-arg-allow-movement"; field in MediaStore