HomeSort by relevance Sort by last modified time
    Searched refs:getExternalFilesDirs (Results 1 - 9 of 9) sorted by null

  /cts/common/device-side/device-info/src/com/android/compatibility/common/deviceinfo/
StorageDeviceInfo.java 38 total = Math.max(total, getContext().getExternalFilesDirs(null).length);
40 total, getContext().getExternalFilesDirs(Environment.DIRECTORY_PICTURES).length);
  /cts/hostsidetests/appsecurity/test-apps/ExternalStorageApp/src/com/android/cts/externalstorageapp/
CommonExternalStorageTest.java 88 .getExternalFilesDirs(Environment.DIRECTORY_PICTURES)[0];
145 Collections.addAll(paths, context.getExternalFilesDirs(null));
146 Collections.addAll(paths, context.getExternalFilesDirs(Environment.DIRECTORY_PICTURES));
155 Collections.addAll(paths, context.getExternalFilesDirs(null));
156 Collections.addAll(paths, context.getExternalFilesDirs(Environment.DIRECTORY_PICTURES));
164 Collections.addAll(paths, context.getExternalFilesDirs(null));
165 Collections.addAll(paths, context.getExternalFilesDirs(Environment.DIRECTORY_PICTURES));
210 Collections.addAll(paths, dropFirst(context.getExternalFilesDirs(null)));
212 paths, dropFirst(context.getExternalFilesDirs(Environment.DIRECTORY_PICTURES)));
  /external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
ShadowContextImplTest.java 84 public void getExternalFilesDirs() {
85 File[] dirs = context.getExternalFilesDirs("something");
ShadowEnvironmentTest.java 130 public void getExternalFilesDirs() throws Exception {
136 .getExternalFilesDirs(Environment.DIRECTORY_MOVIES);
  /cts/hostsidetests/appsecurity/test-apps/StorageApp/src/com/android/cts/storageapp/
StorageTest.java 265 Collections.addAll(paths, context.getExternalFilesDirs(null));
266 Collections.addAll(paths, context.getExternalFilesDirs(Environment.DIRECTORY_PICTURES));
  /cts/tools/device-setup/TestDeviceSetup/src/android/tests/getinfo/
DeviceInfoInstrument.java 390 count = Math.max(count, getContext().getExternalFilesDirs(null).length);
392 count, getContext().getExternalFilesDirs(Environment.DIRECTORY_PICTURES).length);
  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowContextImpl.java 272 protected File[] getExternalFilesDirs(String type) {
  /developers/build/prebuilts/gradle/SwipeRefreshListFragment/Application/libs/
android-support-v4.jar 
  /developers/samples/android/ui/views/SwipeRefreshLayout/SwipeRefreshListFragment/Application/libs/
android-support-v4.jar 

Completed in 72 milliseconds