Home
last modified time | relevance | path

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

/frameworks/base/core/tests/coretests/src/android/content/pm/
DPackageManagerTests.java953 File nativeLibraryFile = new File(info.nativeLibraryDir); in assertUninstalled() local
955 + " should be erased", nativeLibraryFile.exists()); in assertUninstalled()