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()
126 final String envState = VolumeInfo.getEnvironmentForState(vol.getState()); in runListVolumes() local127 System.out.println(vol.getId() + " " + envState + " " + vol.getFsUuid()); in runListVolumes()
688 final String envState = userVol.getState(); in handleMessage() local689 Slog.d(TAG, "Volume " + userVol.getId() + " broadcasting " + envState + " to " in handleMessage()692 final String action = VolumeInfo.getBroadcastForEnvironment(envState); in handleMessage()932 final String envState = VolumeInfo.getEnvironmentForState(vol.getState()); in onUnlockUser() local933 mCallbacks.notifyStorageStateChanged(userVol.getPath(), envState, envState); in onUnlockUser() local