Home
last modified time | relevance | path

Searched refs:account1_id (Results 1 – 2 of 2) sorted by relevance

/dports/net-im/telepathy-mission-control/telepathy-mission-control-5.16.6/tests/twisted/account-manager/
H A Dmake-valid.py36 account1_id = 'fakecm/fakeprotocol/jc_2edenton_40unatco_2eint' variable
48 fake_accounts_service.update_attributes(account1_id, changed={
76 fake_accounts_service.update_parameters(account1_id, changed={
83 os.makedirs(accounts_dir + '/' + account1_id)
84 avatar_bin = open(accounts_dir + '/' + account1_id + '/avatar.bin', 'w')
112 account_path = (cs.tp_path_prefix + '/Account/' + account1_id)
146 account_path = (cs.tp_path_prefix + '/Account/' + account1_id)
/dports/sysutils/sleuthkit/sleuthkit-4.7.0/bindings/java/src/org/sleuthkit/datamodel/
H A DCommunicationsManager.java599 …private void addAccountsRelationship(long account1_id, long account2_id, BlackboardArtifact relati… in addAccountsRelationship() argument
611 …+ "VALUES ( " + account1_id + ", " + account2_id + ", " + relationshipaArtifact.getId() + ", " + d… in addAccountsRelationship()