Searched refs:SET_CUSTOM_PREFIX (Results 1 – 1 of 1) sorted by relevance
48 private static final String SET_CUSTOM_PREFIX = "set_prefix"; field in DirectoryProvider210 if (method.equals(SET_CUSTOM_PREFIX)) { in call()212 mSharedPrefs.edit().putString(SET_CUSTOM_PREFIX, arg).apply(); in call()252 return mSharedPrefs.getString(SET_CUSTOM_PREFIX, ""); in getPrefix()