D | ManagedServices.java | 103 abstract public class ManagedServices { class 189 public ManagedServices(Context context, Object mutex, UserProfiles userProfiles, in ManagedServices() method in ManagedServices 1873 public boolean isGuest(ManagedServices host) { in isGuest() 1874 return ManagedServices.this != host; in isGuest() 1877 public ManagedServices getOwner() { in getOwner() 1878 return ManagedServices.this; in getOwner() 1906 public void dumpDebug(ProtoOutputStream proto, long fieldId, ManagedServices host) { in dumpDebug()
|