Searched refs:ExternalStorageProvider (Results 1 – 5 of 5) sorted by relevance
19 import static com.android.externalstorage.ExternalStorageProvider.AUTHORITY;37 ExternalStorageProvider externalStorageProvider = new ExternalStorageProvider(); in onCreate_shouldUpdateVolumes()38 ExternalStorageProvider spyProvider = spy(externalStorageProvider); in onCreate_shouldUpdateVolumes()
28 .acquireContentProviderClient(ExternalStorageProvider.AUTHORITY); in onReceive()30 ((ExternalStorageProvider) client.getLocalContentProvider()).updateVolumes(); in onReceive()
65 public class ExternalStorageProvider extends FileSystemProvider { class
2 name: "ExternalStorageProvider",
24 instrumentation_for: "ExternalStorageProvider",