Searched refs:lowerPath (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/services/core/java/com/android/server/storage/ |
D | StorageUserConnection.java | 98 String lowerPath) throws ExternalStorageServiceException { in startSession() argument 102 Objects.requireNonNull(lowerPath); in startSession() 107 Session session = new Session(sessionId, upperPath, lowerPath); in startSession() 296 fd, session.upperPath, session.lowerPath, new RemoteCallback(result -> in startSessionLocked() 465 public final String lowerPath; field in StorageUserConnection.Session 468 Session(String sessionId, String upperPath, String lowerPath) { in Session() argument 471 this.lowerPath = lowerPath; in Session() 477 + lowerPath + "]"; in toString() 482 return !TextUtils.isEmpty(upperPath) && !TextUtils.isEmpty(lowerPath); in isInitialisedLocked()
|
/frameworks/base/core/java/android/service/storage/ |
D | ExternalStorageService.java | 159 ParcelFileDescriptor deviceFd, String upperPath, String lowerPath, in startSession() argument 164 new File(lowerPath)); in startSession()
|
D | IExternalStorageService.aidl | 29 @utf8InCpp String upperPath, @utf8InCpp String lowerPath, in RemoteCallback callback); in startSession() argument
|