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

  /system/update_engine/common/
fake_prefs.cc 120 void FakePrefs::CheckKeyType(const string& key, PrefType type) const {
129 CheckKeyType(key, PrefConsts<T>::type);
142 CheckKeyType(key, PrefConsts<T>::type);
fake_prefs.h 89 void CheckKeyType(const std::string& key, PrefType type) const;

Completed in 572 milliseconds