Home
last modified time | relevance | path

Searched refs:StorageSessionController (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/storage/
H A DStorageUserConnection.java23 import static com.android.server.storage.StorageSessionController.ExternalStorageServiceException;
76 private final StorageSessionController mSessionController;
83 public StorageUserConnection(Context context, int userId, StorageSessionController controller) { in StorageUserConnection()
H A DStorageSessionController.java54 public final class StorageSessionController { class
68 public StorageSessionController(Context context) { in StorageSessionController() method in StorageSessionController
/aosp14/frameworks/base/services/core/java/com/android/server/
H A DStorageManagerService.java156 import com.android.server.storage.StorageSessionController;
157 import com.android.server.storage.StorageSessionController.ExternalStorageServiceException;
585 private final StorageSessionController mStorageSessionController;
1868 mStorageSessionController = new StorageSessionController(mContext); in StorageManagerService()