OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:account_id
(Results
1 - 10
of
10
) sorted by null
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/integration/cloudtrail/
test_cloudtrail.py
53
account_id
= response['get_user_response']['get_user_result'] \
60
.replace('<CustomerAccountID>',
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
...]
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/glacier/
layer1.py
74
account_id
='-', is_secure=True, port=None,
90
self.
account_id
=
account_id
109
uri = '/%s/%s' % (self.
account_id
, resource)
617
:type
account_id
: string
618
:param
account_id
: The `AccountId` is the AWS Account ID. You can
[
all
...]
/external/chromium-trace/catapult/perf_insights/third_party/cloudstorage/
cloudstorage_api.py
82
account_id
=_account_id)
112
account_id
=_account_id)
138
account_id
=_account_id)
262
account_id
=_account_id)
storage_api.py
43
def _get_storage_api(retry_params,
account_id
=None):
49
account_id
: Internal-use only.
60
service_account_id=
account_id
,
/external/chromium-trace/catapult/third_party/mapreduce/mapreduce/lib/input_reader/
_gcs.py
89
_ACCOUNT_ID_PARAM = "
account_id
"
233
account_id
= reader_params.get(cls._ACCOUNT_ID_PARAM)
244
_account_id=
account_id
)])
254
shard_filenames, buffer_size=buffer_size, _account_id=
account_id
,
/external/chromium-trace/catapult/third_party/mapreduce/mapreduce/
output_writers.py
485
_ACCOUNT_ID_PARAM = "
account_id
"
618
account_id
= cls._get_tmp_account_id(writer_spec)
621
account_id
= cls._get_account_id(writer_spec)
633
options=options, _account_id=
account_id
)
[
all
...]
input_readers.py
[
all
...]
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/cognito/identity/
layer1.py
168
def get_id(self,
account_id
, identity_pool_id, logins=None):
173
:type
account_id
: string
174
:param
account_id
: A standard AWS account ID (9+ digits).
190
'AccountId':
account_id
,
/external/chromium-trace/catapult/third_party/gsutil/third_party/oauth2client/tests/
test_appengine.py
199
account_id
= "service_account_name_2@appspot.com"
205
scope, service_account_id=
account_id
)
212
[scope], service_account_id=
account_id
)
Completed in 858 milliseconds