Searched refs:envState (Results 1 – 4 of 4) sorted by relevance
204 final String envState = sStateToEnvironment.get(state); in getEnvironmentForState() local205 if (envState != null) { in getEnvironmentForState()206 return envState; in getEnvironmentForState()212 public static @Nullable String getBroadcastForEnvironment(String envState) { in getBroadcastForEnvironment() argument213 return sEnvironmentToBroadcast.get(envState); in getBroadcastForEnvironment()368 final String envState = reportUnmounted in buildStorageVolume() local419 derivedFsUuid, envState); in buildStorageVolume()
143 final String envState = VolumeInfo.getEnvironmentForState(vol.getState()); in runListVolumes() local144 System.out.println(vol.getId() + " " + envState + " " + vol.getFsUuid()); in runListVolumes()
660 final String envState = userVol.getState(); in handleMessage() local661 Slog.d(TAG, "Volume " + userVol.getId() + " broadcasting " + envState + " to " in handleMessage()664 final String action = VolumeInfo.getBroadcastForEnvironment(envState); in handleMessage()1005 final String envState = VolumeInfo.getEnvironmentForState(vol.getState()); in completeUnlockUser() local1006 mCallbacks.notifyStorageStateChanged(userVol.getPath(), envState, envState); in completeUnlockUser() local
2196 final String envState = VolumeInfo.getEnvironmentForState(vol.getState()); in pullExternalStorageInfo() local2199 if (envState.equals(Environment.MEDIA_MOUNTED)) { in pullExternalStorageInfo()