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.java320 ServiceState serviceState = userState.serviceStateMap.get(component);
322 // New hardware input found. Create a new ServiceState and connect to the
324 serviceState = new ServiceState(component, userId);
374 ServiceState serviceState = userState.serviceStateMap.get(info.getComponent());
437 ServiceState serviceState = userState.serviceStateMap.get(component);
502 for (ServiceState serviceState : userState.serviceStateMap.values()) {
549 private ServiceState getServiceStateLocked(ComponentName component, int userId) {
551 ServiceState serviceState = userState.serviceStateMap.get(component);
594 ServiceState serviceState = userState.serviceStateMap.get(component);
645 private void abortPendingCreateSessionRequestsLocked(ServiceState serviceStat
2076 private final class ServiceState { class in class:TvInputManagerService
2088 private ServiceState(ComponentName component, int userId) { method in class:TvInputManagerService.ServiceState
[all...]
/frameworks/base/telephony/java/android/telephony/
H A DServiceState.java27 * The following phone information is included in returned ServiceState:
36 public class ServiceState implements Parcelable { class in inherits:Parcelable
269 * Create a new ServiceState from a intent notifier Bundle
275 * @return newly created ServiceState
278 public static ServiceState newFromBundle(Bundle m) {
279 ServiceState ret;
280 ret = new ServiceState();
288 public ServiceState() { method in class:ServiceState
296 public ServiceState(ServiceState method in class:ServiceState
329 public ServiceState(Parcel in) { method in class:ServiceState
[all...]

Completed in 4494 milliseconds