HomeSort by relevance Sort by last modified time
    Searched refs:getKey (Results 1 - 25 of 1245) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/iface/instruction/
SwitchElement.java 35 public int getKey();
  /packages/apps/Browser/src/com/android/browser/
BrowserYesNoPreference.java 39 if (PreferenceKeys.PREF_PRIVACY_CLEAR_CACHE.equals(getKey())) {
42 } else if (PreferenceKeys.PREF_PRIVACY_CLEAR_COOKIES.equals(getKey())) {
44 } else if (PreferenceKeys.PREF_PRIVACY_CLEAR_HISTORY.equals(getKey())) {
46 } else if (PreferenceKeys.PREF_PRIVACY_CLEAR_FORM_DATA.equals(getKey())) {
48 } else if (PreferenceKeys.PREF_PRIVACY_CLEAR_PASSWORDS.equals(getKey())) {
51 getKey())) {
55 getKey())) {
  /external/guava/guava-testlib/src/com/google/common/collect/testing/testers/
MapNavigationTester.java 97 assertNull(navigableMap.lowerEntry(samples.e0.getKey()));
98 assertNull(navigableMap.lowerKey(samples.e0.getKey()));
99 assertNull(navigableMap.floorEntry(samples.e0.getKey()));
100 assertNull(navigableMap.floorKey(samples.e0.getKey()));
101 assertNull(navigableMap.ceilingEntry(samples.e0.getKey()));
102 assertNull(navigableMap.ceilingKey(samples.e0.getKey()));
103 assertNull(navigableMap.higherEntry(samples.e0.getKey()));
104 assertNull(navigableMap.higherKey(samples.e0.getKey()));
126 assertEquals(a.getKey(), navigableMap.firstKey());
138 assertNull(navigableMap.lowerEntry(samples.e0.getKey()));
    [all...]
  /external/smack/src/org/jivesoftware/smack/util/collections/
AbstractMapEntry.java 75 return (getKey() == null ? other.getKey() == null : getKey().equals(other.getKey())) && (getValue() == null ? other.getValue() == null : getValue().equals(other.getValue()));
86 return (getKey() == null ? 0 : getKey().hashCode()) ^ (getValue() == null ? 0 : getValue().hashCode());
KeyValue.java 37 K getKey();
AbstractKeyValue.java 58 public K getKey() {
77 return new StringBuilder().append(getKey()).append('=').append(getValue()).toString();
DefaultMapEntry.java 52 super(pair.getKey(), pair.getValue());
62 super(entry.getKey(), entry.getValue());
MapIterator.java 73 K getKey();
  /packages/inputmethods/LatinIME/tools/dicttool/compat/com/android/inputmethod/keyboard/
Keyboard.java 21 public final Key getKey(final int i) { return KEY; }
  /packages/apps/UnifiedEmail/src/com/android/mail/preferences/
BackupSharedPreference.java 26 String getKey();
  /external/guava/guava/src/com/google/common/collect/
ForwardingMapEntry.java 65 public K getKey() {
66 return delegate().getKey();
89 * #getKey()} and {@link #getValue()}. If you override either of these
98 return Objects.equal(this.getKey(), that.getKey())
105 * A sensible definition of {@link #hashCode()} in terms of {@link #getKey()}
112 K k = getKey();
119 * #getKey} and {@link #getValue}. If you override either of these
126 return getKey() + "=" + getValue();
AbstractMapEntry.java 36 public abstract K getKey();
49 return Objects.equal(this.getKey(), that.getKey())
56 K k = getKey();
65 return getKey() + "=" + getValue();
  /external/guava/guava/src/com/google/common/cache/
RemovalNotification.java 66 @Nullable @Override public K getKey() {
81 return Objects.equal(this.getKey(), that.getKey())
88 K k = getKey();
97 return getKey() + "=" + getValue();
  /external/chromium_org/third_party/libaddressinput/src/java/test/com/android/i18n/addressinput/
RegionDataTest.java 27 assertEquals("CA", data.getKey());
39 assertEquals("CA", data.getKey());
45 assertEquals("CA", data.getKey());
  /external/llvm/unittests/ADT/
DenseMapTest.cpp 86 typename T::key_type getKey(int i = 0) {
120 EXPECT_FALSE(this->Map.count(this->getKey()));
121 EXPECT_TRUE(this->Map.find(this->getKey()) == this->Map.end());
124 this->Map.lookup(this->getKey()));
131 this->Map.lookup(this->getKey()));
145 this->Map[this->getKey()] = this->getValue();
154 EXPECT_EQ(this->getKey(), it->first);
160 EXPECT_TRUE(this->Map.count(this->getKey()));
161 EXPECT_TRUE(this->Map.find(this->getKey()) == this->Map.begin());
162 EXPECT_EQ(this->getValue(), this->Map.lookup(this->getKey()));
    [all...]
  /cts/tests/tests/text/src/android/text/cts/
AnnotationTest.java 55 assertEquals(KEY1, mAnnotation.getKey());
57 assertEquals(KEY2, mAnnotation.getKey());
73 assertEquals(out.getKey(), mAnnotation.getKey());
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/params/
KeyParameter.java 26 public byte[] getKey()
  /external/jsilver/src/com/google/clearsilver/jsilver/resourceloader/
BaseResourceLoader.java 42 public Object getKey(String filename) {
  /external/ksoap2/ksoap2-base/src/main/java/org/ksoap2/
HeaderProperty.java 16 public String getKey() {
  /libcore/luni/src/main/java/java/util/
MissingResourceException.java 71 public String getKey() {
  /packages/apps/Settings/src/com/android/settings/
ApnPreference.java 65 boolean isChecked = getKey().equals(mSelectedKey);
68 mSelectedKey = getKey();
89 return getKey().equals(mSelectedKey);
93 mSelectedKey = getKey();
97 Log.i(TAG, "ID: " + getKey() + " :" + isChecked);
107 mSelectedKey = getKey();
119 int pos = Integer.parseInt(getKey());
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/prefs/
PreferenceChangeEventTest.java 42 assertEquals("key", event.getKey());
48 assertEquals("", event.getKey());
54 assertNull(event.getKey());
60 assertNull(event.getKey());
69 assertEquals("key", event.getKey());
  /external/smali/util/src/main/java/ds/tree/
RadixTreeImpl.java 104 if (it.next().getKey().equals(node.getKey())) {
137 parent.setKey(parent.getKey() + child.getKey());
182 if (node.getKey().equals("") == true || numberOfMatchingCharacters == 0 || (numberOfMatchingCharacters < key.length() && numberOfMatchingCharacters >= node.getKey().length())) {
186 if (child.getKey().startsWith(newText.charAt(0) + "")) {
204 else if (numberOfMatchingCharacters == key.length() && numberOfMatchingCharacters == node.getKey().length()) {
214 else if (numberOfMatchingCharacters > 0 && numberOfMatchingCharacters < node.getKey().length()) {
216 n1.setKey(node.getKey().substring(numberOfMatchingCharacters, node.getKey().length()))
    [all...]
  /libcore/luni/src/test/java/libcore/java/security/
KeyStoreTest.java 535 keyStore.getKey(null, null);
546 keyStore.getKey(null, null);
555 keyStore.getKey(null, PASSWORD_KEY);
564 assertNull(keyStore.getKey("", null));
565 assertNull(keyStore.getKey("", PASSWORD_KEY));
569 assertNull(keyStore.getKey(ALIAS_PRIVATE, PASSWORD_KEY));
572 assertPrivateKey(keyStore.getKey(ALIAS_PRIVATE, PASSWORD_KEY));
575 assertPrivateKey(keyStore.getKey(ALIAS_NO_PASSWORD_PRIVATE, null));
578 assertSecretKey(keyStore.getKey(ALIAS_SECRET, PASSWORD_KEY));
580 assertNull(keyStore.getKey(ALIAS_SECRET, PASSWORD_KEY))
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
SimpleEntryTest.java 36 public Object getKey() {
54 assertEquals(1, testEntry.getKey());
59 assertNull(testEntry.getKey());
72 assertEquals(1, entry.getKey());
74 assertNull(entry.getKey());
90 assertNull(entry.getKey());
106 assertEquals((e.getKey() == null ? 0 : e.getKey().hashCode())
113 assertEquals(e.getKey() + "=" + e.getValue(), e.toString());

Completed in 491 milliseconds

1 2 3 4 5 6 7 8 91011>>