Searched defs:getKey (Results 1 - 14 of 14) 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.java43 * String key = data.getKey();
92 * return success, the {@link #getKey()} and {@link #getDataSize()} methods can
121 public String getKey() { method in class:BackupDataInput
/frameworks/base/core/java/android/text/
H A DAnnotation.java53 public String getKey() { method in class:Annotation
/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/content/
H A DRestrictionEntry.java295 public String getKey() { method in class:RestrictionEntry
/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 { function in class:android::KeyLayoutMap
H A DKeyCharacterMap.cpp209 if (getKey(keyCode, &key)) {
221 if (getKey(keyCode, &key)) {
271 if (getKey(keyCode, &key)) {
361 bool KeyCharacterMap::getKey(int32_t keyCode, const Key** outKey) const { function in class:android::KeyCharacterMap
373 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/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/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/preference/
H A DPreference.java826 public String getKey() { method in class:Preference
/frameworks/base/media/jni/
H A Dandroid_media_MediaDrm.cpp86 jmethodID getKey; member in struct:android::EntryFields
420 jobject obj = env->CallObjectMethod(entry, gFields.entry.getKey);
571 GET_METHOD_ID(gFields.entry.getKey, clazz, "getKey", "()Ljava/lang/Object;");
/frameworks/base/services/input/tests/
H A DInputReader_test.cpp516 const KeyInfo* key = getKey(device, scanCode, usageCode);
530 const KeyInfo* getKey(Device* device, int32_t scanCode, int32_t usageCode) const { function in class:android::FakeEventHub

Completed in 395 milliseconds