Home
last modified time | relevance | path

Searched refs:device_pab_account_id (Results 1 – 8 of 8) sorted by relevance

/test/vti/test_serving/gae/webapp/src/tasks/
Dindexing_test.py64 job.pab_account_id = schedule.device_pab_account_id
102 (parent_schedule.device_pab_account_id == job.pab_account_id)
137 job.pab_account_id = schedule.device_pab_account_id
175 (parent_schedule.device_pab_account_id == job.pab_account_id)
Dindexing.py121 model.ScheduleModel.device_pab_account_id == (
/test/vti/test_serving/gae/webapp/src/endpoint/
Dschedule_info_test.py55 device_pab_account_id=self.GetRandomString(),
100 device_pab_account_id=self.GetRandomString(),
Dschedule_info.py200 schedule.device_pab_account_id = request.device_pab_account_id
/test/vti/test_serving/proto/
DGreenBuildScheduleConfigMessage.proto57 optional bytes device_pab_account_id = 22; field
77 optional bytes device_pab_account_id = 23; field
/test/vti/test_serving/gae/frontend/src/app/model/
Dschedule.ts24 device_pab_account_id: string = void 0; property in Schedule
/test/vti/test_serving/gae/webapp/src/proto/
Dmodel.py65 device_pab_account_id = ndb.StringProperty() variable in ScheduleModel
127 device_pab_account_id = messages.StringField(17) variable in ScheduleInfoMessage
/test/vti/test_serving/gae/webapp/src/scheduler/
Dschedule_worker.py303 new_job.pab_account_id = schedule.device_pab_account_id