HomeSort by relevance Sort by last modified time
    Searched full:account_id (Results 1 - 25 of 55) sorted by null

1 2 3

  /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/tests/integration/cloudtrail/
test_cloudtrail.py 53 account_id = response['get_user_response']['get_user_result'] \
60 .replace('<CustomerAccountID>', account_id)\
  /frameworks/av/drm/common/
DrmInfoRequest.cpp 21 const String8 DrmInfoRequest::ACCOUNT_ID("account_id");
  /packages/apps/Gallery2/src/com/android/photos/data/
PhotoDatabase.java 43 // Photos.ACCOUNT_ID is a foreign key to Accounts._ID
44 { Photos.ACCOUNT_ID, "INTEGER NOT NULL" },
58 // Albums.ACCOUNT_ID is a foreign key to Accounts._ID
59 { Albums.ACCOUNT_ID, "INTEGER NOT NULL" },
PhotoProvider.java 100 public static final String ACCOUNT_ID = "account_id";
139 public static final String ACCOUNT_ID = "account_id";
470 return nestWhere(Photos.ACCOUNT_ID, Accounts.TABLE, where);
474 return nestWhere(Albums.ACCOUNT_ID, Accounts.TABLE, where);
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
ContactAggregator2.java 569 final long accountId = c.getLong(IdentityLookupMatchQuery.ACCOUNT_ID);
593 long accountId = c.getLong(NameLookupMatchQuery.ACCOUNT_ID);
623 long accountId = c.getLong(EmailLookupQuery.ACCOUNT_ID);
651 long accountId = c.getLong(NameLookupMatchQueryWithParameter.ACCOUNT_ID);
    [all...]
AbstractContactAggregator.java 412 ", " + RawContactsColumns.ACCOUNT_ID +
418 int ACCOUNT_ID = 2;
473 accountIds[index] = c.getLong(AggregationQuery.ACCOUNT_ID);
660 RawContactsColumns.ACCOUNT_ID
666 public static final int ACCOUNT_ID = 1;
687 accountId = cursor.getLong(RawContactIdAndAccountQuery.ACCOUNT_ID);
    [all...]
  /frameworks/base/drm/java/android/drm/
DrmInfoRequest.java 50 public static final String ACCOUNT_ID = "account_id";
  /packages/apps/Email/tests/src/com/android/email/activity/
IntentUtilitiesTests.java 73 "content://s/?ACCOUNT_ID=5&MAILBOX_ID=6&MESSAGE_ID=7"));
80 Intent i = new Intent(Intent.ACTION_VIEW, Uri.parse(uri.replace("ID", "ACCOUNT_ID")));
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
DataRowHandlerForGroupMembership.java 48 RawContactsColumns.ACCOUNT_ID,
52 int ACCOUNT_ID = 1;
197 accountIdOrNull = c.getLong(RawContactsQuery.ACCOUNT_ID);
239 groupValues.put(GroupsColumns.ACCOUNT_ID, accountId);
ContactMetadataProvider.java 197 Tables.METADATA_SYNC_STATE, MetadataSyncColumns.ACCOUNT_ID, values);
275 values.put(MetadataSyncColumns.ACCOUNT_ID, accountId);
403 * Replace account_type, account_name and data_set with account_id. If a valid account_id
425 values.put(MetadataSyncColumns.ACCOUNT_ID, id);
  /packages/apps/Bluetooth/lib/mapapi/com/android/bluetooth/mapapi/
BluetoothMapContract.java 93 * EXTRA_UPDATE_ACCOUNT_ID containing the account_id
115 * EXTRA_ACCOUNT_ID containing the account_id
152 * content://ProviderAuthority/account_id/TABLE_MESSAGE
153 * content://ProviderAuthority/account_id/TABLE_FOLDER
154 * content://ProviderAuthority/account_id/TABLE_CONVERSATION
155 * content://ProviderAuthority/account_id/TABLE_CONVOCONTACT
326 * content://ProviderAuthority/account_id/TABLE_MESSAGE/msgId
331 * content://ProviderAuthority/account_id/TABLE_MESSAGE/msgId/FILE_MSG_NO_ATTACHMENTS
336 * content://ProviderAuthority/account_id/TABLE_MESSAGE/msgId/FILE_MSG_DOWNLOAD
341 * content://ProviderAuthority/account_id/TABLE_MESSAGE/msgId/FILE_MSG_DOWNLOAD_NO_ATTACHMENT
    [all...]
  /cts/tests/tests/telecom/src/android/telecom/cts/
DataObjectUnitTests.java 56 ACCOUNT_ID);
105 ACCOUNT_ID,
109 assertEquals(ACCOUNT_ID, accountHandle.getId());
129 ACCOUNT_ID);
SimCallManagerTest.java 19 import static android.telecom.cts.TestUtils.ACCOUNT_ID;
43 new PhoneAccountHandle(new ComponentName(PACKAGE, COMPONENT), ACCOUNT_ID);
CallScreeningServiceTest.java 47 TestUtils.ACCOUNT_ID);
PhoneAccountOperationsTest.java 41 new PhoneAccountHandle(new ComponentName(PACKAGE, COMPONENT), ACCOUNT_ID);
  /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)
  /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,
  /frameworks/av/include/drm/
DrmInfoRequest.h 44 static const String8 ACCOUNT_ID;
  /packages/apps/Dialer/src/com/android/dialer/calllog/
CallLogQuery.java 79 public static final int ACCOUNT_ID = 19;
CallLogGroupBuilder.java 132 String groupAccountId = cursor.getString(CallLogQuery.ACCOUNT_ID);
151 accountId = cursor.getString(CallLogQuery.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...]
  /packages/apps/Dialer/src/com/android/dialer/voicemail/
VoicemailAsyncTaskUtil.java 276 values.put(VoicemailArchiveContract.VoicemailArchive.ACCOUNT_ID,
277 callLogInfo.getString(CallLogQuery.ACCOUNT_ID));
  /packages/apps/Dialer/tests/src/com/android/dialer/voicemail/
VoicemailAsyncTaskUtilTest.java 289 values.put(CALLLOG_QUERY_PROJECTION[CallLogQuery.ACCOUNT_ID], "");
320 values.put(VoicemailArchiveContract.VoicemailArchive.ACCOUNT_ID, "");
  /cts/tests/tests/drm/src/android/drm/cts/
DRMTest.java 187 drmInfo.put(DrmInfoRequest.ACCOUNT_ID, config.getAccountId());

Completed in 2457 milliseconds

1 2 3