Home
last modified time | relevance | path

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

/packages/apps/Gallery2/src/com/android/gallery3d/data/
DSecureSource.java37 public static boolean isSecurePath(String path) { in isSecurePath() method in SecureSource
/packages/apps/Gallery2/src/com/android/gallery3d/app/
DPhotoPage.java421 if (SecureSource.isSecurePath(mSetPathString)) { in onCreate()