Home
last modified time | relevance | path

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

/packages/providers/MediaProvider/src/com/android/providers/media/
DMediaProvider.java2918 int userIdFromPath = FileUtils.extractUserId(path); in getFilesInDirectoryForFuse() local
2921 if (userIdFromPath == -1) { in getFilesInDirectoryForFuse()
2922 userIdFromPath = sUserId; in getFilesInDirectoryForFuse()
2935 String.valueOf(userIdFromPath)}); in getFilesInDirectoryForFuse()
4501 int userIdFromPath = (userIdFromPathObject == null ? userHandle.getIdentifier() : in ensureFileColumns() local
4510 if (userHandle.getIdentifier() != userIdFromPath in ensureFileColumns()
4511 && isAppCloneUserPair(userHandle.getIdentifier(), userIdFromPath)) { in ensureFileColumns()
4512 userHandle = UserHandle.of(userIdFromPath); in ensureFileColumns()
4846 int userIdFromPath = FileUtils.extractUserId(path); in insertDirectory() local
4849 if (userIdFromPath != -1) { in insertDirectory()
[all …]