Home | History | Annotate | Download | only in deviceinfo

Lines Matching refs:total

36         int total = 0;
37 total = Math.max(total, getContext().getExternalCacheDirs().length);
38 total = Math.max(total, getContext().getExternalFilesDirs(null).length);
39 total = Math.max(
40 total, getContext().getExternalFilesDirs(Environment.DIRECTORY_PICTURES).length);
41 total = Math.max(total, getContext().getObbDirs().length);
46 if (total == 1) {
50 physical = total - 1;
53 physical = total;