Home
last modified time | relevance | path

Searched defs:getKey (Results 1 – 25 of 77) sorted by relevance

1234

/aosp14/frameworks/base/packages/SettingsLib/src/com/android/settingslib/widget/
H A DCandidateInfo.java36 public abstract String getKey(); in getKey() method in CandidateInfo
/aosp14/frameworks/base/telecomm/java/android/telecom/
H A DTimedEvent.java28 public abstract T getKey(); in getKey() method in TimedEvent
/aosp14/frameworks/base/telecomm/java/android/telecom/Logging/
H A DTimedEvent.java28 public abstract T getKey(); in getKey() method in TimedEvent
/ohos5.0/foundation/ability/ability_base/interfaces/kits/native/configuration/src/
H A Dconfiguration.cpp56 bool Configuration::MakeTheKey(std::string &getKey, int id, const std::string &param) const in MakeTheKey()
105 std::string getKey; in AddItem() local
121 std::string getKey; in GetItem() local
211 std::string getKey; in RemoveItem() local
/aosp14/frameworks/base/services/core/java/com/android/server/locksettings/recoverablekeystore/
H A DPlatformDecryptionKey.java62 public SecretKey getKey() { in getKey() method in PlatformDecryptionKey
H A DPlatformEncryptionKey.java59 public SecretKey getKey() { in getKey() method in PlatformEncryptionKey
H A DKeyStoreProxy.java37 Key getKey(String alias, char[] password) in getKey() method
H A DKeyStoreProxyImpl.java49 public Key getKey(String alias, char[] password) in getKey() method in KeyStoreProxyImpl
/aosp14/frameworks/base/core/java/android/security/rkp/
H A DIRegistration.aidl55 void getKey(int keyId, IGetKeyCallback callback); in getKey() method
/aosp14/frameworks/base/packages/PrintRecommendationService/src/com/android/printservice/recommendation/util/
H A DPrinterHashMap.java39 public static String getKey(NsdServiceInfo serviceInfo) { in getKey() method in PrinterHashMap
/aosp14/frameworks/base/services/core/java/com/android/server/locksettings/
H A DRebootEscrowKey.java60 SecretKey getKey() { in getKey() method in RebootEscrowKey
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
H A DBubbleViewProvider.java60 String getKey(); in getKey() method
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/bubbles/
H A DRemovedBubble.java41 public String getKey() { in getKey() method in RemovedBubble
/aosp14/frameworks/base/core/java/android/util/
H A DKeyValueListParser.java237 public String getKey() { in getKey() method in KeyValueListParser.IntValue
290 public String getKey() { in getKey() method in KeyValueListParser.LongValue
343 public String getKey() { in getKey() method in KeyValueListParser.StringValue
396 public String getKey() { in getKey() method in KeyValueListParser.FloatValue
/aosp14/frameworks/base/packages/SettingsLib/Tile/src/com/android/settingslib/drawer/
H A DSwitchController.java53 public String getKey() { in getKey() method in SwitchController
/aosp14/frameworks/base/core/java/android/app/backup/
H A DBackupDataInputStream.java107 public String getKey() { in getKey() method in BackupDataInputStream
/aosp14/frameworks/base/services/core/java/com/android/server/location/listeners/
H A DRemovableListenerRegistration.java53 protected final TKey getKey() { in getKey() method in RemovableListenerRegistration
/aosp14/frameworks/base/services/companion/java/com/android/server/companion/transport/
H A DCryptoManager.java109 private SecretKey getKey() { in getKey() method in CryptoManager
/aosp14/frameworks/base/core/java/android/text/
H A DAnnotation.java63 public String getKey() { in getKey() method in Annotation
/aosp14/frameworks/base/services/core/java/com/android/server/notification/
H A DInlineReplyUriRecord.java98 public String getKey() { in getKey() method in InlineReplyUriRecord
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
H A DListEntry.java42 public String getKey() { in getKey() method in ListEntry
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/distributedWant/
H A Ddistributed_want_test.cpp1610 std::string getKey = std::get<1>(GetParam()); variable
1664 std::string getKey = std::get<1>(GetParam()); variable
1721 std::string getKey = std::get<1>(GetParam()); variable
1745 std::string getKey("aa"); variable
1835 std::string getKey = std::get<1>(GetParam()); variable
1856 std::string getKey("aa"); variable
2313 std::string getKey("aa"); variable
2420 std::string getKey("aa"); variable
2863 std::string getKey("aa"); variable
2977 std::string getKey("aa"); variable
[all …]
/aosp14/frameworks/base/services/robotests/src/com/android/server/testing/shadows/
H A DShadowBackupDataInput.java78 protected String getKey() { in getKey() method in ShadowBackupDataInput
/ohos5.0/foundation/ability/ability_base/test/unittest/want/
H A Dwant_test.cpp1984 std::string getKey = std::get<1>(GetParam()); variable
2036 std::string getKey = std::get<1>(GetParam()); variable
2091 std::string getKey = std::get<1>(GetParam()); variable
2113 std::string getKey("aa"); variable
2198 std::string getKey = std::get<1>(GetParam()); variable
2218 std::string getKey("aa"); variable
2658 std::string getKey("aa"); variable
2762 std::string getKey("aa"); variable
3190 std::string getKey("aa"); variable
3300 std::string getKey("aa"); variable
[all …]
/aosp14/frameworks/base/services/people/java/com/android/server/people/data/
H A DConversationStatusExpirationBroadcastReceiver.java68 private static String getKey(@UserIdInt int userId, String pkg, in getKey() method in ConversationStatusExpirationBroadcastReceiver

1234