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