Searched refs:getEnvironmentForState (Results 1 – 4 of 4) sorted by relevance
220 public static @NonNull String getEnvironmentForState(int state) { in getEnvironmentForState() method in VolumeInfo234 return getBroadcastForEnvironment(getEnvironmentForState(state)); in getBroadcastForState()393 ? Environment.MEDIA_UNMOUNTED : getEnvironmentForState(state); in buildStorageVolume()
146 final String envState = VolumeInfo.getEnvironmentForState(vol.getState()); in runListVolumes()
1237 final String envState = VolumeInfo.getEnvironmentForState(vol.getState()); in completeUnlockUser()1733 final String oldStateEnv = VolumeInfo.getEnvironmentForState(oldState); in onVolumeStateChangedAsync()1734 final String newStateEnv = VolumeInfo.getEnvironmentForState(newState); in onVolumeStateChangedAsync()
3434 final String envState = VolumeInfo.getEnvironmentForState(vol.getState());