Searched refs:getEnvironmentForState (Results 1 – 3 of 3) sorted by relevance
188 public static @NonNull String getEnvironmentForState(int state) { in getEnvironmentForState() method in VolumeInfo202 return getBroadcastForEnvironment(getEnvironmentForState(state)); in getBroadcastForState()336 ? Environment.MEDIA_UNMOUNTED : getEnvironmentForState(state); in buildStorageVolume()
130 final String envState = VolumeInfo.getEnvironmentForState(vol.getState()); in runListVolumes()
956 final String envState = VolumeInfo.getEnvironmentForState(vol.getState()); in onUnlockUser()1397 final String oldStateEnv = VolumeInfo.getEnvironmentForState(oldState); in onVolumeStateChangedLocked()1398 final String newStateEnv = VolumeInfo.getEnvironmentForState(newState); in onVolumeStateChangedLocked()