Searched refs:Key (Results 26 - 37 of 37) sorted by relevance

12

/frameworks/base/services/java/com/android/server/am/
H A DPendingIntentRecord.java36 final Key key;
44 final static class Key { class in class:PendingIntentRecord
61 Key(int _t, String _p, ActivityRecord _a, String _w, method in class:PendingIntentRecord.Key
104 Key other = (Key)otherObj;
161 return "Key{" + typeName() + " pkg=" + packageName
183 PendingIntentRecord(ActivityManagerService _owner, Key _k, int _u) {
H A DActivityManagerService.java587 final HashMap<PendingIntentRecord.Key, WeakReference<PendingIntentRecord>> mIntentSenderRecords
588 = new HashMap<PendingIntentRecord.Key, WeakReference<PendingIntentRecord>>();
5275 PendingIntentRecord.Key key = new PendingIntentRecord.Key(
/frameworks/base/core/java/android/net/
H A DLinkCapabilities.java54 public static final class Key { class in class:LinkCapabilities
56 private Key() {} method in class:LinkCapabilities.Key
/frameworks/compile/mclinker/lib/LD/
H A DBranchIsland.cpp100 Key key(pPrototype, pReloc.symInfo()->outSymbol(), pReloc.addend());
115 Key key(pPrototype, pReloc.symInfo()->outSymbol(), pReloc.addend());
/frameworks/native/libs/input/
H A DKeyLayoutMap.cpp86 const Key* key = getKey(scanCode, usageCode);
106 const KeyLayoutMap::Key* KeyLayoutMap::getKey(int32_t scanCode, int32_t usageCode) const {
218 KeyedVector<int32_t, Key>& map =
259 Key key;
/frameworks/native/include/input/
H A DInputTransport.h56 struct Key { struct in union:android::InputMessage::Body
70 return sizeof(Key);
/frameworks/base/keystore/java/android/security/
H A DAndroidKeyStore.java29 import java.security.Key;
78 public Key engineGetKey(String alias, char[] password) throws NoSuchAlgorithmException,
198 public void engineSetKeyEntry(String alias, Key key, char[] password, Certificate[] chain)
/frameworks/native/services/surfaceflinger/RenderEngine/
H A DProgram.cpp28 Program::Program(const ProgramCache::Key& needs, const char* vertex, const char* fragment)
/frameworks/base/core/java/android/hardware/camera2/impl/
H A DCameraMetadataNative.java94 public <T> T get(Key<T> key) {
116 public <T> void set(Key<T> key, T value) {
275 throw new IllegalArgumentException(String.format("Unknown Key type: %s", type));
429 private <T> T getBase(Key<T> key) {
445 private <T> T getOverride(Key<T> key) {
568 private <T> void setBase(Key<T> key, T value) {
590 private <T> boolean setOverride(Key<T> key, T value) {
/frameworks/base/keystore/tests/src/android/security/
H A DAndroidKeyStoreTest.java32 import java.security.Key;
1647 Key key = mKeyStore.getKey(TEST_ALIAS_1, null);
1648 assertNotNull("Key should exist", key);
1671 Key key = mKeyStore.getKey(TEST_ALIAS_1, null);
1672 assertNotNull("Key should exist", key);
2384 Key key = mKeyStore.getKey(TEST_ALIAS_1, null);
2407 Key key = mKeyStore.getKey(TEST_ALIAS_1, null);
2462 Key key1 = mKeyStore.getKey(TEST_ALIAS_2, null);
/frameworks/base/docs/html/training/
H A Dtraining_toc.cs156 Saving Key-Value Sets
/frameworks/base/services/java/com/android/server/
H A DBackupManagerService.java104 import java.security.Key;
1098 Key checksum = buildCharArrayKey(mkAsChar, salt, rounds);

Completed in 1275 milliseconds

12