Searched refs:mTaskExecutor (Results 1 – 2 of 2) sorted by relevance
/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/ota/ |
D | OtaController.java | 63 private final TaskExecutor mTaskExecutor; field in OtaController 84 mTaskExecutor = checkNotNull(taskExecutor); in OtaController() 101 mTaskExecutor.execute( in run() 103 mContext, mTaskExecutor, mProvisioningAnalyticsTracker)); in run() 129 mTaskExecutor.execute(mContext.getUserId(), new UpdateInteractAcrossProfilesAppOpTask( in run() 132 mTaskExecutor, in run() 151 mTaskExecutor.execute(userId, in addDeviceOwnerTasks() 152 new DeleteNonRequiredAppsTask(false, context, fakeParams, mTaskExecutor, in addDeviceOwnerTasks() 154 mTaskExecutor.execute(userId, in addDeviceOwnerTasks() 156 mTaskExecutor, mProvisioningAnalyticsTracker)); in addDeviceOwnerTasks() [all …]
|
/packages/apps/ManagedProvisioning/tests/instrumentation/src/com/android/managedprovisioning/ota/ |
D | OtaControllerTest.java | 81 private TaskExecutor mTaskExecutor; field in OtaControllerTest 101 mTaskExecutor = new FakeTaskExecutor(); in setUp() 108 OtaController controller = new OtaController(mContext, mTaskExecutor, in testDeviceOwnerSystemUser() 131 OtaController controller = new OtaController(mContext, mTaskExecutor, in testManagedProfileWithoutMissingSystemIme() 163 OtaController controller = new OtaController(mContext, mTaskExecutor, in testManagedProfileWithMissingSystemIme() 202 OtaController controller = new OtaController(mContext, mTaskExecutor, in testManagedUser()
|