Searched refs:envState (Results 1 – 3 of 3) sorted by relevance
189 final String envState = sStateToEnvironment.get(state); in getEnvironmentForState() local190 if (envState != null) { in getEnvironmentForState()191 return envState; in getEnvironmentForState()197 public static @Nullable String getBroadcastForEnvironment(String envState) { in getBroadcastForEnvironment() argument198 return sEnvironmentToBroadcast.get(envState); in getBroadcastForEnvironment()335 final String envState = reportUnmounted in buildStorageVolume() local398 derivedFsUuid, envState); in buildStorageVolume()
119 final String envState = VolumeInfo.getEnvironmentForState(vol.getState()); in runListVolumes() local120 System.out.println(vol.getId() + " " + envState + " " + vol.getFsUuid()); in runListVolumes()
645 final String envState = userVol.getState(); in handleMessage() local646 Slog.d(TAG, "Volume " + userVol.getId() + " broadcasting " + envState + " to " in handleMessage()649 final String action = VolumeInfo.getBroadcastForEnvironment(envState); in handleMessage()827 final String envState = VolumeInfo.getEnvironmentForState(vol.getState()); in onStartUser() local828 mCallbacks.notifyStorageStateChanged(userVol.getPath(), envState, envState); in onStartUser() local