Searched refs:PIN_STORE_NAME (Results 1 – 2 of 2) sorted by relevance
37 public static final String PIN_STORE_NAME = "restricted_profile_pin"; field in RestrictedProfilePinService64 mSharedPref = context.getSharedPreferences(PIN_STORE_NAME, Context.MODE_PRIVATE); in PinServiceImpl()76 .putString(PIN_STORE_NAME, pin) in setPin()83 .remove(PIN_STORE_NAME) in deletePin()94 return mSharedPref.getString(PIN_STORE_NAME, null); in getPin()
146 SharedPreferences sp = getSharedPreferences(RestrictedProfilePinService.PIN_STORE_NAME, in getPinFromSharedPreferences()149 sp.getString(RestrictedProfilePinService.PIN_STORE_NAME, null)); in getPinFromSharedPreferences()