Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DLoadedApk.java311 mDataDirFile = FileUtils.newFileOrNull(aInfo.dataDir); in setApplicationInfo()
312 mDeviceProtectedDataDirFile = FileUtils.newFileOrNull(aInfo.deviceProtectedDataDir); in setApplicationInfo()
313 mCredentialProtectedDataDirFile = FileUtils.newFileOrNull(aInfo.credentialProtectedDataDir); in setApplicationInfo()
/frameworks/base/core/java/android/os/
DFileUtils.java727 public static @Nullable File newFileOrNull(@Nullable String path) { in newFileOrNull() method in FileUtils