Searched refs:ManagedApplicationService (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/services/core/java/com/android/server/utils/ |
D | ManagedApplicationService.java | 38 public class ManagedApplicationService { class 65 private ManagedApplicationService(final Context context, final ComponentName component, in ManagedApplicationService() method in ManagedApplicationService 104 public static ManagedApplicationService build(@NonNull final Context context, in build() 107 return new ManagedApplicationService(context, component, userId, clientLabel, in build()
|
/frameworks/base/services/core/java/com/android/server/vr/ |
D | VrManagerService.java | 57 import com.android.server.utils.ManagedApplicationService.PendingEvent; 59 import com.android.server.utils.ManagedApplicationService; 60 import com.android.server.utils.ManagedApplicationService.BinderChecker; 114 private ManagedApplicationService mCurrentVrService; 841 private static ManagedApplicationService create(@NonNull Context context, in create() 843 return ManagedApplicationService.build(context, component, userId, in create()
|