Home | History | Annotate | Download | only in server

Lines Matching defs:Shared

138         public static final int Shared     = 7;
544 * the volume is shared (runtime restart while ums enabled)
547 VolumeState.Shared);
744 } else if (st == VolumeState.Shared) {
746 Slog.i(TAG, "Media shared on daemon connection");
898 if (oldState == VolumeState.Shared && newState != oldState) {
931 } else if (newState == VolumeState.Shared) {
937 if (DEBUG_EVENTS) Slog.i(TAG, "Updating media shared");
942 Slog.e(TAG, "Live shared mounts not supported yet!");
1078 event = mConnector.execute("volume", "shared", path, method);
1080 Slog.e(TAG, "Failed to read response to volume shared " + path + " " + method);
1407 * If the media is currently shared, unshare it.