Searched refs:extStorageState (Results 1 – 2 of 2) sorted by relevance
423 String extStorageState = Environment.getExternalStorageState(); in waitForExternalStoreMount() local425 while (!extStorageState.equals(Environment.MEDIA_MOUNTED)) { in waitForExternalStoreMount()429 extStorageState = Environment.getExternalStorageState(); in waitForExternalStoreMount()
788 String extStorageState = Environment.getExternalStorageState(); in waitForExternalStoreMount() local790 while (!extStorageState.equals(Environment.MEDIA_MOUNTED)) { in waitForExternalStoreMount()794 extStorageState = Environment.getExternalStorageState(); in waitForExternalStoreMount()