Home
last modified time | relevance | path

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

/packages/apps/TvSettings/Settings/src/com/android/tv/settings/users/
DRestrictedProfilePinService.java43 mBinder = isSystemUser() ? new PinServiceImpl(this) : null; in onCreate()
60 private static class PinServiceImpl extends IRestrictedProfilePinService.Stub { class in RestrictedProfilePinService
63 PinServiceImpl(Context context) { in PinServiceImpl() method in RestrictedProfilePinService.PinServiceImpl