Home
last modified time | relevance | path

Searched refs:sPickerChoiceManagedSelectionIntent (Results 1 – 1 of 1) sorted by relevance

/packages/providers/MediaProvider/tests/src/com/android/providers/media/photopicker/espresso/
DPhotoPickerBaseTest.java133 private static final Intent sPickerChoiceManagedSelectionIntent; field in PhotoPickerBaseTest
135 sPickerChoiceManagedSelectionIntent = new Intent(
137 sPickerChoiceManagedSelectionIntent.addCategory(
142 sPickerChoiceManagedSelectionIntent.putExtras(extras);
177 return sPickerChoiceManagedSelectionIntent; in getPickerChoiceManagedSelectionIntent()