Searched refs:ACTIVITY_TASK_SERVICE (Results 1 – 6 of 6) sorted by relevance
105 when(mContext.getSystemService(Context.ACTIVITY_TASK_SERVICE)) in setup()108 .thenReturn(Context.ACTIVITY_TASK_SERVICE); in setup()
52 @SystemService(Context.ACTIVITY_TASK_SERVICE)157 final IBinder b = ServiceManager.getService(Context.ACTIVITY_TASK_SERVICE);
360 registerService(Context.ACTIVITY_TASK_SERVICE, ActivityTaskManager.class, in registerService() argument
4603 public static final String ACTIVITY_TASK_SERVICE = "activity_task"; field in Context
1673 ServiceManager.getService(Context.ACTIVITY_TASK_SERVICE)); in grantFocusToStage()
1203 publishBinderService(Context.ACTIVITY_TASK_SERVICE, mService); in onStart()