Home
last modified time | relevance | path

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

/cts/hostsidetests/devicepolicy/app/ContactDirectoryProvider/src/com/android/cts/contactdirectoryprovider/
DDirectoryProvider.java48 private static final String SET_CUSTOM_PREFIX = "set_prefix"; field in DirectoryProvider
210 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()