Searched refs:hasKey (Results 1 – 8 of 8) sorted by relevance
31 import org.hamcrest.collection.IsMapContaining.hasKey in <lambda>()98 assertThat(pm.mPackages, hasKey("a.data.package")) in <lambda>()110 assertThat(pm.mPackages, not(hasKey("a.data.package"))) in <lambda>()130 assertThat(pm.mPackages, not(hasKey("a.data.package"))) in <lambda>()
137 final boolean hasKey = keyIndex >= 0; in unregisterAccessibilityButtonCallback()138 if (hasKey) { in unregisterAccessibilityButtonCallback()
1478 final boolean hasKey = keyIndex >= 0; in removeListener()1479 if (hasKey) { in removeListener()1483 if (hasKey && mListeners.isEmpty()) { in removeListener()1489 return hasKey; in removeListener()2160 final boolean hasKey = keyIndex >= 0; in removeOnShowModeChangedListener()2161 if (hasKey) { in removeOnShowModeChangedListener()2165 if (hasKey && mListeners.isEmpty()) { in removeOnShowModeChangedListener()2171 return hasKey; in removeOnShowModeChangedListener()
1026 if (mRequiresKey && !hasKey()) { in setKey()1060 public boolean hasKey() { in hasKey() method in Preference1084 return mPreferenceManager != null && isPersistent() && hasKey(); in shouldPersist()2009 if (hasKey()) { in dispatchSaveInstanceState()2062 if (hasKey()) { in dispatchRestoreInstanceState()
268 if (!hasKey()) { in getKey()279 public boolean hasKey() { in hasKey() method in Tile
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
22584 method public boolean hasKey();
34678 method @Deprecated public boolean hasKey();