Searched refs:CONFIG_NAME (Results 1 – 2 of 2) sorted by relevance
47 private static final String CONFIG_NAME = "config"; field in DirectoryProvider103 mSharedPrefs = getContext().getSharedPreferences(CONFIG_NAME, Context.MODE_PRIVATE); in onCreate()
51 public static final String CONFIG_NAME = "cts_config"; field in DeviceAtomTestCase