Home
last modified time | relevance | path

Searched defs:getProfileKey (Results 1 – 12 of 12) sorted by relevance

/dports/net-im/signal-cli/signal-cli-0.9.0/lib/src/main/java/org/asamk/signal/manager/helper/
H A DSelfProfileKeyProvider.java7 ProfileKey getProfileKey(); in getProfileKey() method
H A DProfileKeyProvider.java8 ProfileKey getProfileKey(RecipientId address); in getProfileKey() method
/dports/net-im/signal-cli/signal-cli-0.9.0/lib/src/main/java/org/asamk/signal/manager/storage/profiles/
H A DProfileStore.java12 ProfileKey getProfileKey(RecipientId recipientId); in getProfileKey() method
H A DLegacySignalProfileEntry.java37 public ProfileKey getProfileKey() { in getProfileKey() method in LegacySignalProfileEntry
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/profiles/android/java/src/org/chromium/chrome/browser/profiles/
H A DProfile.java130 public ProfileKey getProfileKey() { in getProfileKey() method in Profile
211 Object getProfileKey(long nativeProfileAndroid, Profile caller); in getProfileKey() method
/dports/net-im/signal-cli/signal-cli-0.9.0/lib/src/main/java/org/asamk/signal/manager/storage/recipients/
H A DRecipient.java72 public ProfileKey getProfileKey() { in getProfileKey() method in Recipient
H A DRecipientStore.java231 public ProfileKey getProfileKey(final RecipientId recipientId) { in getProfileKey() method in RecipientStore
/dports/net-im/signald/signald-65cf5e8a1cf2b81fd1f5c3936e0164d53c5a9b29/src/main/java/io/finn/signald/storage/
H A DProfileAndCredentialEntry.java70 public ProfileKey getProfileKey() { return profileKey; } in getProfileKey() method in ProfileAndCredentialEntry
H A DAccountData.java335 public ProfileKey getProfileKey() throws InvalidInputException { in getProfileKey() method in AccountData
/dports/www/tikiwiki/tiki-21.2/lib/core/Tiki/
H A DProfile.php956 function getProfileKey($prefix = true) // {{{ function in Tiki_Profile
/dports/net-im/signal-cli/signal-cli-0.9.0/lib/src/main/java/org/asamk/signal/manager/storage/
H A DSignalAccount.java900 public ProfileKey getProfileKey() { in getProfileKey() method in SignalAccount
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/java/src/org/chromium/chrome/browser/download/
H A DDownloadManagerService.java261 private static ProfileKey getProfileKey(boolean isOffTheRecord) { in getProfileKey() method in DownloadManagerService