Searched refs:QUERY_ARG_ALLOW_MOVEMENT (Results 1 – 4 of 4) sorted by relevance
295 .withExtra(MediaStore.QUERY_ARG_ALLOW_MOVEMENT, true) in onPositiveAction()
6440 final boolean allowMovement = extras.getBoolean(MediaStore.QUERY_ARG_ALLOW_MOVEMENT,
360 extras.putBoolean(MediaStore.QUERY_ARG_ALLOW_MOVEMENT, true); in testActionLongFileNameItemHasTrimmedFileName()
725 public static final String QUERY_ARG_ALLOW_MOVEMENT = "android:query-arg-allow-movement"; field in MediaStore