Searched refs:storageMounted (Results 1 – 2 of 2) sorted by relevance
144 void onStorageMountChanged(boolean storageMounted); in onStorageMountChanged() argument278 boolean storageMounted = in getStorageStatusInternal()280 File storageMountedDir = storageMounted ? Environment.getExternalStorageDirectory() : null; in getStorageStatusInternal()281 storageMounted = storageMounted && storageMountedDir != null; in getStorageStatusInternal()283 if (storageMounted) { in getStorageStatusInternal()289 storageMounted = false; in getStorageStatusInternal()294 storageMounted, storageMountedDir, storageMountedCapacity); in getStorageStatusInternal()
138 public void onStorageMountChanged(boolean storageMounted) {141 if (storageMounted) {