Searched refs:getEnvironmentForState (Results 1 – 4 of 4) sorted by relevance
222 public static @NonNull String getEnvironmentForState(int state) { in getEnvironmentForState() method in VolumeInfo236 return getBroadcastForEnvironment(getEnvironmentForState(state)); in getBroadcastForState()410 ? Environment.MEDIA_UNMOUNTED : getEnvironmentForState(state); in buildStorageVolume()
144 final String envState = VolumeInfo.getEnvironmentForState(vol.getState()); in runListVolumes()
1237 final String envState = VolumeInfo.getEnvironmentForState(vol.getState()); in completeUnlockUser()1795 final String oldStateEnv = VolumeInfo.getEnvironmentForState(oldState); in onVolumeStateChangedAsync()1796 final String newStateEnv = VolumeInfo.getEnvironmentForState(newState); in onVolumeStateChangedAsync()
3827 final String envState = VolumeInfo.getEnvironmentForState(vol.getState());