Searched defs:ServiceState (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/java/com/android/internal/app/procstats/
H A DServiceState.java46 public final class ServiceState { class
82 public ServiceState(ProcessStats processStats, String pkg, String name, method in class:ServiceState
203 public void add(ServiceState other) {
364 mRunCount, ServiceState.SERVICE_RUN, mRunState,
367 mStartedCount, ServiceState.SERVICE_STARTED, mStartedState,
370 mBoundCount, ServiceState.SERVICE_BOUND, mBoundState,
373 mExecCount, ServiceState.SERVICE_EXEC, mExecState,
447 ServiceState.SERVICE_RUN, mRunCount, mRunState, mRunStartTime, now);
449 ServiceState.SERVICE_STARTED, mStartedCount, mStartedState, mStartedStartTime, now);
451 ServiceState
[all...]
/frameworks/base/services/core/java/com/android/server/tv/
H A DTvInputManagerService.java284 ServiceState serviceState = userState.serviceStateMap.get(component);
286 // New hardware input found. Create a new ServiceState and connect to the
288 serviceState = new ServiceState(component, userId);
338 ServiceState serviceState = userState.serviceStateMap.get(info.getComponent());
401 ServiceState serviceState = userState.serviceStateMap.get(component);
466 for (ServiceState serviceState : userState.serviceStateMap.values()) {
513 private ServiceState getServiceStateLocked(ComponentName component, int userId) {
515 ServiceState serviceState = userState.serviceStateMap.get(component);
558 ServiceState serviceState = userState.serviceStateMap.get(component);
609 private void abortPendingCreateSessionRequestsLocked(ServiceState serviceStat
2170 private final class ServiceState { class in class:TvInputManagerService
2182 private ServiceState(ComponentName component, int userId) { method in class:TvInputManagerService.ServiceState
[all...]
/frameworks/base/telephony/java/android/telephony/
H A DServiceState.java28 * The following phone information is included in returned ServiceState:
37 public class ServiceState implements Parcelable { class in inherits:Parcelable
274 * Create a new ServiceState from a intent notifier Bundle
280 * @return newly created ServiceState
283 public static ServiceState newFromBundle(Bundle m) {
284 ServiceState ret;
285 ret = new ServiceState();
293 public ServiceState() { method in class:ServiceState
301 public ServiceState(ServiceState method in class:ServiceState
335 public ServiceState(Parcel in) { method in class:ServiceState
[all...]

Completed in 105 milliseconds