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