public final class PrintManagerService extends SystemService
PHASE_ACTIVITY_MANAGER_READY, PHASE_BOOT_COMPLETED, PHASE_LOCK_SETTINGS_READY, PHASE_SYSTEM_SERVICES_READY, PHASE_THIRD_PARTY_APPS_CAN_START, PHASE_WAIT_FOR_DEFAULT_DISPLAY
Constructor and Description |
---|
PrintManagerService(Context context) |
Modifier and Type | Method and Description |
---|---|
void |
onStart()
Called when the dependencies listed in the @Service class-annotation are available
and after the chosen start phase.
|
void |
onStopUser(int userHandle)
Called when an existing user is stopping, for system services to finalize any per-user
state they maintain for running users.
|
void |
onUnlockUser(int userHandle)
Called when an existing user is unlocked.
|
getBinderService, getContext, getLocalService, isSafeMode, onBootPhase, onCleanupUser, onStartUser, onSwitchUser, publishBinderService, publishBinderService, publishLocalService
public PrintManagerService(Context context)
public void onStart()
SystemService
onStart
in class SystemService
public void onUnlockUser(int userHandle)
SystemService
onUnlockUser
in class SystemService
userHandle
- The identifier of the user.public void onStopUser(int userHandle)
SystemService
onStopUser
in class SystemService
userHandle
- The identifier of the user.