Home
last modified time | relevance | path

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

/packages/apps/Launcher3/go/quickstep/src/com/android/launcher3/
DAppSharing.java88 File pathFile = new File(path); in getShareableUri() local
89 return FileProvider.getUriForFile(context, authority, pathFile, displayName); in getShareableUri()