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

  /packages/apps/ContactsCommon/src/com/android/contacts/common/extensions/
ExtensionsFactory.java 43 private static Properties sProperties = null;
47 if (sProperties != null) {
52 sProperties = new Properties();
53 sProperties.load(fileStream);
56 final String className = sProperties.getProperty(EXTENDED_PHONE_DIRECTORIES_KEY);
  /packages/apps/Calendar/src/com/android/calendar/
ExtensionsFactory.java 47 private static Properties sProperties = new Properties();
54 sProperties.load(fileStream);
83 String className = sProperties.getProperty(ALL_IN_ONE_MENU_KEY);
109 String className = sProperties.getProperty(CLOUD_NOTIFICATION_KEY);
146 String className = sProperties.getProperty(ANALYTICS_LOGGER_KEY);

Completed in 200 milliseconds