Searched refs:ExternalStorageProvider (Results 1 – 5 of 5) sorted by relevance
19 import static com.android.externalstorage.ExternalStorageProvider.AUTHORITY;20 import static com.android.externalstorage.ExternalStorageProvider.getPathFromDocId;40 ExternalStorageProvider externalStorageProvider = new ExternalStorageProvider(); in onCreate_shouldUpdateVolumes()41 ExternalStorageProvider spyProvider = spy(externalStorageProvider); in onCreate_shouldUpdateVolumes()
28 .acquireContentProviderClient(ExternalStorageProvider.AUTHORITY); in onReceive()30 ((ExternalStorageProvider) client.getLocalContentProvider()).updateVolumes(); in onReceive()
67 public class ExternalStorageProvider extends FileSystemProvider { class
11 name: "ExternalStorageProvider",
33 instrumentation_for: "ExternalStorageProvider",