Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/extensions/
DExtensionsFactory.java43 private static Properties sProperties = null; field in ExtensionsFactory
47 if (sProperties != null) { in init()
52 sProperties = new Properties(); in init()
53 sProperties.load(fileStream); in init()
56 final String className = sProperties.getProperty(EXTENDED_PHONE_DIRECTORIES_KEY); in init()