Home
last modified time | relevance | path

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

/packages/providers/DownloadProvider/src/com/android/providers/downloads/
DDownloadProvider.java1123 checkWhetherCallingAppHasAccess(file.getPath(), Binder.getCallingUid()); in checkDownloadedFilePath()
1126 private void checkWhetherCallingAppHasAccess(String filePath, int uid) { in checkWhetherCallingAppHasAccess() method in DownloadProvider