HomeSort by relevance Sort by last modified time
    Searched refs:account_id (Results 1 - 12 of 12) sorted by null

  /test/framework/harnesses/host_controller/build/
build_provider_pab.py 206 def CallBuildsvc(self, method, params, account_id):
212 account_id: int, ID associated with the PAB account.
226 headers['x-alkali-account'] = account_id
251 account_id,
260 account_id: int, ID associated with the PAB account.
280 result = self.CallBuildsvc("listBuild", params, account_id)
295 dummy) + '?a=' + str(account_id)
305 def GetLatestBuildId(self, account_id, branch, target, method=GET):
308 account_id: int, ID associated with the PAB account.
317 build_list = self.GetBuildList(account_id=account_id
    [all...]
  /test/framework/harnesses/host_controller/command_processor/
command_config.py 51 def UpdateConfig(self, account_id, branch, targets, config_type, method):
55 account_id: string, Partner Android Build account_id to use.
65 account_id=account_id,
77 account_id=account_id,
113 def UpdateConfigLoop(self, account_id, branch, target, config_type, method,
118 account_id: string, Partner Android Build account_id to use
    [all...]
command_build.py 46 def UpdateBuild(self, account_id, branch, targets, artifact_type, method,
51 account_id: string, Partner Android Build account_id to use.
67 account_id=account_id,
107 def UpdateBuildLoop(self, account_id, branch, target, artifact_type,
113 account_id: string, Partner Android Build account_id to use.
126 self.UpdateBuild(account_id, branch, target, artifact_type,
165 "--account_id",
    [all...]
command_fetch.py 60 "--account_id",
62 help="Partner Android Build account_id to use.")
97 account_id=args.account_id,
  /external/autotest/client/common_lib/cros/
authpolicy.py 127 def authenticate_user(self, user_principal_name, account_id, password):
133 #param account_id: User account id (aka objectGUID). May be empty.
147 if account_id:
148 request.account_id = account_id
161 def refresh_user_policy(self, account_id):
165 @param account_id: User account ID (aka objectGUID).
172 dbus.String(account_id),
  /packages/providers/ContactsProvider/tests/assets/upgradeTest/
contacts2_1108.sql 17 CREATE TABLE raw_contacts (_id INTEGER PRIMARY KEY AUTOINCREMENT,account_id INTEGER REFERENCES accounts(_id),sourceid TEXT,backup_id TEXT,raw_contact_is_read_only INTEGER NOT NULL DEFAULT 0,version INTEGER NOT NULL DEFAULT 1,dirty INTEGER NOT NULL DEFAULT 0,deleted INTEGER NOT NULL DEFAULT 0,metadata_dirty INTEGER NOT NULL DEFAULT 0,contact_id INTEGER REFERENCES contacts(_id),aggregation_mode INTEGER NOT NULL DEFAULT 0,aggregation_needed INTEGER NOT NULL DEFAULT 1,custom_ringtone TEXT,send_to_voicemail INTEGER NOT NULL DEFAULT 0,times_contacted INTEGER NOT NULL DEFAULT 0,last_time_contacted INTEGER,starred INTEGER NOT NULL DEFAULT 0,pinned INTEGER NOT NULL DEFAULT 0,display_name TEXT,display_name_alt TEXT,display_name_source INTEGER NOT NULL DEFAULT 0,phonetic_name TEXT,phonetic_name_style TEXT,sort_key TEXT COLLATE PHONEBOOK,phonebook_label TEXT,phonebook_bucket INTEGER,sort_key_alt TEXT COLLATE PHONEBOOK,phonebook_label_alt TEXT,phonebook_bucket_alt INTEGER,name_verified INTEGER NOT NULL DEFAULT 0,sync1 TEXT, sync2 TEXT, sync3 TEXT, sync4 TEXT );
38 CREATE TABLE groups (_id INTEGER PRIMARY KEY AUTOINCREMENT,package_id INTEGER REFERENCES package(_id),account_id INTEGER REFERENCES accounts(_id),sourceid TEXT,version INTEGER NOT NULL DEFAULT 1,dirty INTEGER NOT NULL DEFAULT 0,title TEXT,title_res INTEGER,notes TEXT,system_id TEXT,deleted INTEGER NOT NULL DEFAULT 0,group_visible INTEGER NOT NULL DEFAULT 0,should_sync INTEGER NOT NULL DEFAULT 1,auto_add INTEGER NOT NULL DEFAULT 0,favorites INTEGER NOT NULL DEFAULT 0,group_is_read_only INTEGER NOT NULL DEFAULT 0,sync1 TEXT, sync2 TEXT, sync3 TEXT, sync4 TEXT );
53 CREATE TABLE metadata_sync (_id INTEGER PRIMARY KEY AUTOINCREMENT,raw_contact_backup_id TEXT NOT NULL,account_id INTEGER NOT NULL,data TEXT,deleted INTEGER NOT NULL DEFAULT 0);
55 CREATE TABLE metadata_sync_state (_id INTEGER PRIMARY KEY AUTOINCREMENT,account_id INTEGER NOT NULL,state BLOB);
122 CREATE INDEX raw_contacts_source_id_account_id_index ON raw_contacts (sourceid, account_id);
123 CREATE UNIQUE INDEX raw_contacts_backup_id_account_id_index ON raw_contacts (backup_id, account_id);
133 CREATE INDEX groups_source_id_account_id_index ON groups (sourceid, account_id);
137 CREATE UNIQUE INDEX metadata_sync_index ON metadata_sync (raw_contact_backup_id, account_id);
138 CREATE UNIQUE INDEX metadata_sync_state_index ON metadata_sync_state (account_id);
139 CREATE VIEW view_data AS SELECT data._id AS _id,hash_id, raw_contact_id, raw_contacts.contact_id AS contact_id, raw_contacts.account_id,accounts.account_name AS account_name,accounts.account_type AS account_type,accounts.data_set AS d (…)
    [all...]
  /test/framework/harnesses/host_controller/
console_test.py 160 "--account_id=100621237 "
163 account_id='100621237',
191 "--account_id=100621237 "
195 account_id='100621237',
console.py 426 account_id, branch, target, build_id, artifact_name = path
429 " --account_id=%s"
433 " --artifact_name=%s") % (account_id, branch, target,
  /external/libcups/cups/
ppd-private.h 155 account_id, /* cupsJobAccountId value */ member in struct:_ppd_cache_s
ppd-cache.c 121 if (pc->account_id)
876 pc->account_id = !_cups_strcasecmp(value, "true");
    [all...]
  /test/framework/harnesses/host_controller/gsi/
spl_batch.py 94 account_id=common._DEFAULT_ACCOUNT_ID,
  /external/libbrillo/policy/
device_policy_impl.cc 430 if (account.account_id() != local_accounts.auto_login_id())

Completed in 166 milliseconds