Home
last modified time | relevance | path

Searched refs:filterHashCode (Results 1 – 9 of 9) sorted by relevance

/aosp14/frameworks/base/core/java/com/android/internal/content/
H A DReferrerIntent.java69 result = 31 * result + filterHashCode(); in hashCode()
/aosp14/frameworks/base/core/java/android/app/
H A DResultInfo.java113 result = 31 * result + mData.filterHashCode(); in hashCode()
/aosp14/frameworks/base/core/java/android/app/servertransaction/
H A DLaunchActivityItem.java237 result = 31 * result + mIntent.filterHashCode(); in hashCode()
/aosp14/frameworks/base/services/core/java/com/android/server/am/
H A DPendingIntentRecord.java141 hash = (ODD_PRIME_NUMBER*hash) + requestIntent.filterHashCode(); in Key()
/aosp14/frameworks/base/core/java/android/content/
H A DIntent.java11284 mHashCode = intent.filterHashCode(); in FilterComparison()
11347 public int filterHashCode() { in filterHashCode() method
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/boot/
H A Dboot-image-profile.txt4145 HSPLandroid/content/Intent;->filterHashCode()I
/aosp14/frameworks/base/config/
H A Dboot-image-profile.txt4148 HSPLandroid/content/Intent;->filterHashCode()I
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt10677 method public int filterHashCode();