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()
787 String extStorageState = Environment.getExternalStorageState(); in waitForExternalStoreMount() local789 while (!extStorageState.equals(Environment.MEDIA_MOUNTED)) { in waitForExternalStoreMount()793 extStorageState = Environment.getExternalStorageState(); in waitForExternalStoreMount()