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

/frameworks/base/services/core/java/com/android/server/tv/
H A DTvInputManagerService.java287 ServiceState serviceState = userState.serviceStateMap.get(component);
290 // prepare the ServiceState object so that we can connect to the service and
292 serviceState = new ServiceState(component, userId);
341 ServiceState serviceState = userState.serviceStateMap.get(info.getComponent());
418 for (ServiceState serviceState : userState.serviceStateMap.values()) {
450 private ServiceState getServiceStateLocked(ComponentName component, int userId) {
452 ServiceState serviceState = userState.serviceStateMap.get(component);
493 private static boolean shouldMaintainConnection(ServiceState serviceState) {
500 ServiceState serviceState = userState.serviceStateMap.get(component);
538 private void abortPendingCreateSessionRequestsLocked(ServiceState serviceStat
1682 private final class ServiceState { class in class:TvInputManagerService
1694 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
243 * Create a new ServiceState from a intent notifier Bundle
249 * @return newly created ServiceState
252 public static ServiceState newFromBundle(Bundle m) {
253 ServiceState ret;
254 ret = new ServiceState();
262 public ServiceState() { method in class:ServiceState
270 public ServiceState(ServiceState method in class:ServiceState
301 public ServiceState(Parcel in) { method in class:ServiceState
[all...]
/frameworks/base/core/java/com/android/internal/app/
H A DProcessStats.java293 ServiceState otherSvc = otherState.mServices.valueAt(isvc);
296 ServiceState thisSvc = getServiceStateLocked(pkgName, uid, vers,
547 int uid, int vers, String serviceName, ServiceState svc, int serviceType, int opCount,
567 int memFactor = type / ServiceState.SERVICE_COUNT;
568 type %= ServiceState.SERVICE_COUNT;
1342 final ServiceState ss = pkgState.mServices.valueAt(isvc);
1661 final ServiceState svc = pkgState.mServices.valueAt(isvc);
1934 ServiceState serv = hadData ? pkgState.mServices.get(serviceName) : null;
1936 serv = new ServiceState(this, pkgName, serviceName, processName, null);
2085 ServiceState s
3467 public static final class ServiceState extends DurationsTable { class in class:ProcessStats
3498 public ServiceState(ProcessStats processStats, String pkg, String name, method in class:ProcessStats.ServiceState
[all...]

Completed in 2548 milliseconds