HomeSort by relevance Sort by last modified time
    Searched refs:isKeyInList (Results 1 - 5 of 5) sorted by null

  /frameworks/base/core/java/android/app/backup/
AbsoluteFileBackupHelper.java 69 if (isKeyInList(key, mFiles)) {
FileBackupHelper.java 97 if (isKeyInList(key, mFiles)) {
SharedPreferencesBackupHelper.java 125 if (isKeyInList(key, mPrefGroups)) {
FileBackupHelperBase.java 109 boolean isKeyInList(String key, String[] list) {
WallpaperBackupHelper.java 119 if (isKeyInList(key, mKeys)) {

Completed in 41 milliseconds