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

/frameworks/base/core/java/android/app/backup/
H A DBackupDataInputStream.java30 * through this class's {@link #getKey()} and {@link #size()} methods, respectively.
101 * {@link BackupDataInput#getKey()} on the underlying {@link BackupDataInput}.
103 public String getKey() { method in class:BackupDataInputStream
H A DBackupDataInput.java45 * String key = data.getKey();
96 * return success, the {@link #getKey()} and {@link #getDataSize()} methods can
125 public String getKey() { method in class:BackupDataInput
/frameworks/base/core/java/android/net/
H A DPskKeyManager.java81 * Subclasses should normally provide their own implementation of {@code getKey} because the default
203 public SecretKey getKey(String identityHint, String identity, Socket socket) { method in class:PskKeyManager
221 public SecretKey getKey(String identityHint, String identity, SSLEngine engine) { method in class:PskKeyManager
/frameworks/base/core/java/android/text/
H A DAnnotation.java63 public String getKey() { method in class:Annotation
/frameworks/base/services/core/java/com/android/server/notification/
H A DRankingReconsideration.java47 public String getKey() { method in class:RankingReconsideration
H A DNotificationRecord.java113 public String getKey() { return sbn.getKey(); } method in class:NotificationRecord
128 pw.println(prefix + " key=" + sbn.getKey());
232 this.sbn.getTag(), this.sbn.getScore(), this.sbn.getKey(),
328 EventLogTags.writeNotificationVisibility(getKey(), visible ? 1 : 0,
/frameworks/base/core/java/android/net/nsd/
H A DDnsSdTxtRecord.java152 for (int i = 0; null != (s = this.getKey(i)); i++) {
194 private String getKey(int index) { method in class:DnsSdTxtRecord
250 for (i = 0; null != (s = this.getKey(i)); i++) {
269 for (int i = 0; null != (a = this.getKey(i)); i++) {
/frameworks/base/core/java/android/service/notification/
H A DStatusBarNotification.java258 public String getKey() { method in class:StatusBarNotification
H A DNotificationListenerService.java324 * @param key Notification to dismiss from {@link StatusBarNotification#getKey()}.
816 public String getKey() { method in class:NotificationListenerService.Ranking
/frameworks/native/libs/input/
H A DKeyLayoutMap.cpp87 const Key* key = getKey(scanCode, usageCode);
107 const KeyLayoutMap::Key* KeyLayoutMap::getKey(int32_t scanCode, int32_t usageCode) const { function in class:android::KeyLayoutMap
H A DKeyCharacterMap.cpp210 if (getKey(keyCode, &key)) {
222 if (getKey(keyCode, &key)) {
272 if (getKey(keyCode, &key)) {
362 bool KeyCharacterMap::getKey(int32_t keyCode, const Key** outKey) const { function in class:android::KeyCharacterMap
374 if (getKey(keyCode, &key)) {
/frameworks/rs/cpp/util/
H A DTypeHelpers.h240 inline const KEY& getKey() const { function in struct:android::RSC::key_value_pair_t
/frameworks/rs/server/
H A DTypeHelpers.h240 inline const KEY& getKey() const { function in struct:android::key_value_pair_t
/frameworks/av/services/camera/libcameraservice/utils/
H A DClientManager.h57 const KEY& getKey() const;
129 const KEY& ClientDescriptor<KEY, VALUE>::getKey() const { function in class:android::resource_policy::ClientDescriptor
384 const KEY& key = client->getKey();
409 const KEY& curKey = i->getKey();
483 if (curClientPtr->getKey() == (*iter)->getKey()) {
510 keys.push_back(i->getKey());
542 if (i->getKey() == key) return i;
569 if (curClientPtr->getKey() == key) {
/frameworks/base/core/java/android/content/
H A DRestrictionEntry.java434 public String getKey() { method in class:RestrictionEntry
/frameworks/base/core/java/android/util/
H A DMapCollections.java107 public K getKey() { method in class:MapCollections.MapIterator
143 return Objects.equal(e.getKey(), colGetEntry(mIndex, 0))
161 return getKey() + "=" + getValue();
175 colPut(entry.getKey(), entry.getValue());
190 int index = colIndexOfKey(e.getKey());
/frameworks/base/services/core/java/com/android/server/pm/
H A DKeySetManagerService.java92 public PublicKey getKey() { method in class:KeySetManagerService.PublicKeyHandle
359 mPubKeys.add(mPublicKeys.get(pkIds.valueAt(i)).getKey());
508 PublicKey value = mPublicKeys.valueAt(publicKeyIndex).getKey();
571 String keySetPackage = e.getKey();
592 pw.print(entry.getKey());
658 String encodedKey = encodePublicKey(pkh.getKey());
/frameworks/opt/bitmap/src/com/android/bitmap/drawable/
H A DBasicBitmapDrawable.java106 public final RequestKey getKey() { method in class:BasicBitmapDrawable
/frameworks/support/v4/java/android/support/v4/util/
H A DMapCollections.java105 public K getKey() { method in class:MapCollections.MapIterator
141 return ContainerHelpers.equal(e.getKey(), colGetEntry(mIndex, 0))
159 return getKey() + "=" + getValue();
173 colPut(entry.getKey(), entry.getValue());
188 int index = colIndexOfKey(e.getKey());
/frameworks/base/core/java/android/content/res/
H A DResources.java1460 mKey.setTo(other.getKey());
1787 /*package*/ ThemeKey getKey() { method in class:Resources.Theme
/frameworks/base/core/java/android/preference/
H A DPreference.java868 public String getKey() { method in class:Preference
/frameworks/base/media/jni/
H A Dandroid_media_MediaDrm.cpp87 jmethodID getKey; member in struct:android::EntryFields
488 jobject obj = env->CallObjectMethod(entry, gFields.entry.getKey);
671 GET_METHOD_ID(gFields.entry.getKey, clazz, "getKey", "()Ljava/lang/Object;");
/frameworks/support/v7/preference/src/android/support/v7/preference/
H A DPreference.java806 public String getKey() { method in class:Preference
/frameworks/native/services/inputflinger/tests/
H A DInputReader_test.cpp525 const KeyInfo* key = getKey(device, scanCode, usageCode);
539 const KeyInfo* getKey(Device* device, int32_t scanCode, int32_t usageCode) const { function in class:android::FakeEventHub
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 695 milliseconds