Searched refs:RestrictedProfilePinService (Results 1 – 3 of 3) sorted by relevance
42 import com.android.tv.settings.users.RestrictedProfilePinService;146 SharedPreferences sp = getSharedPreferences(RestrictedProfilePinService.PIN_STORE_NAME, in getPinFromSharedPreferences()149 sp.getString(RestrictedProfilePinService.PIN_STORE_NAME, null)); in getPinFromSharedPreferences()
34 public class RestrictedProfilePinService extends Service { class35 private static final String TAG = RestrictedProfilePinService.class.getSimpleName();
85 Intent intent = new Intent(mContext, RestrictedProfilePinService.class); in bindPinService()